summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2011-11-24 21:10:04 +0000
committerRoger Leigh <rleigh@debian.org>2011-11-24 21:12:09 +0000
commit61ee38693b7fb19371aad36613fe1d5332efc835 (patch)
treeccf9e1d078eba517830d60399709813622102463
parent278913436380bf077c0fa7bda95b6c5a27c251c7 (diff)
debian: Rename cups-driver-gutenprint to printer-driver-gutenprint
-rw-r--r--debian/changelog8
-rw-r--r--debian/control33
2 files changed, 37 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 5ad9469..67f79b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+gutenprint (5.2.7-3) unstable; urgency=low
+
+ * Add printer-driver-gutenprint package to replace
+ cups-driver-gutenprint. cups-driver-gutenprint is a
+ transitional package.
+
+ -- Roger Leigh <rleigh@debian.org> Thu, 24 Nov 2011 21:08:51 +0000
+
gutenprint (5.2.7-2) unstable; urgency=low
* Set libdir correctly.
diff --git a/debian/control b/debian/control
index 0d59f5c..5323f9b 100644
--- a/debian/control
+++ b/debian/control
@@ -24,12 +24,37 @@ Description: print plugin for the GIMP
tasks. Gutenprint was formerly known as Gimp-Print.
Package: cups-driver-gutenprint
+Architecture: all
+Section: graphics
+Depends: printer-driver-gutenprint
+Description: printer drivers for CUPS (transitional package)
+ This is a transitional package to install the CUPS driver based on
+ Gutenprint, which has been renamed to printer-driver-gutenprint.
+ .
+ Gutenprint is the print facility for the GIMP, and in addition a
+ suite of drivers that may be used with common UNIX spooling systems
+ using GhostScript or CUPS. These drivers provide printing quality
+ for UNIX/Linux on a par with proprietary vendor-supplied drivers in
+ many cases, and can be used for many of the most demanding printing
+ tasks. Gutenprint was formerly known as Gimp-Print.
+
+Package: printer-driver-gutenprint
Architecture: any
Section: graphics
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, perl (>= 5.8.0), cups (>= 1.3.0), cups-client (>= 1.3.0), ghostscript-cups
-Suggests: gutenprint-doc (>= ${source:Version}), gutenprint-locales (>= ${source:Version})
-Conflicts: cupsys-driver-gutenprint
-Replaces: cupsys-driver-gutenprint
+Depends:
+ ${misc:Depends},
+ ${perl:Depends},
+ ${shlibs:Depends},
+ perl (>= 5.8.0),
+ cups (>= 1.3.0),
+ cups-client (>= 1.3.0),
+ ghostscript-cups
+Suggests:
+ gutenprint-doc (>= ${source:Version}),
+ gutenprint-locales (>= ${source:Version})
+Provides: cups-driver-gutenprint
+Conflicts: cups-driver-gutenprint
+Replaces: cups-driver-gutenprint
Description: printer drivers for CUPS
This package includes a CUPS driver based on Gutenprint.
.