From 5ffd48c303685484bc497cf97bd251559ba34281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 30 Apr 2018 16:03:07 +0200 Subject: Remove upstream applied patches --- debian/changelog | 9 +++++++++ debian/patches/series | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 8f9d8db..b683deb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +simple-scan (3.28.1-1) UNRELEASED; urgency=medium + + * New upstream release. + * Remove upstream applied patches: + - 0010-metadata.patch + - 0015-xdg-email.patch + + -- Jörg Frings-Fürst Mon, 30 Apr 2018 15:45:51 +0200 + simple-scan (3.26.2-2) unstable; urgency=medium * New patches/0015-xdg-email.patch: Add space between xdg-email and parameter. diff --git a/debian/patches/series b/debian/patches/series index 283f89a..f4d4e7f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,4 +1,4 @@ #0100-typos.patch #0005-zlib.patch -0015-xdg-email.patch -0010-metadata.patch +#0015-xdg-email.patch +#0010-metadata.patch -- cgit v1.2.3 From 7600c1af657a733e645de9fb50a4489db5666be4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 30 Apr 2018 16:21:57 +0200 Subject: Declare compliance with Debian Policy 4.1.4 --- debian/changelog | 17 +++++------------ debian/control | 2 +- debian/copyright | 2 +- 3 files changed, 7 insertions(+), 14 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index b683deb..6aa6d3c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,21 +4,14 @@ simple-scan (3.28.1-1) UNRELEASED; urgency=medium * Remove upstream applied patches: - 0010-metadata.patch - 0015-xdg-email.patch - - -- Jörg Frings-Fürst Mon, 30 Apr 2018 15:45:51 +0200 - -simple-scan (3.26.2-2) unstable; urgency=medium - - * New patches/0015-xdg-email.patch: Add space between xdg-email and parameter. - * debian/copyright: refresh years. + * debian/copyright: + - refresh years. + - Use secure copyright format URI. * debian/control: Switch from python-scour to python3-scour since dh_scour is now provided by python3-scour only as of scour 0.36-1. - * Bump compat to 11: - - Change debian/compat to 11. - - Change debhelper version at debian/control to >= 11. - * Declare compliance with Debian Policy 4.1.3 (No changes needed). + * Declare compliance with Debian Policy 4.1.4 (No changes needed). - -- Jörg Frings-Fürst Tue, 06 Mar 2018 19:02:24 +0100 + -- Jörg Frings-Fürst Mon, 30 Apr 2018 15:45:51 +0200 simple-scan (3.26.2-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index b33c807..fbe3c68 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: simple-scan Section: gnome Priority: optional Maintainer: Jörg Frings-Fürst -Standards-Version: 4.1.3 +Standards-Version: 4.1.4 Build-Depends: debhelper (>= 11), gnome-pkg-tools (>= 0.10), diff --git a/debian/copyright b/debian/copyright index ee27b65..f60e3c0 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Simple Scan Upstream-Contact: Robert Ancell Source: https://launchpad.net/simple-scan/+download -- cgit v1.2.3 From 6434f7a5b8bdb0c4cf71879d0c904938cf44dcc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 30 Apr 2018 19:23:27 +0200 Subject: Add missing Build-Depends --- debian/changelog | 10 ++++++++-- debian/control | 4 ++++ 2 files changed, 12 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 6aa6d3c..8fece38 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,14 @@ simple-scan (3.28.1-1) UNRELEASED; urgency=medium * debian/copyright: - refresh years. - Use secure copyright format URI. - * debian/control: Switch from python-scour to python3-scour since dh_scour - is now provided by python3-scour only as of scour 0.36-1. + * debian/control: + - Switch from python-scour to python3-scour since dh_scour is now provided + by python3-scour only as of scour 0.36-1. + - Add missing Build-Depends: + + libwebp-dev + + python3-cairo + + python3-gi + + python3-gi-cairo * Declare compliance with Debian Policy 4.1.4 (No changes needed). -- Jörg Frings-Fürst Mon, 30 Apr 2018 15:45:51 +0200 diff --git a/debian/control b/debian/control index fbe3c68..b357079 100644 --- a/debian/control +++ b/debian/control @@ -16,8 +16,12 @@ Build-Depends: libpackagekit-glib2-dev, libsane-dev, librsvg2-dev, + libwebp-dev, libxml2-utils, meson, + python3-cairo, + python3-gi, + python-gi-cairo, python3-scour, scour, valac (>= 0.22), -- cgit v1.2.3