From a5fda82a2dfb9ce7887564ca5f63e13c776a14f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 24 Feb 2022 14:08:55 +0100 Subject: add debian/files to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 527834c..4fec8f6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ build/* Makefile .valencia .pc -.bzr \ No newline at end of file +.bzr +debian/files -- cgit v1.2.3 From 835d97e276c937f2078a205137a97f0a752ea4dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 24 Feb 2022 14:12:01 +0100 Subject: d/changelog: Change distribution to unstable, Change date and time --- debian/README.Debian | 3 ++- debian/changelog | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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 . - -- Jörg Frings-Fürst Thu, 24 Feb 2022 08:07:44 +0100 + -- Jörg Frings-Fürst 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 Thu, 24 Feb 2022 08:07:44 +0100 + -- Jörg Frings-Fürst Thu, 24 Feb 2022 14:09:09 +0100 foomatic-filters (4.0.17-13) unstable; urgency=medium -- cgit v1.2.3 From bf97cbc41a39cd3b8bb0a3357683ef84e6b16c6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 24 Feb 2022 15:10:28 +0100 Subject: Add License GPL-2 to d/copyright --- debian/copyright | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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 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 -- cgit v1.2.3