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

Martin Pitt mpitt at alioth.debian.org
Mon Aug 6 13:27:05 UTC 2007


Author: mpitt
Date: Mon Aug  6 13:27:05 2007
New Revision: 517

Log:
* debian/rules: Install the D-Bus config file so that CUPS reports
  job progress to dbus clients (like sytem-config-printer).

Modified:
   cupsys/trunk/debian/changelog
   cupsys/trunk/debian/rules

Modified: cupsys/trunk/debian/changelog
==============================================================================
--- cupsys/trunk/debian/changelog	(original)
+++ cupsys/trunk/debian/changelog	Mon Aug  6 13:27:05 2007
@@ -53,8 +53,10 @@
   [ Till Kamppeter ]
   * Add debian/local/textonly.{ppd,filter}: Text-only printer driver from Red
     Hat. Install it in debian/rules.
+  * debian/rules: Install the D-Bus config file so that CUPS reports
+    job progress to dbus clients (like sytem-config-printer).
 
- -- Martin Pitt <mpitt at debian.org>  Mon, 06 Aug 2007 15:21:30 +0200
+ -- Martin Pitt <mpitt at debian.org>  Mon, 06 Aug 2007 15:24:18 +0200
 
 cupsys (1.2.12-1) unstable; urgency=low
 

Modified: cupsys/trunk/debian/rules
==============================================================================
--- cupsys/trunk/debian/rules	(original)
+++ cupsys/trunk/debian/rules	Mon Aug  6 13:27:05 2007
@@ -57,6 +57,10 @@
 	#ln -s ../cups/model $(DEB_DESTDIR)/../cupsys/usr/share/ppd/cups-transitional-dir
 	dh_usrlocal
 
+	# Install DBUS configuration file so that job progress is reported to
+	# the system-config-printer applet
+	install -D -m 644 packaging/cups-dbus.conf $(DEB_DESTDIR)/../cupsys/etc/dbus-1/system.d/cups.conf
+
 	# Install driver and PPD for text-only printers
 	install -D -m 644 debian/local/textonly.ppd $(DEB_DESTDIR)/../cupsys/usr/share/ppd/cups-included/textonly.ppd
 	install -D -m 755 debian/local/textonly.filter $(DEB_DESTDIR)/../cupsys/usr/lib/cups/filter/textonly



More information about the Pkg-cups-devel mailing list