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/changelog | |
parent | 3a5d7105589e39b43fe5e9256e8137d7e783141d (diff) |
Change Build-Depends
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 24 |
1 files changed, 22 insertions, 2 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. |