[Pkg-cups-devel] r467 - cupsys/trunk/debian

Martin Pitt mpitt at alioth.debian.org
Mon Apr 30 12:26:24 UTC 2007


Author: mpitt
Date: Mon Apr 30 12:26:23 2007
New Revision: 467

Modified:
   cupsys/trunk/debian/changelog
   cupsys/trunk/debian/rules
Log:
* debian/rules: Most of the clean:: rule is obsolete, only two files are
  left behind now. These two have been reported upstream in
  http://www.cups.org/str.php?L2366.

Modified: cupsys/trunk/debian/changelog
==============================================================================
--- cupsys/trunk/debian/changelog	(original)
+++ cupsys/trunk/debian/changelog	Mon Apr 30 12:26:23 2007
@@ -64,8 +64,11 @@
     lives in its own package now.
   * debian/local/enable_sharing: Also match on 127.0.0.1 IP adresses in
     addition to 'localhost'.
+  * debian/rules: Most of the clean:: rule is obsolete, only two files are
+    left behind now. These two have been reported upstream in
+    http://www.cups.org/str.php?L2366.
 
- -- Martin Pitt <mpitt at debian.org>  Mon, 30 Apr 2007 14:21:08 +0200
+ -- Martin Pitt <mpitt at debian.org>  Mon, 30 Apr 2007 14:24:10 +0200
 
 cupsys (1.2.7-4) unstable; urgency=high
 

Modified: cupsys/trunk/debian/rules
==============================================================================
--- cupsys/trunk/debian/rules	(original)
+++ cupsys/trunk/debian/rules	Mon Apr 30 12:26:23 2007
@@ -25,28 +25,7 @@
 DEB_DH_FIXPERMS_ARGS := -Xusr/lib/cups/backend-available
 
 clean::
-	-rm core
-	-$(MAKE) clean
-	-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
-	-rm filter/libcupsimage.a
-	-rm pdftops/libxpdf.a
-	-rm scheduler/testdirsvc scheduler/testdirsvc.o
-	-rm cups/testfile cups/testfile.o cups/http-addrlist.o
-	-rm backend/http backend/runloop.o backend/ieee1284.o
-	-rm systemv/disable systemv/enable systemv/reject
-	-rm cups-config cups.list conf/cupsd.conf conf/pam.conf
-	-rm config.log config.h config.cache config.status Makedefs cups.sh
-	-rmdir --ignore-fail-on-non-empty debian/patched
-	-rm -f man/client.conf.man man/cups-deviced.man man/cups-driverd.man man/cups-lpd.man man/cupsaddsmb.man man/cupsd.man man/cupsd.conf.man man/lpoptions.man templates/header.tmpl templates/edit-config.tmpl init/cups.sh init/cups-lpd
-	-for l in de es et ja pl sv; do \
-	  rm -f doc/$l/index.html; \
-	  rm -f templates/$l/header.tmpl templates/$l/edit-config.tmpl; \
-	done
+	rm -f man/client.conf.man packaging/cups.list
 
 common-install-prehook-impl::
 	(cd fonts && $(MAKE) install BUILDROOT=$(DEB_DESTDIR))



More information about the Pkg-cups-devel mailing list