r52078 - in /packages/experimental/system-config-printer/debian: changelog rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Thu Feb 23 23:19:02 UTC 2017


Author: bigon
Date: Thu Feb 23 23:19:01 2017
New Revision: 52078

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52078
Log:
debian/rules: Remove the dbus/org.fedoraproject.Config.Printing.service
file during the clean target so it's generated with the proper path

Modified:
    packages/experimental/system-config-printer/debian/changelog
    packages/experimental/system-config-printer/debian/rules

Modified: packages/experimental/system-config-printer/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/system-config-printer/debian/changelog?rev=52078&op=diff
==============================================================================
--- packages/experimental/system-config-printer/debian/changelog	[utf-8] (original)
+++ packages/experimental/system-config-printer/debian/changelog	[utf-8] Thu Feb 23 23:19:01 2017
@@ -10,8 +10,10 @@
     the code using these modules are in that package.
   * Move the install-printerdriver executable to the -common package, it's
     indirectly needed by scp-dbus-service
-
- -- Laurent Bigonville <bigon at debian.org>  Thu, 23 Feb 2017 23:43:57 +0100
+  * debian/rules: Remove the dbus/org.fedoraproject.Config.Printing.service
+    file during the clean target so it's generated with the proper path
+
+ -- Laurent Bigonville <bigon at debian.org>  Fri, 24 Feb 2017 00:18:00 +0100
 
 system-config-printer (1.5.9-1) experimental; urgency=medium
 

Modified: packages/experimental/system-config-printer/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/system-config-printer/debian/rules?rev=52078&op=diff
==============================================================================
--- packages/experimental/system-config-printer/debian/rules	[utf-8] (original)
+++ packages/experimental/system-config-printer/debian/rules	[utf-8] Thu Feb 23 23:19:01 2017
@@ -28,3 +28,7 @@
 
 override_dh_autoreconf:
 	dh_autoreconf ./bootstrap
+
+override_dh_clean:
+	dh_clean -O--buildsystem=autoconf
+	rm -f dbus/org.fedoraproject.Config.Printing.service




More information about the pkg-gnome-commits mailing list