diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2022-02-24 13:17:33 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2022-02-24 13:17:33 +0100 |
commit | 19edb7f8abe844f9eb1bcac31f15f0f27e65c25c (patch) | |
tree | 2ab68871028c13b6a99dfb86f251fa6390039d29 | |
parent | bf03eee236924f68b1ff16a1a31e04f82e247ee7 (diff) |
Add DEP-3 headers
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/patches/0115-Fix_text_filter.patch | 9 | ||||
-rw-r--r-- | debian/patches/0120-Disable_option_docs.patch | 7 |
3 files changed, 17 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index fdf56d3..1a6c793 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,7 @@ foomatic-filters (4.0.17-14) UNRELEASED; urgency=medium * New debian/patches/0115-Fix_text_filter.patch (Closes: #776315): - Fix error on handling text filter. * New debian/patches/0120-Disable_option_docs.patch (Closes: #1004417) - - Disable not availaqble option docs. - + - Disable not available option docs. -- Jörg Frings-Fürst <debian@jff.email> Thu, 24 Feb 2022 08:07:44 +0100 diff --git a/debian/patches/0115-Fix_text_filter.patch b/debian/patches/0115-Fix_text_filter.patch index 652aa1b..b9727fc 100644 --- a/debian/patches/0115-Fix_text_filter.patch +++ b/debian/patches/0115-Fix_text_filter.patch @@ -1,3 +1,12 @@ +Description: Fix error on handling text filter +Author: Alexander Zangerl <az@snafu.priv.at> +Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776315 +Bug: https://bugs.linuxfoundation.org/show_bug.cgi?id=1283 +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776315 +Forwarded: no +Last-Update: 2022-02-24 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: trunk/fileconverter.c =================================================================== --- trunk.orig/fileconverter.c diff --git a/debian/patches/0120-Disable_option_docs.patch b/debian/patches/0120-Disable_option_docs.patch index 6fc85a7..8471aff 100644 --- a/debian/patches/0120-Disable_option_docs.patch +++ b/debian/patches/0120-Disable_option_docs.patch @@ -1,3 +1,10 @@ +Description: Disable not available option docs +Author: Jörg Frings-Fürst <debian@jff.email> +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004417 +Forwarded: no +Last-Update: 2022-02-24 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: trunk/foomaticrip.c =================================================================== --- trunk.orig/foomaticrip.c |