[Pkg-haskell-commits] darcs: haskell-citeproc-hs: Advertise data package and compile with bibutils support.

Giovanni Mascellani gio at debian.org
Sat Aug 13 18:47:39 UTC 2011


Sat Aug 13 18:20:45 UTC 2011  Giovanni Mascellani <gio at debian.org>
  * Advertise data package and compile with bibutils support.
  Ignore-this: 62a042233eab58e56cacbcb2615f3902

    M ./control -1 +1
    M ./rules +4

Sat Aug 13 18:20:45 UTC 2011  Giovanni Mascellani <gio at debian.org>
  * Advertise data package and compile with bibutils support.
  Ignore-this: 62a042233eab58e56cacbcb2615f3902
diff -rN -u old-haskell-citeproc-hs//control new-haskell-citeproc-hs//control
--- old-haskell-citeproc-hs//control	2011-08-13 18:47:39.730247948 +0000
+++ new-haskell-citeproc-hs//control	2011-08-13 18:47:39.730247948 +0000
@@ -5,7 +5,7 @@
 Uploaders: Giovanni Mascellani <gio at debian.org>
 Build-Depends:
  debhelper (>= 7),
- haskell-devscripts (>= 0.7),
+ haskell-devscripts (>= 0.8.8),
  cdbs,
  ghc,
  ghc-prof,
diff -rN -u old-haskell-citeproc-hs//rules new-haskell-citeproc-hs//rules
--- old-haskell-citeproc-hs//rules	2011-08-13 18:47:39.730247948 +0000
+++ new-haskell-citeproc-hs//rules	2011-08-13 18:47:39.734278692 +0000
@@ -3,6 +3,10 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk
 
+DEB_GHC_EXTRA_PACKAGES := libghc-citeproc-hs-data (>= $(CABAL_VERSION))
+
+DEB_SETUP_GHC6_CONFIGURE_ARGS = -fbibutils
+
 install/libghc-citeproc-hs-data:: debian/tmp-inst-ghc
 	mv debian/tmp-inst-ghc/usr/share/citeproc-hs-$(CABAL_VERSION) debian/libghc-citeproc-hs-data/usr/share
 





More information about the Pkg-haskell-commits mailing list