[Pkg-haskell-commits] darcs: haskell-devscripts: Move DEB_BUILD_DEPENDENCIES = build-arch to hlibrary.mk, instead of all packages debian/rules.

Marco Túlio Gontijo e Silva marcot at debian.org
Tue Mar 30 19:12:10 UTC 2010


Tue Mar 30 19:05:48 UTC 2010  Marco T[_\c3_][_\ba_]lio Gontijo e Silva <marcot at debian.org>
  * Move DEB_BUILD_DEPENDENCIES = build-arch to hlibrary.mk, instead of all packages debian/rules.
  Ignore-this: e6c40ea2353840109e04fb54b1755d8e

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

Tue Mar 30 19:05:48 UTC 2010  Marco Túlio Gontijo e Silva <marcot at debian.org>
  * Move DEB_BUILD_DEPENDENCIES = build-arch to hlibrary.mk, instead of all packages debian/rules.
  Ignore-this: e6c40ea2353840109e04fb54b1755d8e
diff -rN -u old-haskell-devscripts/debian/changelog new-haskell-devscripts/debian/changelog
--- old-haskell-devscripts/debian/changelog	2010-03-30 19:12:10.347149326 +0000
+++ new-haskell-devscripts/debian/changelog	2010-03-30 19:12:10.371150590 +0000
@@ -4,6 +4,8 @@
   * source/format: Use 3.0 (native).
   * Fix "GREP_OPTIONS breaks build" cleaning GREP_OPTIONS in hlibrary.mk
     (Closes: #573925)
+  * Move DEB_BUILD_DEPENDENCIES = build-arch to hlibrary.mk, instead of
+    all packages debian/rules.
 
  -- 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-30 19:12:10.347149326 +0000
+++ new-haskell-devscripts/hlibrary.mk	2010-03-30 19:12:10.367150380 +0000
@@ -59,6 +59,8 @@
    OPTIMIZATION = --disable-optimization
 endif
 
+DEB_BUILD_DEPENDENCIES = build-arch
+
 clean::
 	rm -rf dist dist-ghc6 dist-hugs $(DEB_SETUP_BIN_NAME) Setup.hi Setup.ho Setup.o .*config*
 	rm -f build-ghc6-stamp build-hugs-stamp build-haddock-stamp





More information about the Pkg-haskell-commits mailing list