summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2018-09-10 21:47:36 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2018-09-10 21:47:36 +0200
commitece1c5b1e0e65e1421ef11ad4b2af57b34e5ea54 (patch)
treee055d287173eb540eb12737942bc580522392312
parent6e3718933c6bd84ebd9b5ee2af312619b14d8a64 (diff)
d/control: Add missing depend sensible-utils; Declare compliance with Debian Policy 4.2.1
-rw-r--r--debian/changelog3
-rw-r--r--debian/control3
-rw-r--r--debian/patches/0001-lcms2_configure.patch2
3 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 391e9be..ae20eb6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,7 @@ xsane (0.999-6) UNRELEASED; urgency=medium
* new debian/patches/0915-i18n_typo_geometrie.patch:
- Correct typo (Closes: #862972).
* New README.source to explain the branching model used.
- * Declare compliance with Debian Policy 4.1.3 (No changes needed).
+ * Declare compliance with Debian Policy 4.2.1 (No changes needed).
* Migrate to debhelper 11:
- Change debian/compat to 11.
- Bump minimum debhelper version in debian/control to >= 11.
@@ -22,6 +22,7 @@ xsane (0.999-6) UNRELEASED; urgency=medium
- patches/0900-i18n_po_update_es_add_gl.patch
* debian/control:
- Change Vcs-* to point to the new repository.
+ - Add missing depend sensible-utils.
-- Jörg Frings-Fürst <debian@jff.email> Fri, 19 May 2017 18:24:37 +0200
diff --git a/debian/control b/debian/control
index 33f3d41..05a689f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xsane
Section: graphics
Priority: optional
Maintainer: Jörg Frings-Fürst <debian@jff.email>
-Standards-Version: 4.1.3
+Standards-Version: 4.2.1
Build-Depends:
debhelper (>= 11),
gettext,
@@ -24,6 +24,7 @@ Multi-Arch: foreign
Depends:
${shlibs:Depends},
${misc:Depends},
+ sensible-utils,
xsane-common (= ${source:Version})
Recommends:
cups-client,
diff --git a/debian/patches/0001-lcms2_configure.patch b/debian/patches/0001-lcms2_configure.patch
index 66612c8..e394246 100644
--- a/debian/patches/0001-lcms2_configure.patch
+++ b/debian/patches/0001-lcms2_configure.patch
@@ -1,4 +1,4 @@
-Description: patch confgure becase broken autoreconf
+Description: patch confgure because broken autoreconf
Author: Nils Philippsen <nphilipp@fedoraproject.org>
Last-Update: 2014-10-17
---