[Pkg-haskell-commits] darcs: haskell-configfile: Streamlined debian build system
John Goerzen
jgoerzen at complete.org
Fri Jan 4 14:36:29 UTC 2013
Fri Feb 4 03:16:01 UTC 2005 John Goerzen <jgoerzen at complete.org>
* Streamlined debian build system
Ignore-this: d8717c99ef2a2b600a783d24ca4684a8
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: d8717c99ef2a2b600a783d24ca4684a8
Keywords:
(jgoerzen at complete.org--projects/missingh--head--0.7--patch-200)
diff -rN -u old-haskell-configfile-1//rules new-haskell-configfile-1//rules
--- old-haskell-configfile-1//rules 2013-01-04 14:36:24.915725988 +0000
+++ new-haskell-configfile-1//rules 2013-01-04 14:36:28.758243365 +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