[Pkg-haskell-commits] darcs: ghc: Clean up debian/control a bit, based on a patch by Gianfranco

Joachim Breitner mail at joachim-breitner.de
Fri Jul 3 12:30:08 UTC 2015


Fri Jul  3 10:23:29 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Clean up debian/control a bit, based on a patch by Gianfranco

    M ./changelog -1 +2
    M ./control -12 +20

Fri Jul  3 10:23:29 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Clean up debian/control a bit, based on a patch by Gianfranco
diff -rN -u old-ghc/changelog new-ghc/changelog
--- old-ghc/changelog	2015-07-03 12:30:08.039024315 +0000
+++ new-ghc/changelog	2015-07-03 12:30:08.067024335 +0000
@@ -1,6 +1,7 @@
 ghc (7.10.1.20150630-1) UNRELEASED; urgency=medium
 
-  * New upstream release candidate, 7.10.2-rc2 
+  * New upstream release candidate, 7.10.2-rc2
+  * Clean up debian/control a bit, based on a patch by Gianfranco
 
  -- Joachim Breitner <nomeata at debian.org>  Fri, 03 Jul 2015 12:19:04 +0200
 
diff -rN -u old-ghc/control new-ghc/control
--- old-ghc/control	2015-07-03 12:30:08.039024315 +0000
+++ new-ghc/control	2015-07-03 12:30:08.063024333 +0000
@@ -2,25 +2,24 @@
 Section: haskell
 Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>,
- Erik de Castro Lopo <erikd at mega-nerd.com>
+Uploaders: Joachim Breitner <nomeata at debian.org>
 Standards-Version: 3.9.5
 Build-Depends:
   debhelper (>= 9),
-  libgmp-dev,
   devscripts,
-  ghc,
-  grep-dctrl,
   dh-autoreconf,
   autotools-dev,
+  grep-dctrl,
+  pkg-config,
+  ghc,
+  libgmp-dev,
   llvm-3.5 [arm64 armel armhf],
   libffi-dev,
-  pkg-config,
+  binutils [arm64 armel armhf],
+  libncurses5-dev,
   xsltproc,
   docbook-xsl,
   docbook-xml,
-  binutils [arm64 armel armhf],
-  libncurses5-dev,
   dpkg-dev (>= 1.16.1.1)
 Build-Depends-Indep:
   hscolour,
@@ -33,14 +32,23 @@
 
 Package: ghc
 Architecture: any
-Depends: llvm-3.5 [arm64 armel armhf], gcc, libgmp-dev, libffi-dev, libbsd-dev, libc6-dev, libncurses5-dev, ${shlibs:Depends}, ${misc:Depends}
+Depends:
+  llvm-3.5 [arm64 armel armhf],
+  gcc,
+  libgmp-dev,
+  libffi-dev,
+  libbsd-dev,
+  libc6-dev,
+  libncurses5-dev,
+  ${shlibs:Depends},
+  ${misc:Depends}
 Pre-Depends: dpkg (>= 1.16.1)
 Provides:
   haskell-compiler,
+  ghc-dynamic,
+  ${ghci},
   ${provided-devs},
   ${haskell:Provides},
-  ${ghci},
-  ghc-dynamic,
   haddock,
   ghc-haddock,
   ${haddock:Provides}




More information about the Pkg-haskell-commits mailing list