[Pkg-cups-devel] r689 - in cupsys/trunk: . debian

Martin Pitt mpitt at alioth.debian.org
Tue Feb 26 13:25:50 UTC 2008


Author: mpitt
Date: Tue Feb 26 13:25:50 2008
New Revision: 689

Log:
* debian/rules: Remove *.o and *.so files from PHP scripting examples
  directory (it's /usr/share after all).

Modified:
   cupsys/trunk/   (props changed)
   cupsys/trunk/debian/changelog
   cupsys/trunk/debian/rules

Modified: cupsys/trunk/debian/changelog
==============================================================================
--- cupsys/trunk/debian/changelog	(original)
+++ cupsys/trunk/debian/changelog	Tue Feb 26 13:25:50 2008
@@ -21,8 +21,10 @@
     and cupsys.
   * debian/cupsys.doc-base: Remove erroneous whitespace in the section
     separator.
+  * debian/rules: Remove *.o and *.so files from PHP scripting examples
+    directory (it's /usr/share after all).
 
- -- Martin Pitt <mpitt at debian.org>  Tue, 26 Feb 2008 13:58:54 +0100
+ -- Martin Pitt <mpitt at debian.org>  Tue, 26 Feb 2008 14:06:23 +0100
 
 cupsys (1.3.5-2) unstable; urgency=low
 

Modified: cupsys/trunk/debian/rules
==============================================================================
--- cupsys/trunk/debian/rules	(original)
+++ cupsys/trunk/debian/rules	Tue Feb 26 13:25:50 2008
@@ -63,6 +63,9 @@
 	# the system-config-printer applet
 	install -D -m 644 packaging/cups-dbus.conf $(DEB_DESTDIR)/../cupsys/etc/dbus-1/system.d/cups.conf
 
+	rm -f debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)/examples/scripting/php/*.o
+	rm -f debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)/examples/scripting/php/*.so
+
 binary-post-install/libcupsimage2-dev::
 	rm -r debian/libcupsimage2-dev/usr/share/doc/libcupsimage2-dev
 	ln -s libcupsimage2 debian/libcupsimage2-dev/usr/share/doc/libcupsimage2-dev



More information about the Pkg-cups-devel mailing list