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