r52079 - 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
Fri Feb 24 11:18:33 UTC 2017


Author: bigon
Date: Fri Feb 24 11:18:32 2017
New Revision: 52079

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52079
Log:
Do not move the install-printerdriver executable to the -common package after all.

Just follow what fedora is doing here

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=52079&op=diff
==============================================================================
--- packages/experimental/system-config-printer/debian/changelog	[utf-8] (original)
+++ packages/experimental/system-config-printer/debian/changelog	[utf-8] Fri Feb 24 11:18:32 2017
@@ -8,8 +8,6 @@
   * 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
   * 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/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/system-config-printer/debian/control?rev=52079&op=diff
==============================================================================
--- packages/experimental/system-config-printer/debian/control	[utf-8] (original)
+++ packages/experimental/system-config-printer/debian/control	[utf-8] Fri Feb 24 11:18:32 2017
@@ -71,8 +71,8 @@
             python3-smbc,
             system-config-printer-udev
 Suggests: gnome-software (>= 3.16.5-2)
-Breaks: system-config-printer (<< 1.5.9-2~)
-Replaces: system-config-printer (<< 1.5.9-2~)
+Breaks: system-config-printer (<< 1.5.7-2~)
+Replaces: system-config-printer (<< 1.5.7-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=52079&op=diff
==============================================================================
--- packages/experimental/system-config-printer/debian/control.in	[utf-8] (original)
+++ packages/experimental/system-config-printer/debian/control.in	[utf-8] Fri Feb 24 11:18:32 2017
@@ -67,8 +67,8 @@
             python3-smbc,
             system-config-printer-udev
 Suggests: gnome-software (>= 3.16.5-2)
-Breaks: system-config-printer (<< 1.5.9-2~)
-Replaces: system-config-printer (<< 1.5.9-2~)
+Breaks: system-config-printer (<< 1.5.7-2~)
+Replaces: system-config-printer (<< 1.5.7-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=52079&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] Fri Feb 24 11:18:32 2017
@@ -2,7 +2,6 @@
 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
@@ -18,7 +17,6 @@
 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=52079&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] Fri Feb 24 11:18:32 2017
@@ -1,4 +1,5 @@
 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
@@ -8,6 +9,7 @@
 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