diff options
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/xsane.desktop | 2 |
3 files changed, 11 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index bf3e865..1f5bdd0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +xsane (0.998-5) unstable; urgency=low + + * QA upload. + * Build-depend on libtiff-dev rather than libtiff4-dev. + * debian/xsane.desktop: Add 2DGraphics to Categories, as hinted by + desktop-file-validate (thanks, Angel Abad). + + -- Colin Watson <cjwatson@debian.org> Wed, 05 Jun 2013 11:30:48 +0100 + xsane (0.998-4) unstable; urgency=low * QA upload. diff --git a/debian/control b/debian/control index 693875d..bc100ff 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: graphics Priority: optional Maintainer: Debian QA Group <packages@qa.debian.org> Standards-Version: 3.9.3 -Build-Depends: debhelper (>= 9~), libgimp2.0-dev (>= 2.0.0), libgtk2.0-dev, libjpeg-dev, libpng-dev, libtiff4-dev, liblcms1-dev, libsane-dev (>= 1.0.11-3), zlib1g-dev, gettext, autotools-dev +Build-Depends: debhelper (>= 9~), libgimp2.0-dev (>= 2.0.0), libgtk2.0-dev, libjpeg-dev, libpng-dev, libtiff-dev, liblcms1-dev, libsane-dev (>= 1.0.11-3), zlib1g-dev, gettext, autotools-dev Homepage: http://www.xsane.org/ Package: xsane diff --git a/debian/xsane.desktop b/debian/xsane.desktop index 76bf10e..604b022 100644 --- a/debian/xsane.desktop +++ b/debian/xsane.desktop @@ -13,5 +13,5 @@ Exec=xsane Icon=xsane Terminal=false Type=Application -Categories=GTK;Graphics;RasterGraphics;Scanning;OCR; +Categories=GTK;Graphics;RasterGraphics;Scanning;OCR;2DGraphics; StartupNotify=true |