diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index acd41fc..a03af5e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ simple-scan (3.26.2-2) UNRELEASED; urgency=medium * New patches/0015-xdg-email.patch: Add space between xdg-email und parameter. * debian/copyright: refresh years. + * 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. -- Jörg Frings-Fürst <debian@jff.email> Sat, 13 Jan 2018 18:23:58 +0100 diff --git a/debian/control b/debian/control index 23377ab..e42381d 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Build-Depends: librsvg2-dev, libxml2-utils, meson, - python-scour, + python3-scour, valac (>= 0.22), yelp-tools, zlib1g-dev (>= 1.2.7) |