[Pkg-cups-devel] r92 - cupsys/branches/cups-1.2/debian

Martin Pitt mpitt at costa.debian.org
Thu Dec 22 12:58:24 UTC 2005


Author: mpitt
Date: Thu Dec 22 12:58:23 2005
New Revision: 92

Modified:
   cupsys/branches/cups-1.2/debian/changelog
   cupsys/branches/cups-1.2/debian/rules
Log:
debian/rules: In clean rule, clean up a lot of files that are left behind by 'make clean'.



Modified: cupsys/branches/cups-1.2/debian/changelog
==============================================================================
--- cupsys/branches/cups-1.2/debian/changelog	(original)
+++ cupsys/branches/cups-1.2/debian/changelog	Thu Dec 22 12:58:23 2005
@@ -29,8 +29,10 @@
     Thanks to Adam Conrad.
   * debian/cupsys.init.d: Add --oknodo to not fail if cupsd is already
     running.
+  * debian/rules: In clean rule, clean up a lot of files that are left behind
+    by 'make clean'.
 
- -- Martin Pitt <mpitt at debian.org>  Thu, 22 Dec 2005 12:54:40 +0100
+ -- Martin Pitt <mpitt at debian.org>  Thu, 22 Dec 2005 13:57:19 +0100
 
 cupsys (1.1.99.b1.r4876-1) unstable; urgency=low
 

Modified: cupsys/branches/cups-1.2/debian/rules
==============================================================================
--- cupsys/branches/cups-1.2/debian/rules	(original)
+++ cupsys/branches/cups-1.2/debian/rules	Thu Dec 22 12:58:23 2005
@@ -25,7 +25,9 @@
 clean::
 	-rm core
 	-$(MAKE) clean
-	-rm man/*.gz man/*.z man/*.1 man/*.5 man/*.8
+	-rm man/*.gz man/*.z man/*.1 man/*.5 man/*.8 man/*.o man/mantohtml
+	-rm -f doc/help/man-*.html doc/help/standard.html doc/index.html
+	-rm -f conf/pam.std packaging/cups.list templates/edit-config.tmpl
 	-rm cups/libcups.so
 	-rm cups/libcups.a
 	-rm filter/libcupsimage.so



More information about the Pkg-cups-devel mailing list