[Pkg-haskell-commits] darcs: haskell-testpack: Streamlined debian build system

John Goerzen jgoerzen at complete.org
Fri Jan 4 14:54:43 UTC 2013


Fri Feb  4 03:16:01 UTC 2005  John Goerzen <jgoerzen at complete.org>
  * Streamlined debian build system
  Ignore-this: afaaf676c513dbbeae4911202800d51a
  
  Keywords: 
  
  
  (jgoerzen at complete.org--projects/missingh--head--0.7--patch-200)

    M ./rules -2 +4

Fri Feb  4 03:16:01 UTC 2005  John Goerzen <jgoerzen at complete.org>
  * Streamlined debian build system
  Ignore-this: afaaf676c513dbbeae4911202800d51a
  
  Keywords: 
  
  
  (jgoerzen at complete.org--projects/missingh--head--0.7--patch-200)
diff -rN -u old-haskell-testpack//rules new-haskell-testpack//rules
--- old-haskell-testpack//rules	2013-01-04 14:54:40.927758222 +0000
+++ new-haskell-testpack//rules	2013-01-04 14:54:43.363934340 +0000
@@ -43,7 +43,7 @@
 build-stamp: configure-stamp 
 	dh_testdir
 
-	make test-ghc6
+	#make test-ghc6
 	# Add here commands to compile the package.
 	touch build-stamp
 
@@ -67,13 +67,14 @@
 
 	# Add here commands to install the package into debian/tmp
 	dh_haskell -a
+	make test-ghc6
 
 builddocs: builddocs-stamp
 builddocs-stamp:
 	dh_testdir
 
 	make doc
-	make test-hugs
+	#make test-hugs
 
 installdocs: builddocs
 	dh_testdir
@@ -82,6 +83,7 @@
 	dh_installdirs -i
 
 	dh_haskell -i
+	make test-hugs
 
 # Build architecture-independent files here.
 binary-indep: builddocs installdocs





More information about the Pkg-haskell-commits mailing list