diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/libsane-common.lintian-overrides | 6 | ||||
-rw-r--r-- | debian/patches/0045-disable_lock_test_at_build_time.patch | 6 | ||||
-rw-r--r-- | debian/patches/0050-Use-python3-shebang.patch | 6 | ||||
-rw-r--r-- | debian/patches/0055-Fix_build_error.patch | 6 |
5 files changed, 23 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 5b0275c..9c3bd81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,8 @@ sane-backends (1.0.31-1~experimental1) UNRELEASED; urgency=medium * debian/saned@.service: - Switch Standard[Output|Error] from syslog to append:/var/log/saned.log. - New debian/sane-utils.logrotate to pack and remove old logs. + * debian/libsane-common.lintian-overrides: + - Rename tags. -- Jörg Frings-Fürst <debian@jff.email> Mon, 01 Jun 2020 13:14:34 +0200 diff --git a/debian/libsane-common.lintian-overrides b/debian/libsane-common.lintian-overrides index 1386138..4eede3d 100644 --- a/debian/libsane-common.lintian-overrides +++ b/debian/libsane-common.lintian-overrides @@ -1,6 +1,6 @@ # # doc/gt68xx/gt68xx.CHANGES:442:- Added "afe" option for gt68xx.conf for selecting default afe values. # -libsane-common: spelling-error-in-manpage usr/share/man/man5/sane-gt68xx.5.gz afe safe -libsane-common: spelling-error-in-manpage usr/share/man/man5/sane-gt68xx.5.gz afe safe -libsane-common: spelling-error-in-manpage usr/share/man/man5/sane-gt68xx.5.gz afe safe +libsane-common: typo-in-manual-page usr/share/man/man5/sane-gt68xx.5.gz afe safe +libsane-common: typo-in-manual-page usr/share/man/man5/sane-gt68xx.5.gz afe safe +libsane-common: typo-in-manual-page usr/share/man/man5/sane-gt68xx.5.gz afe safe diff --git a/debian/patches/0045-disable_lock_test_at_build_time.patch b/debian/patches/0045-disable_lock_test_at_build_time.patch index 442798b..e5f82f3 100644 --- a/debian/patches/0045-disable_lock_test_at_build_time.patch +++ b/debian/patches/0045-disable_lock_test_at_build_time.patch @@ -1,3 +1,9 @@ +Description: Disable lock test at buildtime +Author: Jörg Frings-Fürst <debian@jff.emaill> +Forwarded: not-needed +Last-Update: 2020-08-28 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: trunk/acinclude.m4 =================================================================== --- trunk.orig/acinclude.m4 diff --git a/debian/patches/0050-Use-python3-shebang.patch b/debian/patches/0050-Use-python3-shebang.patch index a50e412..c3e85be 100644 --- a/debian/patches/0050-Use-python3-shebang.patch +++ b/debian/patches/0050-Use-python3-shebang.patch @@ -1,3 +1,9 @@ +Description: Use python3 shebang +Author: Jörg Frings-Fürst <debian@jff.email> +Forwarded: not-needed +Last-Update: 2020-08-28 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: trunk/backend/pixma/scripts/pixma_gen_options.py =================================================================== --- trunk.orig/backend/pixma/scripts/pixma_gen_options.py diff --git a/debian/patches/0055-Fix_build_error.patch b/debian/patches/0055-Fix_build_error.patch index e947300..3816692 100644 --- a/debian/patches/0055-Fix_build_error.patch +++ b/debian/patches/0055-Fix_build_error.patch @@ -1,3 +1,9 @@ +Description: Fix build error +Author: Jörg Frings-Fürst <debian@jff.email> +Forwarded: not-needed +Last-Update: 2020-08-28 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: trunk/po/POTFILES.in =================================================================== --- trunk.orig/po/POTFILES.in |