r52077 - in /packages/experimental/system-config-printer/debian: changelog control control.in system-config-printer-common.install system-config-printer.install

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Thu Feb 23 22:48:07 UTC 2017


Author: bigon
Date: Thu Feb 23 22:48:07 2017
New Revision: 52077

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52077
Log:
* debian/control.in: Make the system-config-printer-common package recommend
  cups-pk-helper and python3-smbc package instead of system-config-printer,
  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

Modified:
    packages/experimental/system-config-printer/debian/changelog
    packages/experimental/system-config-printer/debian/control
    packages/experimental/system-config-printer/debian/control.in
    packages/experimental/system-config-printer/debian/system-config-printer-common.install
    packages/experimental/system-config-printer/debian/system-config-printer.install

Modified: packages/experimental/system-config-printer/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/system-config-printer/debian/changelog?rev=52077&op=diff
==============================================================================
--- packages/experimental/system-config-printer/debian/changelog	[utf-8] (original)
+++ packages/experimental/system-config-printer/debian/changelog	[utf-8] Thu Feb 23 22:48:07 2017
@@ -1,9 +1,17 @@
 system-config-printer (1.5.9-2) UNRELEASED; urgency=medium
 
+  [ Jeremy Bicha ]
   * Update debian/watch and Homepage to point to github repo
   * Update Vcs links
 
- -- Jeremy Bicha <jbicha at ubuntu.com>  Thu, 23 Feb 2017 16:58:19 -0500
+  [ Laurent Bigonville ]
+  * debian/control.in: Make the system-config-printer-common package recommend
+    cups-pk-helper and python3-smbc package instead of system-config-printer,
+    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
 
 system-config-printer (1.5.9-1) experimental; urgency=medium
 

Modified: packages/experimental/system-config-printer/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/system-config-printer/debian/control?rev=52077&op=diff
==============================================================================
--- packages/experimental/system-config-printer/debian/control	[utf-8] (original)
+++ packages/experimental/system-config-printer/debian/control	[utf-8] Thu Feb 23 22:48:07 2017
@@ -40,9 +40,7 @@
          system-config-printer-common (= ${source:Version}),
          ${misc:Depends},
          ${python3:Depends}
-Recommends: cups-pk-helper,
-            python3-smbc,
-            system-config-printer-udev
+Recommends: system-config-printer-udev
 Suggests: gnome-software (>= 3.16.5-2)
 Description: graphical interface to configure the printing system
  System-config-printer is a GUI written in Python using GTK+ to
@@ -68,12 +66,13 @@
          python3-requests,
          ${misc:Depends},
          ${python3:Depends}
-Recommends: gir1.2-gnomekeyring-1.0,
+Recommends: cups-pk-helper, 
+            gir1.2-gnomekeyring-1.0,
             python3-smbc,
             system-config-printer-udev
 Suggests: gnome-software (>= 3.16.5-2)
-Breaks: system-config-printer (<< 1.5.7-2~)
-Replaces: system-config-printer (<< 1.5.7-2~)
+Breaks: system-config-printer (<< 1.5.9-2~)
+Replaces: system-config-printer (<< 1.5.9-2~)
 Description: backend and the translation files for system-config-printer
  System-config-printer is a GUI written in Python using GTK+ to
  configure a CUPS server. Its primary use is to configure the printing

Modified: packages/experimental/system-config-printer/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/system-config-printer/debian/control.in?rev=52077&op=diff
==============================================================================
--- packages/experimental/system-config-printer/debian/control.in	[utf-8] (original)
+++ packages/experimental/system-config-printer/debian/control.in	[utf-8] Thu Feb 23 22:48:07 2017
@@ -36,9 +36,7 @@
          system-config-printer-common (= ${source:Version}),
          ${misc:Depends},
          ${python3:Depends}
-Recommends: cups-pk-helper,
-            python3-smbc,
-            system-config-printer-udev
+Recommends: system-config-printer-udev
 Suggests: gnome-software (>= 3.16.5-2)
 Description: graphical interface to configure the printing system
  System-config-printer is a GUI written in Python using GTK+ to
@@ -64,12 +62,13 @@
          python3-requests,
          ${misc:Depends},
          ${python3:Depends}
-Recommends: gir1.2-gnomekeyring-1.0,
+Recommends: cups-pk-helper, 
+            gir1.2-gnomekeyring-1.0,
             python3-smbc,
             system-config-printer-udev
 Suggests: gnome-software (>= 3.16.5-2)
-Breaks: system-config-printer (<< 1.5.7-2~)
-Replaces: system-config-printer (<< 1.5.7-2~)
+Breaks: system-config-printer (<< 1.5.9-2~)
+Replaces: system-config-printer (<< 1.5.9-2~)
 Description: backend and the translation files for system-config-printer
  System-config-printer is a GUI written in Python using GTK+ to
  configure a CUPS server. Its primary use is to configure the printing

Modified: packages/experimental/system-config-printer/debian/system-config-printer-common.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/system-config-printer/debian/system-config-printer-common.install?rev=52077&op=diff
==============================================================================
--- packages/experimental/system-config-printer/debian/system-config-printer-common.install	[utf-8] (original)
+++ packages/experimental/system-config-printer/debian/system-config-printer-common.install	[utf-8] Thu Feb 23 22:48:07 2017
@@ -2,6 +2,7 @@
 etc/dbus-1/system.d/com.redhat.PrinterDriversInstaller.conf
 usr/share/dbus-1/interfaces/*.xml
 usr/share/dbus-1/services/*.service
+usr/bin/install-printerdriver
 usr/bin/scp-dbus-service
 usr/share/locale/
 usr/share/system-config-printer/asyncconn.py
@@ -17,6 +18,7 @@
 usr/share/system-config-printer/gtkinklevel.py
 usr/share/system-config-printer/gui.py
 usr/share/system-config-printer/installpackage.py
+usr/share/system-config-printer/install-printerdriver.py
 usr/share/system-config-printer/jobviewer.py
 usr/share/system-config-printer/killtimer.py
 usr/share/system-config-printer/monitor.py

Modified: packages/experimental/system-config-printer/debian/system-config-printer.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/system-config-printer/debian/system-config-printer.install?rev=52077&op=diff
==============================================================================
--- packages/experimental/system-config-printer/debian/system-config-printer.install	[utf-8] (original)
+++ packages/experimental/system-config-printer/debian/system-config-printer.install	[utf-8] Thu Feb 23 22:48:07 2017
@@ -1,5 +1,4 @@
 usr/bin/system-config-printer
-usr/bin/install-printerdriver
 usr/share/system-config-printer/check-device-ids.py
 usr/share/system-config-printer/HIG.py
 usr/share/system-config-printer/SearchCriterion.py
@@ -9,7 +8,6 @@
 usr/share/system-config-printer/userdefault.py
 usr/share/system-config-printer/troubleshoot
 usr/share/system-config-printer/icons
-usr/share/system-config-printer/install-printerdriver.py
 usr/share/system-config-printer/xml/*.rng
 usr/share/system-config-printer/xml/validate.py
 usr/share/system-config-printer/ui/*.ui




More information about the pkg-gnome-commits mailing list