diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2019-10-23 14:30:33 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2019-10-23 14:30:33 +0200 | 
| commit | d5c2f4b60bac08272f95ed72bfb49fb4a6dd6c4e (patch) | |
| tree | 62a0c82dbf8eeab0d872c77402edd827660c7bc2 | |
| parent | 1f36b283dd297ca8f18207fe36423e9de84ce368 (diff) | |
For Python 2 removal change python-gi-cairo to python3-gi-cairo
| -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, | 
