[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 14:55:15 UTC 2010


The following commit has been merged in the master branch:
commit 71a2366cdff7a752fb663e682b288fe37f7a76c9
Author: John Goerzen <jgoerzen at complete.org>
Date:   Fri Feb 4 04:16:01 2005 +0100

    Streamlined debian build system
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--0.7--patch-200)

diff --git a/ChangeLog b/ChangeLog
index 5b72602..b8ad904 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.7
 #
 
+2005-02-03 21:16:01 GMT	John Goerzen <jgoerzen at complete.org>	patch-200
+
+    Summary:
+      Streamlined debian build system
+    Revision:
+      missingh--head--0.7--patch-200
+
+
+    modified files:
+     ChangeLog debian/rules
+
+
 2005-02-03 21:00:48 GMT	John Goerzen <jgoerzen at complete.org>	patch-199
 
     Summary:
diff --git a/debian/rules b/debian/rules
index 0d1ebf4..a7eac95 100644
--- a/debian/rules
+++ b/debian/rules
@@ -43,7 +43,7 @@ build: build-stamp
 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 @@ install: build
 
 	# 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 @@ installdocs: builddocs
 	dh_installdirs -i
 
 	dh_haskell -i
+	make test-hugs
 
 # Build architecture-independent files here.
 binary-indep: builddocs installdocs

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list