diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | debian/control | 2 | 
2 files changed, 9 insertions, 1 deletions
| diff --git a/debian/changelog b/debian/changelog index 25fa2f2..a301192 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +simple-scan (3.34.1-2) UNRELEASED; urgency=medium + +  * debian/control: +    - For Python 2 removal change python-gi-cairo to python3-gi-cairo +      (Closes: #943216). + + -- Jörg Frings-Fürst <debian@jff.email>  Wed, 23 Oct 2019 13:25:05 +0200 +  simple-scan (3.34.1-1) unstable; urgency=medium    * New upstream release: diff --git a/debian/control b/debian/control index 6790416..b5cd013 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Build-Depends:   meson,   python3-cairo,   python3-gi, - python-gi-cairo, + python3-gi-cairo,   python3-scour,   scour,   valac, | 
