[Pkg-haskell-commits] darcs: ghc: Use dh_autoreconf{, _clean} to autoreconf, mainly so we can have proper clean support.

Iain Lane laney at debian.org
Sat Mar 10 16:44:45 UTC 2012


Sat Mar 10 16:01:09 UTC 2012  Iain Lane <laney at debian.org>
  * Use dh_autoreconf{,_clean} to autoreconf, mainly so we can have proper clean support. 
  Ignore-this: fd20352163b74b6fa4925c4c0ba138a0

    M ./changelog +2
    M ./control -2 +1
    M ./rules -3 +3

Sat Mar 10 16:01:09 UTC 2012  Iain Lane <laney at debian.org>
  * Use dh_autoreconf{,_clean} to autoreconf, mainly so we can have proper clean support. 
  Ignore-this: fd20352163b74b6fa4925c4c0ba138a0
diff -rN -u old-ghc//changelog new-ghc//changelog
--- old-ghc//changelog	2012-03-10 16:44:45.341790974 +0000
+++ new-ghc//changelog	2012-03-10 16:44:45.371249286 +0000
@@ -4,6 +4,8 @@
     failures. See upstream bug #5824.
     - fix-ARM-s-StgCRun-clobbered-register-list-for-both-A
     - fix-ARM-StgCRun-to-not-save-and-restore-r11-fp-regis
+  * Use dh_autoreconf{,_clean} to autoreconf, mainly so we can have proper
+    clean support. 
 
  -- Iain Lane <laney at debian.org>  Sat, 10 Mar 2012 15:55:03 +0000
 
diff -rN -u old-ghc//control new-ghc//control
--- old-ghc//control	2012-03-10 16:44:45.339247257 +0000
+++ new-ghc//control	2012-03-10 16:44:45.347248028 +0000
@@ -10,8 +10,7 @@
   devscripts,
   ghc,
   grep-dctrl,
-  autotools-dev,
-  autoconf,
+  dh-autoreconf,
   gcc (>= 4:4.2),
   llvm-3.0 [armel armhf],
   libffi-dev,
diff -rN -u old-ghc//rules new-ghc//rules
--- old-ghc//rules	2012-03-10 16:44:45.339247257 +0000
+++ new-ghc//rules	2012-03-10 16:44:45.367248473 +0000
@@ -39,8 +39,7 @@
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
-
-	autoconf
+	dh_autoreconf
 
 	rm -f mk/build.mk
 	echo "SRC_HC_OPTS += -lffi -optl-pthread" >> mk/build.mk
@@ -280,7 +279,8 @@
 	rm -f utils/ghc-pwd/dist-boot/ghc-pwd
 
 	rm -f libraries/haskeline/a.out
-
+	
+	dh_autoreconf_clean
 	dh_clean
 
 binary-arch: binary-arch-stamp





More information about the Pkg-haskell-commits mailing list