r52065 - in /attic/system-config-printer/debian: changelog rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Thu Feb 23 16:56:31 UTC 2017


Author: bigon
Date: Thu Feb 23 16:56:30 2017
New Revision: 52065

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52065
Log:
debian/rules: Move the definition of DEB_PYTHON3_MODULE_PACKAGES before
including python-module.mk otherwise cdbs is not calling dh_python3 as
expected

Modified:
    attic/system-config-printer/debian/changelog
    attic/system-config-printer/debian/rules

Modified: attic/system-config-printer/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/system-config-printer/debian/changelog?rev=52065&op=diff
==============================================================================
--- attic/system-config-printer/debian/changelog	[utf-8] (original)
+++ attic/system-config-printer/debian/changelog	[utf-8] Thu Feb 23 16:56:30 2017
@@ -3,8 +3,11 @@
   * debian/patches/0010-no-start-printer-applet-gnome.patch: Do not start the
     printer-applet in GNOME or Cinnamon {gnome,cinnamon}-settings-daemon is
     already take care of this.
-
- -- Laurent Bigonville <bigon at debian.org>  Thu, 23 Feb 2017 17:29:02 +0100
+  * debian/rules: Move the definition of DEB_PYTHON3_MODULE_PACKAGES before
+    including python-module.mk otherwise cdbs is not calling dh_python3 as
+    expected
+
+ -- Laurent Bigonville <bigon at debian.org>  Thu, 23 Feb 2017 17:55:32 +0100
 
 system-config-printer (1.5.7-2) unstable; urgency=medium
 

Modified: attic/system-config-printer/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/system-config-printer/debian/rules?rev=52065&op=diff
==============================================================================
--- attic/system-config-printer/debian/rules	[utf-8] (original)
+++ attic/system-config-printer/debian/rules	[utf-8] Thu Feb 23 16:56:30 2017
@@ -2,6 +2,11 @@
 
 GNOME_DOWNLOAD_URL = http://cyberelk.net/tim/data/system-config-printer/$(DEB_UPSTREAM_VERSION_MAJOR_MINOR)/$(GNOME_TARBALL)
 TARBALL_EXT := tar.xz
+
+DEB_PYTHON3_MODULE_PACKAGES := python3-cupshelpers \
+                               system-config-printer \
+                               system-config-printer-udev \
+                               system-config-printer-common
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
@@ -12,11 +17,6 @@
 # List any files which are not installed
 include /usr/share/cdbs/1/rules/utils.mk
 DEB_DH_INSTALL_ARGS := --list-missing
-
-DEB_PYTHON3_MODULE_PACKAGES := python3-cupshelpers \
-                               system-config-printer \
-                               system-config-printer-udev \
-                               system-config-printer-common
 
 DEB_PYTHON_PRIVATE_MODULES_DIRS_ALL := /usr/share/system-config-printer
 




More information about the pkg-gnome-commits mailing list