diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | debian/README.Debian | 3 | ||||
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/copyright | 21 |
4 files changed, 27 insertions, 4 deletions
@@ -4,4 +4,5 @@ build/* Makefile .valencia .pc -.bzr
\ No newline at end of file +.bzr +debian/files diff --git a/debian/README.Debian b/debian/README.Debian index ec3de19..cb2fcc9 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -4,7 +4,8 @@ foomatic-filters for Debian At /usr/share/doc/foomatic-filters/examples you can found a new ppd-doc-extractor. Thanks to Alexander Zangerl <az@debian.org>. - -- Jörg Frings-Fürst <debian@jff.email> Thu, 24 Feb 2022 08:07:44 +0100 + -- Jörg Frings-Fürst <debian@jff.email> Thu, 24 Feb 2022 14:09:09 +0100 + Note that the structure of the OpenPrinting (foomatic) printer configuration system in Debian (and upstream) has changed from the 2.0 diff --git a/debian/changelog b/debian/changelog index 79535cc..73bb182 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -foomatic-filters (4.0.17-14) UNRELEASED; urgency=medium +foomatic-filters (4.0.17-14) unstable; urgency=medium * New debian/patches/0115-Fix_text_filter.patch (Closes: #776315): - Fix error on handling text filter. @@ -11,7 +11,7 @@ foomatic-filters (4.0.17-14) UNRELEASED; urgency=medium - Add year 2022 to myself. - New paragraph for debian/ppd-doc-extractor. - -- Jörg Frings-Fürst <debian@jff.email> Thu, 24 Feb 2022 08:07:44 +0100 + -- Jörg Frings-Fürst <debian@jff.email> Thu, 24 Feb 2022 14:09:09 +0100 foomatic-filters (4.0.17-13) unstable; urgency=medium diff --git a/debian/copyright b/debian/copyright index 7425f33..740f451 100644 --- a/debian/copyright +++ b/debian/copyright @@ -30,6 +30,27 @@ Files: debian/ppd-doc-extractor Copyright: 2022 Alexander Zangerl <az@snafu.priv.at> License: GPL-2.0 +License: GPL-2.0 + This program is free software; you can redistribute it + and/or modify it under the terms of the GNU General Public + License as published by the Free Software Foundation version + 2 of the License. + . + This program is distributed in the hope that it will be + useful, but WITHOUT ANY WARRANTY; without even the implied + warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the GNU General Public License for more + details. + . + You should have received a copy of the GNU General Public + License along with this package; if not, write to the Free + Software Foundation, Inc., 51 Franklin St, Fifth Floor, + Boston, MA 02110-1301 USA + . + On Debian systems, the full text of the GNU General Public + License version 2 can be found in the file + `/usr/share/common-licenses/GPL-2'. + License: GPL-2.0+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public |