From 9fa2cdb713769ca89053c21e8700c29bb4bbb005 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Wed, 12 Aug 2015 20:17:21 +0200 Subject: Normalize all control files by reading them into cabal-debian, and serializing them again. This _should_ only change whitespace, linebreaks and order of fields. At least I hope so :-) --- p/threadscope/debian/control | 16 +++++++++------- p/threadscope/debian/threadscope.install | 4 ++-- 2 files changed, 11 insertions(+), 9 deletions(-) (limited to 'p/threadscope') diff --git a/p/threadscope/debian/control b/p/threadscope/debian/control index 40c148116..8c9d80de1 100644 --- a/p/threadscope/debian/control +++ b/p/threadscope/debian/control @@ -1,9 +1,10 @@ Source: threadscope -Section: haskell -Priority: extra Maintainer: Debian Haskell Group -Uploaders: Ernesto Hernández-Novich (USB) -Build-Depends: debhelper (>= 9), cdbs, haskell-devscripts (>= 0.9), +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + cdbs, + haskell-devscripts (>= 0.9), ghc, libghc-mtl-dev, libghc-ghc-events-dev (>= 0.4.2), @@ -15,13 +16,14 @@ Build-Depends: debhelper (>= 9), cdbs, haskell-devscripts (>= 0.9), libghc-text-dev, Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/threadscope -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/threadscope Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/threadscope +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/threadscope Package: threadscope Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Provides: ${haskell:Provides} +Depends: ${shlibs:Depends}, + ${misc:Depends}, +Provides: ${haskell:Provides}, Description: graphical thread profiler for Haskell programs Threadscope is a graphical thread profiler for Haskell programs. It parses and displays the content of .eventlog files emitted by the diff --git a/p/threadscope/debian/threadscope.install b/p/threadscope/debian/threadscope.install index 7c367d1ee..de3571078 100644 --- a/p/threadscope/debian/threadscope.install +++ b/p/threadscope/debian/threadscope.install @@ -1,2 +1,2 @@ -debian/threadscope.xpm usr/share/threadscope -debian/threadscope.desktop usr/share/applications/ +debian/threadscope.desktop usr/share/applications/ +debian/threadscope.xpm usr/share/threadscope -- cgit v1.2.3