diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2021-08-22 19:00:53 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2021-08-22 19:00:53 +0200 | 
| commit | 9a828fe5ebd2383cce394eb76f44d14a9dbf143e (patch) | |
| tree | ce52323fc58d008fd7894b6bdc68b878f405c7df /debian | |
| parent | aaee9a923e009ee33fad324687579ede5de7e6ce (diff) | |
| parent | b97bb9c9e991504bb4fae916a75a8426b78b68b9 (diff) | |
Merge branch 'release/debian/40.1-1'debian/40.1-1
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 14 | ||||
| -rw-r--r-- | debian/control | 4 | ||||
| -rw-r--r-- | debian/copyright | 4 | ||||
| -rw-r--r-- | debian/watch | 1 | 
4 files changed, 20 insertions, 3 deletions
| diff --git a/debian/changelog b/debian/changelog index 1bd8cc1..b9d6f10 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +simple-scan (40.1-1) unstable; urgency=medium + +  * New upstream release. +  * Declare compliance with Debian Policy 4.6.0.0 (No changes needed). +  * debian/watch: +    - Fix syntax +  * debian/control: +    - Add Build-Depends cmake and libhandy-1-dev. +  * debian/copyright: +    - Refresh for new upstream release. +    - Add year 2021 to debian/*. + + -- Jörg Frings-Fürst <debian@jff.email>  Sat, 21 Aug 2021 18:42:54 +0200 +  simple-scan (3.38.1-1) unstable; urgency=medium    * New upstream release. diff --git a/debian/control b/debian/control index 465444b..1d1568b 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,10 @@ Source: simple-scan  Section: gnome  Priority: optional  Maintainer: Jörg Frings-Fürst <debian@jff.email> -Standards-Version: 4.5.0 +Standards-Version: 4.6.0.0  Rules-Requires-Root: no  Build-Depends: + cmake,   debhelper-compat (= 13),   gettext,   gnome-pkg-tools, @@ -15,6 +16,7 @@ Build-Depends:   libgtk-3-dev,   libgdk-pixbuf2.0-dev,   libgusb-dev, + libhandy-1-dev (>= 1.1.90),   libpackagekit-glib2-dev,   libsane-dev,   libwebp-dev, diff --git a/debian/copyright b/debian/copyright index 0d88eff..90fb797 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,7 +5,7 @@ Source: https://gitlab.gnome.org/GNOME/simple-scan  Files: *  Copyright: 2009-2018 Canonical Ltd -           2017-2020 the simple-scan authors +           2017-2021 the simple-scan authors  License: GPL-3+  Files: src/screensaver.vala @@ -22,7 +22,7 @@ License: GPL-3+  Files: debian/*  Copyright: 2009-2012 Alessio Treglia <alessio@debian.org>             2009      Robert Ancell <robert.ancell@canonical.com> -           2014-2020 Jörg Frings-Fürst <debian@jff.email> +           2014-2021 Jörg Frings-Fürst <debian@jff.email>  License: GPL-3+  License: GPL-3+ diff --git a/debian/watch b/debian/watch index 81fb209..4743dd9 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,4 @@  version=4 +opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/ \  https://download.gnome.org/sources/@PACKAGE@/([\d\.]+[02468])/ \      @PACKAGE@@ANY_VERSION@\.tar\.xz | 
