diff options
-rw-r--r-- | debian/changelog | 11 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/copyright | 7 |
3 files changed, 18 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 5e80f18..651b2fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +xsane (0.999-9) UNRELEASED; urgency=medium + + * debian/copyright: + - Add year 2020 to debian/*. + - Fix tag for po/de.po. + * Declare compliance with Debian Policy 4.5.0 (No changes needed). + * debian/control: + - switch to libgtk-3-dev (Closes: #967834). + + -- Jörg Frings-Fürst <debian@jff.email> Sat, 22 Aug 2020 17:14:55 +0200 + xsane (0.999-8) unstable; urgency=medium * Add missing pnm, xpm and rc files into the doc directory (Closes: #941344). diff --git a/debian/control b/debian/control index 69e0d38..80a5ea1 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,12 @@ Source: xsane Section: graphics Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> -Standards-Version: 4.4.1.2 +Standards-Version: 4.5.0 Build-Depends: debhelper-compat (= 12), gettext, libgimp2.0-dev, - libgtk2.0-dev, + libgtk-3-dev, libjpeg62-turbo-dev, liblcms2-dev, libpng-dev, diff --git a/debian/copyright b/debian/copyright index 7baf360..466a383 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,7 +4,6 @@ Upstream-Contact: Oliver Rauch <Oliver.Rauch@xsane.org> Source: http://www.xsane.org/ Files: * - po/de.po Copyright: 1998-2014 Oliver Rauch <Oliver.Rauch@xsane.org> License: GPL-2+ @@ -24,6 +23,10 @@ Files: lib/snprintf.c Copyright: 1988-1997 Patrick Powell, San Diego, CA License: Artistic-1.0 +Files: po/de.po +Copyright: 1998-2014 Oliver Rauch <Oliver.Rauch@xsane.org> +License: GPL-2+ + Files: po/da.po Copyright: 2002 Mogens Jæger <mogensjaeger@get2net.dk> License: GPL-2+ @@ -65,7 +68,7 @@ License: GPL-2+ Files: debian/* Copyright: 1999-2002 Oliver Rauch <Oliver.Rauch@xsane.org> 2002-2011 Julien BLACHE <jblache@debian.org> - 2014-2019 Jörg Frings-Fürst <debian@jff.email> + 2014-2020 Jörg Frings-Fürst <debian@jff.email> License: GPL-3+ Files: lib/alloca.c |