diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-03-04 14:59:15 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-03-04 14:59:15 +0100 |
commit | 092edd9e98ac5b3e67670ce622c5fd19461c5fb3 (patch) | |
tree | 2ba7e9c953349e96cf34b4c02fc32966125d53ef | |
parent | 3b3b529b68c53a888f1485f5854501b963fd3809 (diff) |
Add python-rsvg to Build-Depends
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 77ddcb8..4b2dcc5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ simple-scan (3.15.91-1) unstable; urgency=low * New upstream release. - Update translations. + * debian/control: + - Add python-rsvg to Build-Depends to prevent build time error messages. - -- Jörg Frings-Fürst <debian@jff-webhosting.net> Wed, 04 Mar 2015 14:29:07 +0100 + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Wed, 04 Mar 2015 14:56:49 +0100 simple-scan (3.15.90-1) UNRELEASED; urgency=low diff --git a/debian/control b/debian/control index 4789449..4331e60 100644 --- a/debian/control +++ b/debian/control @@ -18,6 +18,7 @@ Build-Depends: libgudev-1.0-dev, libjpeg-dev, libsane-dev, + python-rsvg, python-scour, libsqlite3-dev, valac (>= 0.22), |