diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2019-11-17 07:42:48 +0100 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2019-11-17 07:42:48 +0100 | 
| commit | 10a63c9a86d6cf17b7cfecb51e53bb01e7e06613 (patch) | |
| tree | 3aeb386d8bc733fcd286db146a3bd100f380d086 /debian | |
| parent | ddd56c71512f618e516d7f1060db7d36dc70b944 (diff) | |
| parent | 681bc944ae7213dd97b8d0278107130e46f5251e (diff) | |
Merge branch 'release/debian/3.34.1-2'debian/3.34.1-2
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 9 | ||||
| -rw-r--r-- | debian/control | 4 | 
2 files changed, 11 insertions, 2 deletions
| diff --git a/debian/changelog b/debian/changelog index 25fa2f2..1a44621 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +simple-scan (3.34.1-2) unstable; urgency=medium + +  * debian/control: +    - For Python 2 removal change python-gi-cairo to python3-gi-cairo +      (Closes: #943216). +  * Declare compliance with Debian Policy 4.4.1.1 (No changes needed). + + -- Jörg Frings-Fürst <debian@jff.email>  Tue, 29 Oct 2019 10:04:46 +0100 +  simple-scan (3.34.1-1) unstable; urgency=medium    * New upstream release: diff --git a/debian/control b/debian/control index 6790416..26d1448 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: simple-scan  Section: gnome  Priority: optional  Maintainer: Jörg Frings-Fürst <debian@jff.email> -Standards-Version: 4.4.1 +Standards-Version: 4.4.1.1  Rules-Requires-Root: binary-targets  Build-Depends:   debhelper (>= 12), @@ -22,7 +22,7 @@ Build-Depends:   meson,   python3-cairo,   python3-gi, - python-gi-cairo, + python3-gi-cairo,   python3-scour,   scour,   valac, | 
