diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-02-14 13:47:53 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-02-14 13:47:53 +0100 |
commit | ced9e57c0abc01dd8acc5544746a1d497312a45f (patch) | |
tree | 4ee7d25db93799ea42414e79427116f2392dfc8c | |
parent | d1e667ff071b1bd513854ee0ddd1eb919a40ea4e (diff) |
Move beh into own package
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 15 | ||||
-rw-r--r-- | debian/foomatic-filters-beh.install | 2 | ||||
-rw-r--r-- | debian/foomatic-filters.dirs (renamed from debian/dirs) | 0 | ||||
-rw-r--r-- | debian/foomatic-filters.install | 8 | ||||
-rw-r--r-- | debian/foomatic-filters.manpages | 1 | ||||
-rwxr-xr-x | debian/rules | 8 |
7 files changed, 39 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index b1b7440..2053c03 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +foomatic-filters (4.0.17-8) UNRELEASED; urgency=medium + + * Move beh to the new packackage foomatic-filters-beh. + + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sat, 13 Feb 2016 23:56:21 +0100 + foomatic-filters (4.0.17-7) unstable; urgency=high * New patch debian/patches/0500-r7406_also_consider_the_back_\ diff --git a/debian/control b/debian/control index 99f993e..3e8de27 100644 --- a/debian/control +++ b/debian/control @@ -38,3 +38,18 @@ Description: OpenPrinting printer support - filters . For use with CUPS, you will need both the cups and cups-client packages installed on your system. + +Package: foomatic-filters-beh +Architecture: all +Breaks: foomatic-filters (<< 4.0.17-8) +Replaces: foomatic-filters (<< 4.0.17-8) +Depends: + ${shlibs:Depends}, + ${misc:Depends} +Description: Openprinting Backend error handler + Foomatic is a printer database designed to make it easier to set up + common printers for use with UNIX-like operating systems. + It provides the "glue" between a print spooler (like CUPS or lpr) and + the printer, by processing files sent to the printer. + . + This package contains the backend error handler. diff --git a/debian/foomatic-filters-beh.install b/debian/foomatic-filters-beh.install new file mode 100644 index 0000000..b0a9549 --- /dev/null +++ b/debian/foomatic-filters-beh.install @@ -0,0 +1,2 @@ +usr/lib/cups/backend + diff --git a/debian/dirs b/debian/foomatic-filters.dirs index 84a4858..84a4858 100644 --- a/debian/dirs +++ b/debian/foomatic-filters.dirs diff --git a/debian/foomatic-filters.install b/debian/foomatic-filters.install new file mode 100644 index 0000000..b59470c --- /dev/null +++ b/debian/foomatic-filters.install @@ -0,0 +1,8 @@ +etc/foomatic +etc/foomatic/direct +usr/bin +usr/lib/cups/filter +usr/lib/ppr/interfaces +usr/lib/ppr/lib +#usr/sbin + diff --git a/debian/foomatic-filters.manpages b/debian/foomatic-filters.manpages new file mode 100644 index 0000000..f101e1b --- /dev/null +++ b/debian/foomatic-filters.manpages @@ -0,0 +1 @@ +foomatic-rip.1 diff --git a/debian/rules b/debian/rules index 29c1a83..b5064d4 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ override_dh_auto_build: dh_auto_build chmod -x filter.conf -override_dh_install: +override_dh_install_indep: dh_install rm -f $(CURDIR)/debian/foomatic-filters/etc/foomatic/filter.conf* @@ -35,6 +35,9 @@ else sed -i -e "s/#FF_PS_DEFAULT_CHANGE_VERSION#/4.0.5-1/g" debian/foomatic-filters.postinst endif +override_dh_install_arch: + dh_install + override_dh_clean: dh_clean # Update the translations (ensures no outdated file is left behind) @@ -43,3 +46,6 @@ override_dh_clean: override_dh_perl: # Perl scripts from this package don't use any perl modules, so call dh_perl with "-d" to avoid the unnecessary perl dependency dh_perl -d +# cp 111.111 333.333 + + |