[Pkg-haskell-commits] darcs: haskell-devscripts: Fix "GREP_OPTIONS breaks build" cleaning GREP_OPTIONS in hlibrary.mk (Closes: #573925)

Marco Túlio Gontijo e Silva marcot at debian.org
Tue Mar 23 20:06:58 UTC 2010


Tue Mar 23 19:49:43 UTC 2010  Marco T[_\c3_][_\ba_]lio Gontijo e Silva <marcot at debian.org>
  * Fix "GREP_OPTIONS breaks build" cleaning GREP_OPTIONS in hlibrary.mk (Closes: #573925)
  Ignore-this: dca93f67f5cd605d07ef36a90303eec6

    M ./debian/changelog +2
    M ./hlibrary.mk +2

Tue Mar 23 19:49:43 UTC 2010  Marco Túlio Gontijo e Silva <marcot at debian.org>
  * Fix "GREP_OPTIONS breaks build" cleaning GREP_OPTIONS in hlibrary.mk (Closes: #573925)
  Ignore-this: dca93f67f5cd605d07ef36a90303eec6
diff -rN -u old-haskell-devscripts/debian/changelog new-haskell-devscripts/debian/changelog
--- old-haskell-devscripts/debian/changelog	2010-03-23 20:06:52.642548627 +0000
+++ new-haskell-devscripts/debian/changelog	2010-03-23 20:06:52.654549255 +0000
@@ -2,6 +2,8 @@
 
   * Remove Dh_Haskell.pm.
   * source/format: Use 3.0 (native).
+  * Fix "GREP_OPTIONS breaks build" cleaning GREP_OPTIONS in hlibrary.mk
+    (Closes: #573925)
 
  -- Marco Túlio Gontijo e Silva <marcot at debian.org>  Tue, 23 Mar 2010 16:45:54 -0300
 
diff -rN -u old-haskell-devscripts/hlibrary.mk new-haskell-devscripts/hlibrary.mk
--- old-haskell-devscripts/hlibrary.mk	2010-03-23 20:06:52.642548627 +0000
+++ new-haskell-devscripts/hlibrary.mk	2010-03-23 20:06:52.642548627 +0000
@@ -17,6 +17,8 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
 # 02111-1307 USA.
 
+export GREP_OPTIONS :=
+
 DEB_CABAL_PACKAGE ?= $(shell cat *.cabal |\
  perl -ne \
  'if (/^name\s*:\s*(.*)$$/i) {$$_ = $$1; tr/A-Z/a-z/; print; exit 0;}')





More information about the Pkg-haskell-commits mailing list