[Pkg-haskell-commits] darcs: haskell-hs-bibutils: Still link against cbits/stub.c (Closes: #647667)
Joachim Breitner
mail at joachim-breitner.de
Fri Nov 4 23:11:20 UTC 2011
Fri Nov 4 23:09:57 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* Still link against cbits/stub.c (Closes: #647667)
Ignore-this: 90e9c6e676c7ce26d42f2c0cbb780aa
M ./changelog +6
M ./patches/fix_cabal.patch -3 +4
Fri Nov 4 23:09:57 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* Still link against cbits/stub.c (Closes: #647667)
Ignore-this: 90e9c6e676c7ce26d42f2c0cbb780aa
diff -rN -u old-haskell-hs-bibutils//changelog new-haskell-hs-bibutils//changelog
--- old-haskell-hs-bibutils//changelog 2011-11-04 23:11:19.543672046 +0000
+++ new-haskell-hs-bibutils//changelog 2011-11-04 23:11:19.591672214 +0000
@@ -1,3 +1,9 @@
+haskell-hs-bibutils (4.12-4) UNRELEASED; urgency=low
+
+ * Still link against cbits/stub.c (Closes: #647667)
+
+ -- Joachim Breitner <nomeata at debian.org> Sat, 05 Nov 2011 00:09:15 +0100
+
haskell-hs-bibutils (4.12-3) unstable; urgency=low
* Depend on pkg-config
diff -rN -u old-haskell-hs-bibutils//patches/fix_cabal.patch new-haskell-hs-bibutils//patches/fix_cabal.patch
--- old-haskell-hs-bibutils//patches/fix_cabal.patch 2011-11-04 23:11:19.543672046 +0000
+++ new-haskell-hs-bibutils//patches/fix_cabal.patch 2011-11-04 23:11:19.551673054 +0000
@@ -8,8 +8,8 @@
Index: haskell-hs-bibutils-4.12/hs-bibutils.cabal
===================================================================
---- haskell-hs-bibutils-4.12.orig/hs-bibutils.cabal 2010-11-17 23:25:31.000000000 +0100
-+++ haskell-hs-bibutils-4.12/hs-bibutils.cabal 2011-09-26 17:43:37.000000000 +0200
+--- haskell-hs-bibutils-4.12.orig/hs-bibutils.cabal 2011-11-05 00:08:45.000000000 +0100
++++ haskell-hs-bibutils-4.12/hs-bibutils.cabal 2011-11-05 00:08:59.000000000 +0100
@@ -29,29 +29,6 @@
maintainer: andrea.rossato at unitn.it
cabal-version: >= 1.4
@@ -40,7 +40,7 @@
library
exposed-modules: Text.Bibutils
-@@ -60,22 +37,7 @@
+@@ -60,22 +37,8 @@
ghc-prof-options: -prof -auto-all
hs-source-dirs: src
extensions: ForeignFunctionInterface
@@ -61,6 +61,7 @@
- bibutils/title.c bibutils/utf8.c bibutils/wordin.c bibutils/wordout.c
- bibutils/xml.c bibutils/xml_encoding.c
+ pkgconfig-depends: bibutils
++ c-sources: cbits/stub.c
if impl(ghc >= 6.10)
build-depends: base >= 4, syb
More information about the Pkg-haskell-commits
mailing list