[Pkg-haskell-commits] [SCM] Haskell Logging System Packaging branch, unstable, updated. debian/1.0.9-3-1-g0b1a691
Giovanni Mascellani
mascellani at poisson.phc.unipi.it
Sun Jul 4 22:32:01 UTC 2010
The following commit has been merged in the unstable branch:
commit 0b1a691d26fbfe39157b61a920f9628d7687a2af
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date: Mon Jul 5 00:28:22 2010 +0200
Some miscellaneous small fixes, suggested by Iain Lane
diff --git a/debian/changelog b/debian/changelog
index 1605600..07c88ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+hslogger (1.0.9-4) unstable; urgency=low
+
+ * Some miscellaneous small fixes, suggested by Iain Lane.
+
+ -- Giovanni Mascellani <gio at debian.org> Mon, 05 Jul 2010 00:27:24 +0200
+
hslogger (1.0.9-3) unstable; urgency=low
* Fields added in debian/control to ensure a smooth transition from the
diff --git a/debian/control b/debian/control
index 698cbd6..e161dd2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,15 @@
Source: hslogger
-Priority: optional
+Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
Uploaders: John Goerzen <jgoerzen at complete.org>
Build-Depends: debhelper (>= 5.0.0),
cdbs,
- haskell-devscripts (>= 0.6.18),
+ haskell-devscripts (>= 0.7),
cpphs,
haddock,
hscolour,
ghc6 (>= 6.12),
+ ghc6-prof,
libghc6-mtl-dev,
libghc6-mtl-prof,
libghc6-hunit-dev,
@@ -65,9 +66,9 @@ Description: The Haskell Logging Framework, GHC profiling libraries
Package: libghc6-hslogger-doc
Section: doc
Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, ${haskell:Depends}
Suggests: ${haskell:Suggests}
-Recommends: ${haskell:Depends}, ${haskell:Recommends}
+Recommends: ${haskell:Recommends}
Provides: hslogger-doc
Conflicts: hslogger-doc
Replaces: hslogger-doc
--
Haskell Logging System Packaging
More information about the Pkg-haskell-commits
mailing list