[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:43:18 UTC 2010


The following commit has been merged in the master branch:
commit 6c0d00607a7ab3945d1c533901f04e74ae9af4fe
Author: John Goerzen <jgoerzen at complete.org>
Date:   Thu Oct 7 08:47:38 2004 +0100

    rules now runs tests
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--1.0--patch-42)

diff --git a/ChangeLog b/ChangeLog
index d078c32..fb49bfa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--1.0
 #
 
+2004-10-07 02:47:38 GMT	John Goerzen <jgoerzen at complete.org>	patch-42
+
+    Summary:
+      rules now runs tests
+    Revision:
+      missingh--head--1.0--patch-42
+
+
+    modified files:
+     ChangeLog debian/rules
+
+
 2004-10-07 02:44:50 GMT	John Goerzen <jgoerzen at complete.org>	patch-41
 
     Summary:
diff --git a/debian/rules b/debian/rules
index 38270d0..0d1ebf4 100644
--- a/debian/rules
+++ b/debian/rules
@@ -43,6 +43,7 @@ build: build-stamp
 build-stamp: configure-stamp 
 	dh_testdir
 
+	make test-ghc6
 	# Add here commands to compile the package.
 	touch build-stamp
 
@@ -53,6 +54,7 @@ clean:
 
 	# Add here commands to clean up after the build process.
 	-./setup clean
+	-make clean
 	-rm -rf setup Setup.hi Setup.ho Setup.o .*config* dist html
 
 	dh_clean 
@@ -71,6 +73,7 @@ builddocs-stamp:
 	dh_testdir
 
 	make doc
+	make test-hugs
 
 installdocs: builddocs
 	dh_testdir

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list