diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-08-19 17:43:59 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-08-19 17:43:59 +0200 |
commit | 8fe6e11289c519e3395862a9f2a949bbf2d26fce (patch) | |
tree | 06c8848e4c1f7fc42e1d87cdf07bbba14fd0d601 /debian | |
parent | 3a5d7105589e39b43fe5e9256e8137d7e783141d (diff) |
Change Build-Depends
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 24 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 25 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 5d88d8e..1b4700b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,30 @@ +simple-scan (3.17.90-1) UNRELEASED; urgency=low + + * New upstream release: + - Default to PDF when saving in all cases. + - Always show file format options and use a combo box to fit better + into dialog. + - Detect HP scanners and install drivers using PackageKit if found. + - If SANE detects no scanners but we see USB IDs of Brother, Epson + or Samsung scanners then prompt the user to go to their website + to install drivers. + - Use GUsb instead of GUdev. + - Fix error dialogs not showing. + * debian/control: + - Add to Build-Depends: + + libgusb-dev + + libpackagekit-glib2-dev + - Remove from Build-Depends: + + libgudev-1.0-dev + + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Wed, 19 Aug 2015 17:42:19 +0200 + simple-scan (3.17.4-1) unstable; urgency=medium * New upstream release: - Build appdata in a separate directory. - - Updated translations. + - Update translations. - Stop using gnome-common, use autotools directly. - - Updated translations. * New debian/upstream/metadata: - Add some DEP-12 upstream metadata. diff --git a/debian/control b/debian/control index f9cf4df..3147f1d 100644 --- a/debian/control +++ b/debian/control @@ -14,8 +14,10 @@ Build-Depends: libglib2.0-dev (>= 2.32), libgtk-3-dev, libgdk-pixbuf2.0-dev (>=2.31.1), - libgudev-1.0-dev, +# libgudev-1.0-dev, + libgusb-dev, libjpeg-dev, + libpackagekit-glib2-dev, libsane-dev, libxml2-utils, python-rsvg, |