diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-01-13 22:04:55 +0100 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-01-13 22:04:55 +0100 | 
| commit | d7985eb79dc4663f2fb9903dcd61b225b3b42a8b (patch) | |
| tree | e6cb6ffb46da5181a44886087b2b438c596dd4d0 /debian | |
| parent | 9e11313b06589d74a1d0c272ffd9de6c622efc5c (diff) | |
Switch from python-scour to python3-scour
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) | 
