summaryrefslogtreecommitdiff
path: root/p/threadscope
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-08-12 20:17:21 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2015-08-12 20:17:21 +0200
commit9fa2cdb713769ca89053c21e8700c29bb4bbb005 (patch)
treed8f74cd79b335d63b8eeae05c47a8b2324446c5f /p/threadscope
parent0443e71918b6bdf9dbe9f6a02899c4296dd947af (diff)
downloadDHG_packages-9fa2cdb713769ca89053c21e8700c29bb4bbb005.tar.gz
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 :-)
Diffstat (limited to 'p/threadscope')
-rw-r--r--p/threadscope/debian/control16
-rw-r--r--p/threadscope/debian/threadscope.install4
2 files changed, 11 insertions, 9 deletions
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 <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Ernesto Hernández-Novich (USB) <emhn@usb.ve>
-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