[Pkg-haskell-commits] darcs: hdbc: Fix doc building

John Goerzen jgoerzen at complete.org
Fri Jan 4 15:06:16 UTC 2013


Sat Jun 16 01:26:17 UTC 2007  John Goerzen <jgoerzen at complete.org>
  * Fix doc building
  Ignore-this: f2503a572dc282caa9c83cfcb7cb2040
  

    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: f2503a572dc282caa9c83cfcb7cb2040
  
diff -rN -u old-hdbc//changelog new-hdbc//changelog
--- old-hdbc//changelog	2013-01-04 15:06:14.930750418 +0000
+++ new-hdbc//changelog	2013-01-04 15:06:15.854223176 +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-hdbc//rules new-hdbc//rules
--- old-hdbc//rules	2013-01-04 15:06:14.930750418 +0000
+++ new-hdbc//rules	2013-01-04 15:06:15.806222972 +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