[Pkg-haskell-commits] darcs: haskell-hashed-storage: Fix -doc dependency.
Clint Adams
clint at debian.org
Mon Feb 13 03:07:27 UTC 2012
Mon Feb 13 03:07:07 UTC 2012 Clint Adams <clint at debian.org>
* Fix -doc dependency.
Ignore-this: 6881ad093626402d6cdde026f4bd5eff
M ./changelog +7
M ./control -2 +2
Mon Feb 13 03:07:07 UTC 2012 Clint Adams <clint at debian.org>
* Fix -doc dependency.
Ignore-this: 6881ad093626402d6cdde026f4bd5eff
diff -rN -u old-haskell-hashed-storage//changelog new-haskell-hashed-storage//changelog
--- old-haskell-hashed-storage//changelog 2012-02-13 03:07:27.730248473 +0000
+++ new-haskell-hashed-storage//changelog 2012-02-13 03:07:27.734252540 +0000
@@ -1,3 +1,10 @@
+haskell-hashed-storage (0.5.9-2) unstable; urgency=low
+
+ * Fix -doc package dependency.
+ * Bump to Standards-Version 3.9.2.
+
+ -- Clint Adams <clint at debian.org> Sun, 12 Feb 2012 21:48:49 -0500
+
haskell-hashed-storage (0.5.9-1) unstable; urgency=low
* New upstream release
diff -rN -u old-haskell-hashed-storage//control new-haskell-hashed-storage//control
--- old-haskell-hashed-storage//control 2012-02-13 03:07:27.239310027 +0000
+++ new-haskell-hashed-storage//control 2012-02-13 03:07:27.738249684 +0000
@@ -26,7 +26,7 @@
, libghc-mmap-doc
, libghc-mtl-doc
, haskell-zlib-doc
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
Homepage: http://hackage.haskell.org/package/hashed-storage
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hashed-storage
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hashed-storage
@@ -73,7 +73,7 @@
Package: libghc-hashed-storage-doc
Section: doc
Architecture: all
-Depends: ${misc:Depends}
+Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: hashed file storage support code; documentation
More information about the Pkg-haskell-commits
mailing list