[Pkg-haskell-commits] darcs: haskell-bindings-gpgme: Pass LFS_CFLAGS to hsc2hs.

Clint Adams clint at debian.org
Thu Mar 15 13:43:04 UTC 2012


Thu Mar 15 13:42:54 UTC 2012  Clint Adams <clint at debian.org>
  * Pass LFS_CFLAGS to hsc2hs.
  Ignore-this: e9a5be08da95447d6f6f8613ee8a781d

    M ./changelog +7
    M ./control -1 +1
    A ./patches/
    M ./rules +2

Thu Mar 15 13:42:54 UTC 2012  Clint Adams <clint at debian.org>
  * Pass LFS_CFLAGS to hsc2hs.
  Ignore-this: e9a5be08da95447d6f6f8613ee8a781d
diff -rN -u old-haskell-bindings-gpgme//changelog new-haskell-bindings-gpgme//changelog
--- old-haskell-bindings-gpgme//changelog	2012-03-15 13:43:04.205753180 +0000
+++ new-haskell-bindings-gpgme//changelog	2012-03-15 13:43:04.209753920 +0000
@@ -1,3 +1,10 @@
+haskell-bindings-gpgme (0.1.3-2) unstable; urgency=low
+
+  * Use appropriate LFS CFLAGS with hsc2hs.  closes: #659153.
+  * Bump to Standards-Version 3.9.3.
+
+ -- Clint Adams <clint at debian.org>  Wed, 14 Mar 2012 23:07:47 -0400
+
 haskell-bindings-gpgme (0.1.3-1) unstable; urgency=low
 
   * New upstream version.
diff -rN -u old-haskell-bindings-gpgme//control new-haskell-bindings-gpgme//control
--- old-haskell-bindings-gpgme//control	2012-03-15 13:43:04.205753180 +0000
+++ new-haskell-bindings-gpgme//control	2012-03-15 13:43:04.213752448 +0000
@@ -12,7 +12,7 @@
   , libghc-bindings-dsl-dev (<< 1.1)
   , libgpgme11-dev
 Build-Depends-Indep: ghc-doc
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://hackage.haskell.org/package/haskell-bindings-gpgme
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bindings-gpgme
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-bindings-gpgme
diff -rN -u old-haskell-bindings-gpgme//rules new-haskell-bindings-gpgme//rules
--- old-haskell-bindings-gpgme//rules	2012-03-15 13:43:04.205753180 +0000
+++ new-haskell-bindings-gpgme//rules	2012-03-15 13:43:04.213752448 +0000
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 
+DEB_SETUP_GHC_CONFIGURE_ARGS = --hsc2hs-options="$$(getconf LFS_CFLAGS)"
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk





More information about the Pkg-haskell-commits mailing list