[Pkg-haskell-commits] darcs: haskell-convertible: Fix doc building
John Goerzen
jgoerzen at complete.org
Fri Jan 4 14:38:27 UTC 2013
Sat Jun 16 01:26:17 UTC 2007 John Goerzen <jgoerzen at complete.org>
* Fix doc building
Ignore-this: 9636167ab7e560c7c351e073acdfa662
M ./changelog +6
M ./rules -1 +2
Sat Jun 16 01:26:17 UTC 2007 John Goerzen <jgoerzen at complete.org>
* Fix doc building
Ignore-this: 9636167ab7e560c7c351e073acdfa662
diff -rN -u old-haskell-convertible//changelog new-haskell-convertible//changelog
--- old-haskell-convertible//changelog 2013-01-04 14:38:25.743935515 +0000
+++ new-haskell-convertible//changelog 2013-01-04 14:38:27.571718309 +0000
@@ -1,3 +1,9 @@
+hdbc (1.1.2.2) unstable; urgency=low
+
+ * Build doc all the time. Closes: #427977.
+
+ -- John Goerzen <jgoerzen at complete.org> Fri, 15 Jun 2007 05:24:17 -0500
+
hdbc (1.1.2.1) unstable; urgency=low
* Update for newer GHC 6.6.1. Closes: #422290, #426127.
diff -rN -u old-haskell-convertible//rules new-haskell-convertible//rules
--- old-haskell-convertible//rules 2013-01-04 14:38:25.743935515 +0000
+++ new-haskell-convertible//rules 2013-01-04 14:38:27.495718607 +0000
@@ -43,6 +43,7 @@
# Add here commands to compile the package.
#$(MAKE)
+ $(MAKE) doc
touch build-stamp
@@ -55,6 +56,7 @@
#-$(MAKE) clean
-./setup clean
-rm -rf setup Setup.hi Setup.ho Setup.o .*config* dist
+ -rm -rf doc
dh_clean
@@ -77,7 +79,6 @@
# Add here commands to install the package into debian/tmp
#$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
dh_haskell -i
- $(MAKE) doc
More information about the Pkg-haskell-commits
mailing list