[Pkg-haskell-commits] darcs: haskell-bindings-libzip?=: Fix FTBFS: missing build-dep on pkg-config =?UTF-8?Q?(that’d make a good case for a lintian check) (Closes: #645572)
Joachim Breitner
mail at joachim-breitner.de
Mon Oct 17 06:52:51 UTC 2011
Mon Oct 17 06:37:18 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* Fix FTBFS: missing build-dep on pkg-config (that[_\e2_][_\80_][_\99_]d make a good case for a lintian check) (Closes: #645572)
Ignore-this: ea4e790d13ed8c14c3d1e1e2bc995d4a
M ./changelog +7
M ./control +1
Mon Oct 17 06:37:18 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* Fix FTBFS: missing build-dep on pkg-config (that’d make a good case for a lintian check) (Closes: #645572)
Ignore-this: ea4e790d13ed8c14c3d1e1e2bc995d4a
diff -rN -u old-haskell-bindings-libzip//changelog new-haskell-bindings-libzip//changelog
--- old-haskell-bindings-libzip//changelog 2011-10-17 06:52:50.855713765 +0000
+++ new-haskell-bindings-libzip//changelog 2011-10-17 06:52:50.871687047 +0000
@@ -1,3 +1,10 @@
+haskell-bindings-libzip (0.1.0.2-2) UNRELEASED; urgency=low
+
+ * Fix FTBFS: missing build-dep on pkg-config (that’d make a good case for a
+ lintian check) (Closes: #645572)
+
+ -- Joachim Breitner <nomeata at debian.org> Mon, 17 Oct 2011 08:36:40 +0200
+
haskell-bindings-libzip (0.1.0.2-1) unstable; urgency=low
* Initial release.
diff -rN -u old-haskell-bindings-libzip//control new-haskell-bindings-libzip//control
--- old-haskell-bindings-libzip//control 2011-10-17 06:52:50.855713765 +0000
+++ new-haskell-bindings-libzip//control 2011-10-17 06:52:50.855713765 +0000
@@ -11,6 +11,7 @@
, libghc-bindings-dsl-dev (>= 1.0)
, libghc-bindings-dsl-dev (<< 1.1)
, libzip-dev
+ , pkg-config
Build-Depends-Indep: ghc-doc
Standards-Version: 3.9.2
Homepage: http://hackage.haskell.org/package/bindings-libzip
More information about the Pkg-haskell-commits
mailing list