summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2016-09-21 16:38:58 +0200
committerDidier Raboud <odyx@debian.org>2016-09-21 16:40:05 +0200
commit4326f0f712468be5403527a512842e3200bfc4fa (patch)
treece872d7741861bfeee870a5fa5b71a6679df2755 /debian
parent88a3cdb73532d7d2c5fd3260a8c6a643d6088615 (diff)
Upstream removed ijsgutenprint driver, drop corresponding packaging infrastructure
Diffstat (limited to 'debian')
-rw-r--r--debian/.gitignore1
-rw-r--r--debian/control33
-rw-r--r--debian/ijsgutenprint.install2
-rw-r--r--debian/ijsgutenprint.maintscript1
-rwxr-xr-xdebian/rules6
5 files changed, 0 insertions, 43 deletions
diff --git a/debian/.gitignore b/debian/.gitignore
index 58d0d15..3103847 100644
--- a/debian/.gitignore
+++ b/debian/.gitignore
@@ -9,7 +9,6 @@ foomatic-db-gutenprint
gimp-gutenprint
gutenprint-doc
gutenprint-locales
-ijsgutenprint
libgutenprint-dev
libgutenprint-doc
libgutenprint2
diff --git a/debian/control b/debian/control
index 8937bb7..f5d5140 100644
--- a/debian/control
+++ b/debian/control
@@ -212,44 +212,12 @@ Description: maintenance utility for Epson Stylus printers
many cases, and can be used for many of the most demanding printing
tasks. Gutenprint was formerly known as Gimp-Print.
-Package: ijsgutenprint
-Architecture: any
-Section: text
-Depends:
- ${misc:Depends}, ${shlibs:Depends},
- libgutenprint2 (= ${binary:Version}),
- ghostscript (>= 8.61)
-Pre-Depends: dpkg (>= 1.17.5)
-Recommends: foomatic-db-gutenprint
-Description: inkjet server - Ghostscript driver for Gutenprint
- This package contains the ijsgutenprint binary which provides
- Ghostscript with a Gutenprint driver, including all printers
- supported by Gutenprint. ijsgutenprint is an IJS server (driver),
- which communicates with Ghostscript (an IJS client) using the IJS
- (InkJet Server) communications protocol. IJS is a method for
- separating ghostscript drivers from ghostscript, to allow
- ghostscript to be more extensible.
- .
- If you wish to print using Ghostscript and the Gutenprint drivers,
- install this package. This is typical for LPRng setups. If you
- are using CUPS, printer-driver-gutenprint is a better choice, but
- this package will still work with the appropriate foomatic setup
- if you wish to make use of foomatic.
- .
- 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: foomatic-db-gutenprint
Architecture: all
Section: text
Depends:
${misc:Depends},
foomatic-db,
- ijsgutenprint (>= ${source:Version})
Description: OpenPrinting printer support - database for Gutenprint printer drivers
Foomatic is a printing system designed to make it easier to set up
common printers for use with Debian (and other operating systems).
@@ -275,7 +243,6 @@ Suggests:
printer-driver-gutenprint (>= ${source:Version}),
foomatic-db-gutenprint (>= ${source:Version}),
gimp-gutenprint (>= ${source:Version}),
- ijsgutenprint (>= ${source:Version}),
libjs-jquery (>= 1.7.1)
Description: users' guide for Gutenprint and CUPS
This package contains a user guide for programs using the
diff --git a/debian/ijsgutenprint.install b/debian/ijsgutenprint.install
deleted file mode 100644
index 19d0136..0000000
--- a/debian/ijsgutenprint.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/bin/ijsgutenprint.5.2
-usr/share/man/man1/ijsgutenprint.1
diff --git a/debian/ijsgutenprint.maintscript b/debian/ijsgutenprint.maintscript
deleted file mode 100644
index 75a3a63..0000000
--- a/debian/ijsgutenprint.maintscript
+++ /dev/null
@@ -1 +0,0 @@
-dir_to_symlink /usr/share/doc/ijsgutenprint /usr/share/doc/libgutenprint2 5.2.10-1~
diff --git a/debian/rules b/debian/rules
index 1a122e6..f2c5385 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,6 @@ override_dh_auto_configure:
--enable-libgutenprintui2 --with-gimp2 \
--with-cups --enable-cups-level3-ppds --enable-globalized-cups-ppds \
--enable-cups-1_2-enhancements --disable-cups-ppds \
- --with-foomatic --with-foomatic3 \
--disable-test \
--enable-nls
@@ -39,7 +38,6 @@ override_dh_installdocs:
# Let it be installed by dh_installdocs
cp src/cups/README debian/README.cups
dh_installdocs -pescputil --link-doc=libgutenprint2
- dh_installdocs -pijsgutenprint --link-doc=libgutenprint2
dh_installdocs -plibgutenprintui2-dev --link-doc=libgutenprintui2-1
dh_installdocs --remaining-packages
@@ -55,10 +53,6 @@ endif
dh_install -a
# Remove rpath
find debian/printer-driver-gutenprint/usr/lib -type f -perm /0111 -print0 | xargs -0 chrpath --delete
-# Documentation fixup
- mv debian/ijsgutenprint/usr/share/man/man1/ijsgutenprint.1 debian/ijsgutenprint/usr/share/man/man1/ijsgutenprint.5.2.1
- ln -s ijsgutenprint.5.2.1.gz debian/ijsgutenprint/usr/share/man/man1/ijsgutenprint.1.gz
- ln -s ijsgutenprint.5.2 debian/ijsgutenprint/usr/bin/ijsgutenprint
# Install ppd-updater file
install -D --mode=644 debian/printer-driver-gutenprint.ppd-updater $(CURDIR)/debian/printer-driver-gutenprint/usr/share/cups/ppd-updaters/printer-driver-gutenprint.ppd-updater