From d57375695ae59369df046b7c5c0f4436e45153c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 9 May 2015 21:31:41 +0200 Subject: Enablee GIMP plugin --- debian/changelog | 7 +++++++ debian/patches/30_gimp_init.patch | 30 ++++++++++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 38 insertions(+) create mode 100644 debian/patches/30_gimp_init.patch (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index a37ac5e..3ce86f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sane-frontends (1.0.14-11) UNRELEASED; urgency=medium + + * New debian/patch/30_gimp_init.patch: + - Enable GIMP plugin. + + -- Jörg Frings-Fürst Fri, 17 Apr 2015 18:33:12 +0200 + sane-frontends (1.0.14-10) unstable; urgency=medium * New maintainer (Close: #688556). diff --git a/debian/patches/30_gimp_init.patch b/debian/patches/30_gimp_init.patch new file mode 100644 index 0000000..08c81f1 --- /dev/null +++ b/debian/patches/30_gimp_init.patch @@ -0,0 +1,30 @@ +Description: Enable GIMP interface +Author: Jörg Frings-Fürst +Bug: https://alioth.debian.org/tracker/index.php?func=detail&aid=313616&group_id=30186&atid=410366 +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682540 +Forwarded: https://alioth.debian.org/tracker/index.php?func=detail&aid=313616&group_id=30186&atid=410366 +Last-Update: 2015-05-09 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/src/xscanimage.c +=================================================================== +--- trunk.orig/src/xscanimage.c ++++ trunk/src/xscanimage.c +@@ -320,7 +320,7 @@ query (void) + "Andy Beck, Tristan Tarrant, and David Mosberger", + "8th June 1997", + "/File/Acquire/xscanimage/Device dialog...", +- "RGB, GRAY", ++ 0, + GIMP_EXTENSION, + nargs, nreturn_vals, args, return_vals); + +@@ -365,7 +365,7 @@ query (void) + "interface.", + "Andy Beck, Tristan Tarrant, and David Mosberger", + "Andy Beck, Tristan Tarrant, and David Mosberger", +- "8th June 1997", mpath, "RGB, GRAY", GIMP_EXTENSION, ++ "8th June 1997", mpath, 0, GIMP_EXTENSION, + nargs, nreturn_vals, args, return_vals); + } + sane_exit (); diff --git a/debian/patches/series b/debian/patches/series index 74cfad3..8c0069e 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ +30_gimp_init.patch 25_manpages-typo.patch 01_xcam.c_dead_code.patch 02_xcam_man_typo.patch -- cgit v1.2.3