[Pkg-haskell-commits] darcs: haskell-citeproc-hs: Enable bibutils support (see #635959)

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


Mon Sep 26 16:02:56 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Enable bibutils support (see #635959)
  Ignore-this: 4f2d1b3ea44ad6c866dc8f8a7fbc6f3d

    M ./changelog +6
    M ./control -2 +5
    M ./rules -1 +1

Mon Sep 26 16:02:56 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Enable bibutils support (see #635959)
  Ignore-this: 4f2d1b3ea44ad6c866dc8f8a7fbc6f3d
diff -rN -u old-haskell-citeproc-hs//changelog new-haskell-citeproc-hs//changelog
--- old-haskell-citeproc-hs//changelog	2011-09-26 16:53:54.343827722 +0000
+++ new-haskell-citeproc-hs//changelog	2011-09-26 16:53:54.367829905 +0000
@@ -1,3 +1,9 @@
+haskell-citeproc-hs (0.3.2-2) UNRELEASED; urgency=low
+
+  * Enable bibutils support (see #635959)
+
+ -- Joachim Breitner <nomeata at debian.org>  Mon, 26 Sep 2011 18:02:18 +0200
+
 haskell-citeproc-hs (0.3.2-1) unstable; urgency=low
 
   * Initial release. (closes: #627536)
diff -rN -u old-haskell-citeproc-hs//control new-haskell-citeproc-hs//control
--- old-haskell-citeproc-hs//control	2011-09-26 16:53:54.307828125 +0000
+++ new-haskell-citeproc-hs//control	2011-09-26 16:53:54.347827967 +0000
@@ -27,7 +27,9 @@
  libghc-syb-dev,
  libghc-syb-prof,
  libghc-parsec3-dev,
- libghc-parsec3-prof
+ libghc-parsec3-prof,
+ libghc-hs-bibutils-dev (>= 0.3),
+ libghc-hs-bibutils-prof,
 Build-Depends-Indep:
  libghc-mtl-doc,
  libghc-xml-doc,
@@ -37,7 +39,8 @@
  libghc-network-doc,
  libghc-http-doc (>= 4000.0.9),
  libghc-syb-doc,
- libghc-parsec3-doc
+ libghc-parsec3-doc,
+ libghc-hs-bibutils-doc,
 Standards-Version: 3.9.2
 Homepage: http://hackage.haskell.org/package/citeproc-hs
 Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-citeproc-hs
diff -rN -u old-haskell-citeproc-hs//rules new-haskell-citeproc-hs//rules
--- old-haskell-citeproc-hs//rules	2011-09-26 16:53:54.307828125 +0000
+++ new-haskell-citeproc-hs//rules	2011-09-26 16:53:54.351829013 +0000
@@ -5,7 +5,7 @@
 
 DEB_GHC_EXTRA_PACKAGES := libghc-citeproc-hs-data (>= $(CABAL_VERSION))
 
-DEB_SETUP_GHC6_CONFIGURE_ARGS = -fbibutils
+DEB_SETUP_GHC_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