[Pkg-haskell-commits] [SCM] Configuration file support branch, master, updated. debian/1.0.5-2-5-g6302801
Joachim Breitner
nomeata at debian.org
Sat Dec 5 18:04:20 UTC 2009
The following commit has been merged in the master branch:
commit 893589f71caa7121a985e31ce05b1107623833c6
Author: Joachim Breitner <nomeata at debian.org>
Date: Sat Dec 5 18:56:34 2009 +0100
Add ${shlibs:Depends}
diff --git a/debian/changelog b/debian/changelog
index b035ee7..ce500f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,9 @@ haskell-configfile (1.0.5-3) UNRELEASED; urgency=low
* debian/compat
- Version 5
+ [ Joachim Breitner ]
+ * Add ${shlibs:Depends}
+
-- Erik de Castro Lopo <erikd at mega-nerd.com> Mon, 23 Nov 2009 19:21:49 +1100
haskell-configfile (1.0.5-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 19c991e..496ca3a 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-haskell/haskell-configfile.git;a=summa
Package: libghc6-configfile-dev
Section: haskell
Architecture: any
-Depends: ${misc:Depends}, ${haskell:Depends}
+Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}
Suggests: configfile-doc
Description: Parser and writer for handling sectioned config files in Haskell, GHC package
The ConfigFile module works with configuration files in a standard
--
Configuration file support
More information about the Pkg-haskell-commits
mailing list