diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 13 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index f73104c..25fa2f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +simple-scan (3.34.1-1) unstable; urgency=medium + + * New upstream release: + - Add libxml2-utils to Build-Depends. + * Declare compliance with Debian Policy 4.4.1 (No changes needed). + * debian/control: + - Add Rules-Requires-Root: binary-targets. + + -- Jörg Frings-Fürst <debian@jff.email> Mon, 07 Oct 2019 09:04:29 +0200 + simple-scan (3.32.2.1-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index 6ce2bdc..6790416 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,8 @@ Source: simple-scan Section: gnome Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> -Standards-Version: 4.4.0 +Standards-Version: 4.4.1 +Rules-Requires-Root: binary-targets Build-Depends: debhelper (>= 12), gettext, @@ -17,6 +18,7 @@ Build-Depends: libpackagekit-glib2-dev, libsane-dev, libwebp-dev, + libxml2-utils, meson, python3-cairo, python3-gi, |