[Pkg-emboss-commits] r85 - emboss/trunk/debian

naoliv at alioth.debian.org naoliv at alioth.debian.org
Sat Jul 21 15:52:24 UTC 2007


Author: naoliv
Date: 2007-07-21 15:52:24 +0000 (Sat, 21 Jul 2007)
New Revision: 85

Modified:
   emboss/trunk/debian/rules
Log:
Now removing manpages-stamp and also echoing correctly the new line of manpages/empty-in-clean-sources


Modified: emboss/trunk/debian/rules
===================================================================
--- emboss/trunk/debian/rules	2007-07-19 06:53:34 UTC (rev 84)
+++ emboss/trunk/debian/rules	2007-07-21 15:52:24 UTC (rev 85)
@@ -51,9 +51,9 @@
 
 	rm -rf config.status install-stamp
 	dh_clean debian/copyright
-	rm -rf debian/manpages/* debian/manpages-stamp
+	rm -rf debian/manpages/* manpages-stamp
 	echo > debian/emboss.manpages "This file is autogenerated at build time"
-	echo > debian/manpages/empty-in-clean-sources "This directory is empty in clean sources, and the purpose of this file is to\nhave the directory included in the source package."
+	echo -e > debian/manpages/empty-in-clean-sources "This directory is empty in clean sources, and the purpose of this file is to\nhave the directory included in the source package."
 
 install: install-stamp
 install-stamp: build-stamp




More information about the Pkg-emboss-commits mailing list