[Pkg-haskell-commits] [SCM] Haskell Logging System Packaging branch, master, updated. debian/1.0.9-4-10-ge761b14

Joachim Breitner nomeata at debian.org
Mon Apr 18 08:08:22 UTC 2011


The following commit has been merged in the master branch:
commit adc067424a1b17d8500d0f4407e468b352281ed2
Author: Joachim Breitner <nomeata at debian.org>
Date:   Mon Apr 18 13:20:21 2011 +0530

    s/ghc6/ghc/

diff --git a/debian/changelog b/debian/changelog
index 07c88ab..2601601 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+hslogger (1.0.9-4.1) UNRELEASED; urgency=low
+
+  * s/ghc6/ghc/
+
+ -- Joachim Breitner <nomeata at debian.org>  Mon, 18 Apr 2011 13:20:16 +0530
+
 hslogger (1.0.9-4) unstable; urgency=low
 
   * Some miscellaneous small fixes, suggested by Iain Lane.
diff --git a/debian/control b/debian/control
index e161dd2..09f617c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,33 +4,33 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: John Goerzen <jgoerzen at complete.org>
 Build-Depends: debhelper (>= 5.0.0),
  cdbs,
- haskell-devscripts (>= 0.7),
+ haskell-devscripts (>= 0.8),
  cpphs,
  haddock,
  hscolour,
- ghc6 (>= 6.12),
- ghc6-prof,
- libghc6-mtl-dev,
- libghc6-mtl-prof,
- libghc6-hunit-dev,
- libghc6-hunit-prof,
- libghc6-time-dev,
- libghc6-time-prof,
- libghc6-network-dev,
- libghc6-network-prof
+ ghc,
+ ghc-prof,
+ libghc-mtl-dev,
+ libghc-mtl-prof,
+ libghc-hunit-dev,
+ libghc-hunit-prof,
+ libghc-time-dev,
+ libghc-time-prof,
+ libghc-network-dev,
+ libghc-network-prof
 Build-Depends-Indep:
- ghc6-doc,
- libghc6-mtl-doc,
- libghc6-hunit-doc,
- libghc6-time-doc,
- libghc6-network-doc
+ ghc-doc,
+ libghc-mtl-doc,
+ libghc-hunit-doc,
+ libghc-time-doc,
+ libghc-network-doc
 Standards-Version: 3.9.0
 Section: haskell
 Homepage: http://hackage.haskell.org/package/hslogger
 Vcs-Git: git://git.debian.org/git/pkg-haskell/hslogger.git
 Vcs-Browser: http://git.debian.org/?p=pkg-haskell/hslogger.git;a=summary
 
-Package: libghc6-hslogger-dev
+Package: libghc-hslogger-dev
 Architecture: any
 Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}
 Suggests: ${haskell:Suggests}
@@ -45,7 +45,7 @@ Description: The Haskell Logging Framework, GHC package
  or filter messages based on the priority and source.  hslogger also
  has a syslog handler built in.
 
-Package: libghc6-hslogger-prof
+Package: libghc-hslogger-prof
 Architecture: any
 Depends: ${misc:Depends}, ${haskell:Depends}
 Suggests: ${haskell:Suggests}
@@ -63,7 +63,7 @@ Description: The Haskell Logging Framework, GHC profiling libraries
  This package contains the libraries used to profile programs linked
  against hslogger.
 
-Package: libghc6-hslogger-doc
+Package: libghc-hslogger-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${haskell:Depends}

-- 
Haskell Logging System Packaging



More information about the Pkg-haskell-commits mailing list