r40731 - in /attic/system-config-printer/debian: changelog rules system-config-printer-udev.install

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Mon Feb 24 13:34:32 UTC 2014


Author: bigon
Date: Mon Feb 24 13:34:31 2014
New Revision: 40731

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40731
Log:
* debian/rules: Pass --list-missing to dh_install
* debian/rules, debian/system-config-printer-udev.install: Install systemd
  configure-printer at .service file (Closes: #739964)

Modified:
    attic/system-config-printer/debian/changelog
    attic/system-config-printer/debian/rules
    attic/system-config-printer/debian/system-config-printer-udev.install

Modified: attic/system-config-printer/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/system-config-printer/debian/changelog?rev=40731&op=diff
==============================================================================
--- attic/system-config-printer/debian/changelog	[utf-8] (original)
+++ attic/system-config-printer/debian/changelog	[utf-8] Mon Feb 24 13:34:31 2014
@@ -1,3 +1,11 @@
+system-config-printer (1.4.3-3) UNRELEASED; urgency=medium
+
+  * debian/rules: Pass --list-missing to dh_install
+  * debian/rules, debian/system-config-printer-udev.install: Install systemd
+    configure-printer at .service file (Closes: #739964)
+
+ -- Laurent Bigonville <bigon at debian.org>  Mon, 24 Feb 2014 14:22:07 +0100
+
 system-config-printer (1.4.3-2) unstable; urgency=medium
 
   * debian/control.in:

Modified: attic/system-config-printer/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/system-config-printer/debian/rules?rev=40731&op=diff
==============================================================================
--- attic/system-config-printer/debian/rules	[utf-8] (original)
+++ attic/system-config-printer/debian/rules	[utf-8] Mon Feb 24 13:34:31 2014
@@ -9,6 +9,10 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
+# List any files which are not installed
+include /usr/share/cdbs/1/rules/utils.mk
+DEB_DH_INSTALL_ARGS := --list-missing
+
 DEB_PYTHON2_MODULE_PACKAGES := python-cupshelpers \
                                system-config-printer \
                                system-config-printer-udev
@@ -16,7 +20,8 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS := \
 		--sbindir=/usr/bin \
-		--with-udev-rules
+		--with-udev-rules \
+		--with-systemdsystemunitdir=/lib/systemd/system
 
 configure/python-cupshelpers::
 	cp debug.py smburi.py cupshelpers/

Modified: attic/system-config-printer/debian/system-config-printer-udev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/system-config-printer/debian/system-config-printer-udev.install?rev=40731&op=diff
==============================================================================
--- attic/system-config-printer/debian/system-config-printer-udev.install	[utf-8] (original)
+++ attic/system-config-printer/debian/system-config-printer-udev.install	[utf-8] Mon Feb 24 13:34:31 2014
@@ -1 +1,2 @@
-debian/tmp/etc/udev /lib/
+etc/udev /lib/
+lib/systemd/system/configure-printer at .service




More information about the pkg-gnome-commits mailing list