diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2023-02-17 15:56:52 +0100 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2023-02-17 15:56:52 +0100 | 
| commit | 99312bc9c63b7884d2d43e83ea8245e979a74c2a (patch) | |
| tree | beeb5d0e3bbdfe8b9b81208a7144d6f6cf6a96ff /debian | |
| parent | fe397f4137fcb7d427641836984ca6bbbd45b4c9 (diff) | |
Declare compliance with Debian Policy 4.6.2.0
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/control | 2 | ||||
| -rw-r--r-- | debian/patches/0001-fix_missing_sane-config.patch | 2 | 
3 files changed, 3 insertions, 2 deletions
| diff --git a/debian/changelog b/debian/changelog index 12b045c..d710c42 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ sane-frontends (1.0.14-17) UNRELEASED; urgency=medium    * debian/patches/0001-fix_missing_sane-config.patch:      - Fix FTBFS (Closes: #1031453).        Thanks to Lucas Nussbaum <lucas@debian.org> +  * Declare compliance with Debian Policy 4.6.2.0 (No changes needed).   -- Jörg Frings-Fürst <debian@jff.email>  Fri, 17 Feb 2023 15:40:19 +0100 diff --git a/debian/control b/debian/control index 37890fb..5359c13 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: sane-frontends  Section: graphics  Priority: optional  Maintainer: Jörg Frings-Fürst <debian@jff.email> -Standards-Version: 4.5.0 +Standards-Version: 4.6.2.0  Rules-Requires-Root: no  Build-Depends:   debhelper-compat (= 13), diff --git a/debian/patches/0001-fix_missing_sane-config.patch b/debian/patches/0001-fix_missing_sane-config.patch index 5ad31e5..2240cba 100644 --- a/debian/patches/0001-fix_missing_sane-config.patch +++ b/debian/patches/0001-fix_missing_sane-config.patch @@ -2,7 +2,7 @@ Description: Fix FTBFS against libsane-dev >= 1.0.25-3   Fix missing sane-config  Author: Andreas Metzler <ametzler@bebt.de>  Reviewed-by: Jörg Frings-Fürst <debian@jff-webhosting.net> -Last-Update: 2017-01-28  +Last-Update: 2023-02-17   Index: trunk/configure.in  ===================================================================  --- trunk.orig/configure.in | 
