[Pkg-haskell-commits] darcs: haskell-hs-bibutils: Use pkgconfig-depends

Joachim Breitner mail at joachim-breitner.de
Mon Sep 26 16:53:20 UTC 2011


Mon Sep 26 15:43:52 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Use pkgconfig-depends
  Ignore-this: f6535d46eba9d7c129d4d355da5ced9b

    M ./patches/fix_cabal.patch -6 +5

Mon Sep 26 15:43:52 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Use pkgconfig-depends
  Ignore-this: f6535d46eba9d7c129d4d355da5ced9b
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-09-26 16:53:20.679846443 +0000
+++ new-haskell-hs-bibutils//patches/fix_cabal.patch	2011-09-26 16:53:20.695830824 +0000
@@ -8,8 +8,8 @@
 
 Index: haskell-hs-bibutils-4.12/hs-bibutils.cabal
 ===================================================================
---- haskell-hs-bibutils-4.12.orig/hs-bibutils.cabal	2011-08-13 19:53:44.000000000 +0200
-+++ haskell-hs-bibutils-4.12/hs-bibutils.cabal	2011-08-13 20:00:08.000000000 +0200
+--- 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
 @@ -29,29 +29,6 @@
  maintainer:         andrea.rossato at unitn.it
  cabal-version:      >= 1.4
@@ -40,13 +40,12 @@
  
  library
      exposed-modules:  Text.Bibutils
-@@ -60,22 +37,9 @@
+@@ -60,22 +37,7 @@
      ghc-prof-options: -prof -auto-all
      hs-source-dirs:   src
      extensions:       ForeignFunctionInterface
 -    include-dirs:     bibutils
-+    include-dirs:     /usr/include/bibutils
-     includes:         bibutils.h
+-    includes:         bibutils.h
 -    c-sources:
 -        cbits/stub.c
 -        bibutils/adsout.c bibutils/bibcore.c bibutils/bibl.c bibutils/biblatexin.c bibutils/bibtexin.c
@@ -61,7 +60,7 @@
 -        bibutils/risout.c bibutils/ristypes.c bibutils/serialno.c bibutils/strsearch.c
 -        bibutils/title.c bibutils/utf8.c bibutils/wordin.c bibutils/wordout.c
 -        bibutils/xml.c bibutils/xml_encoding.c
-+    extra-libraries:  bibutils
++    pkgconfig-depends: bibutils
  
      if impl(ghc >= 6.10)
         build-depends: base >= 4, syb





More information about the Pkg-haskell-commits mailing list