From dd3102901112f4fc76a033925f42222820d1eba5 Mon Sep 17 00:00:00 2001 From: Julien BLACHE Date: Sun, 7 Jan 2007 19:00:11 +0100 Subject: Imported Debian patch 0.99+0.991-2 --- debian/changelog | 11 +++++++++++ debian/control | 5 ++--- include/config.h | 4 ++-- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 722b5e2..e95de6c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +xsane (0.99+0.991-2) unstable; urgency=low + + * debian/control: + + Bumped Standards-Version to 3.7.2 (no changes). + + Fix dependency on xsane-common to be binNMU-safe. + + Remove Uploaders. + + Thank you Aurélien JARNO for your help during these years. + + -- Julien BLACHE Sun, 7 Jan 2007 19:00:11 +0100 + xsane (0.99+0.991-1) unstable; urgency=low * New upstream bugfix release (0.991). diff --git a/debian/control b/debian/control index f066847..6f529d7 100644 --- a/debian/control +++ b/debian/control @@ -2,15 +2,14 @@ Source: xsane Section: graphics Priority: optional Maintainer: Julien BLACHE -Uploaders: Aurelien Jarno -Standards-Version: 3.6.2 +Standards-Version: 3.7.2 Build-Depends: debhelper (>= 4.0.0), dpatch, libgimp2.0-dev (>= 2.0.0), libgtk2.0-dev, libjpeg62-dev, libpng12-dev, libtiff4-dev, libsane-dev (>= 1.0.11-3), zlib1g-dev, gettext, autotools-dev Build-Conflicts: libpng10-dev Package: xsane Section: graphics Architecture: any -Depends: xsane-common (= ${Source-Version}), ${shlibs:Depends} +Depends: xsane-common (= ${source:Version}), ${shlibs:Depends} Recommends: mozilla-browser | www-browser Suggests: gimp, hylafax-client | mgetty-fax, gv, gocr Conflicts: xsane-gimp1.2, xsane-gimp1.3 diff --git a/include/config.h b/include/config.h index 43f2485..889c5c1 100644 --- a/include/config.h +++ b/include/config.h @@ -274,10 +274,10 @@ #define HAVE_ANY_GIMP 1 /* Define if you have GIMP-2.0 installed. */ -/* #undef HAVE_GIMP_2 */ +#define HAVE_GIMP_2 1 /* Define if you have the GIMPfeatures header file. */ -#define HAVE_LIBGIMP_GIMPFEATURES_H 1 +/* #undef HAVE_LIBGIMP_GIMPFEATURES_H */ /* Define if you have libjpeg. */ #define HAVE_LIBJPEG 1 -- cgit v1.2.3