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

John Goerzen jgoerzen at complete.org
Fri Jan 4 14:37:11 UTC 2013


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

    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: 7935e43e73146579e823f6a6ebda6048
  
diff -rN -u old-haskell-convertible//docs new-haskell-convertible//docs
--- old-haskell-convertible//docs	2013-01-04 14:37:09.155221014 +0000
+++ new-haskell-convertible//docs	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-README.txt
-doc/*
diff -rN -u old-haskell-convertible//rules new-haskell-convertible//rules
--- old-haskell-convertible//rules	2013-01-04 14:37:09.134451320 +0000
+++ new-haskell-convertible//rules	2013-01-04 14:37:11.139753328 +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