diff options
Diffstat (limited to 'debian')
-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), |