[Pkg-haskell-commits] darcs: hdbc: Successfully building basic Debian packages now

John Goerzen jgoerzen at complete.org
Fri Jan 4 15:05:28 UTC 2013


Tue Dec 27 22:52:33 UTC 2005  John Goerzen <jgoerzen at complete.org>
  * Successfully building basic Debian packages now
  Ignore-this: 16fee347f005579ea5e3955fb7a6db86
  

    R ./docs
    M ./rules -3 +3

Tue Dec 27 22:52:33 UTC 2005  John Goerzen <jgoerzen at complete.org>
  * Successfully building basic Debian packages now
  Ignore-this: 16fee347f005579ea5e3955fb7a6db86
  
diff -rN -u old-hdbc//docs new-hdbc//docs
--- old-hdbc//docs	2013-01-04 15:05:27.359219466 +0000
+++ new-hdbc//docs	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-README.txt
-doc/*
diff -rN -u old-hdbc//rules new-hdbc//rules
--- old-hdbc//rules	2013-01-04 15:05:27.359219466 +0000
+++ new-hdbc//rules	2013-01-04 15:05:28.307228717 +0000
@@ -53,7 +53,7 @@
 
 	# Add here commands to clean up after the build process.
 	#-$(MAKE) clean
-	./setup clean
+	-./setup clean
 	-rm -rf setup Setup.hi Setup.ho Setup.o .*config* dist
 
 	dh_clean 
@@ -86,7 +86,7 @@
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs -i
-	dh_installdocs -i
+	dh_installdocs -i README.txt doc/*
 	dh_installexamples -i
 #	dh_install
 #	dh_installmenu
@@ -117,7 +117,7 @@
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs -a
-	dh_installdocs -a
+	dh_installdocs -a README.txt doc/*
 	dh_installexamples -a
 #	dh_install
 #	dh_installmenu





More information about the Pkg-haskell-commits mailing list