--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Please unblock package sane-frontends
It solved a FTBFS bug.
sane-frontends (1.0.14-12) unstable; urgency=medium
* New debian/patches/0001-fix_missing_sane-config.patch:
- Add autoconf statements which were previously part of
sane-config to detect the presence of sane-backends.
* debian/compat:
- Change compat level to 10.
* debian/control:
- Bump required version of debhelper to >= 10.
- Bump Standards-Version to 3.9.8 (no changes required).
- Change Vcs-Browser to secure URI.
* debian/copyright:
- Add year 2017 for debian/*.
* Refresh debian/patches/25_manpages-typo.patch.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Sat, 28 Jan 2017 08:24:35 +0100
The debdiff is attached.
unblock sane-frontends/1.0.14-12
- -- System Information:
Debian Release: 9.0
APT prefers testing
APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.9.0-1-amd64 (SMP w/6 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAliOWy4ACgkQCfifPIyh
0l3VMRAAqNElWz78qSfdOTmrKId+AfDXhzW56LLeehKdf4vO/Q5W9ITm65Icu2wE
3jJ4gb5WXnwxyP0aRs/wmlff56n0P4xOdzoatj3Zl9K0vqV6CwNg7JNPC8LVr4+6
m1aDPY6loutE5HbdB7h5UiaBy5qDHhXk+xQGl3ffjD0NrUe2gGXvXt2luboOoBxU
3ZRGkv6gewKa63hFcH7lGjOSm6L9UEGedhw7m0i3TBFCZqxVOfYvU8EbBIXIZyD8
4pu972pAy3ZlE50Id6Lq1Wv0OkXoRC7kRHirETi7NyCylfZuubvWtQdhWEB0YybH
T3cUlCWia2Cr6KzH5RX+i0wDXw2PveEst4ZhWwCCT9vjs8A+3KezBWBtPrDieqCg
Y2fhu38M9J64E/41mAPPib9OHvkodV1ff0UqW8eriT8lF+QebIyFHGRc4E9G2gfU
quoXB88onx1atdBG29Py/Lkz/kEdx7lJsbjB2grkjV2lEiWise30bLg+K7enBtme
mfMxjVZmLyMSvEcn46U/YjthGY27ftjWAl676GF8wkrW76iH4X4PArZ8tMuB8q4i
cHRDPuY5qWWOdCn5QYiLpw+VOFFHezTeSVucA7keh0RRhzZjk3KIVVecc2is7FMD
SyZI6oIFaVp3d9yjRdwGV0bppvVIK52QOG8Ep3nyWNr23Hirelk=
=QJJP
-----END PGP SIGNATURE-----
diff -Nru sane-frontends-1.0.14/debian/changelog sane-frontends-1.0.14/debian/changelog
--- sane-frontends-1.0.14/debian/changelog 2015-05-09 21:58:27.000000000 +0200
+++ sane-frontends-1.0.14/debian/changelog 2017-01-28 08:24:35.000000000 +0100
@@ -1,3 +1,20 @@
+sane-frontends (1.0.14-12) unstable; urgency=medium
+
+ * New debian/patches/0001-fix_missing_sane-config.patch:
+ - Add autoconf statements which were previously part of
+ sane-config to detect the presence of sane-backends.
+ * debian/compat:
+ - Change compat level to 10.
+ * debian/control:
+ - Bump required version of debhelper to >= 10.
+ - Bump Standards-Version to 3.9.8 (no changes required).
+ - Change Vcs-Browser to secure URI.
+ * debian/copyright:
+ - Add year 2017 for debian/*.
+ * Refresh debian/patches/25_manpages-typo.patch.
+
+ -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sat, 28 Jan 2017 08:24:35 +0100
+
sane-frontends (1.0.14-11) unstable; urgency=medium
* New debian/patch/30_gimp_init.patch:
diff -Nru sane-frontends-1.0.14/debian/compat sane-frontends-1.0.14/debian/compat
--- sane-frontends-1.0.14/debian/compat 2014-12-02 20:33:12.000000000 +0100
+++ sane-frontends-1.0.14/debian/compat 2017-01-28 08:08:20.000000000 +0100
@@ -1 +1 @@
-9
+10
diff -Nru sane-frontends-1.0.14/debian/control sane-frontends-1.0.14/debian/control
--- sane-frontends-1.0.14/debian/control 2014-12-04 13:33:55.000000000 +0100
+++ sane-frontends-1.0.14/debian/control 2017-01-28 08:10:56.000000000 +0100
@@ -2,16 +2,16 @@
Section: graphics
Priority: optional
Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net>
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
Build-Depends:
autotools-dev,
- debhelper (>= 9),
+ debhelper (>= 10),
libgimp2.0-dev (>= 2.0.0),
libgtk2.0-dev,
libsane-dev (>= 1.0.11-3),
Homepage: http://www.sane-project.org
Vcs-Git: git://anonscm.debian.org/collab-maint/sane-frontends.git
-Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/sane-frontends.git
+Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/sane-frontends.git
Package: sane
Architecture: any
diff -Nru sane-frontends-1.0.14/debian/copyright sane-frontends-1.0.14/debian/copyright
--- sane-frontends-1.0.14/debian/copyright 2015-05-09 21:32:19.000000000 +0200
+++ sane-frontends-1.0.14/debian/copyright 2017-01-28 08:13:27.000000000 +0100
@@ -15,7 +15,7 @@
Files: debian/*
Copyright: 1997-2002 Kevin Dalley <kevind@rahul.net>
2002-2009 Julien BLACHE <jblache@debian.org>
- 2014-2015 Jörg Frings-Fürst <debian@jff-webhosting.net>
+ 2014-2017 Jörg Frings-Fürst <debian@jff-webhosting.net>
License: GPL-2+ with sane exception
Files: include/*.h
diff -Nru sane-frontends-1.0.14/debian/patches/0001-fix_missing_sane-config.patch sane-frontends-1.0.14/debian/patches/0001-fix_missing_sane-config.patch
--- sane-frontends-1.0.14/debian/patches/0001-fix_missing_sane-config.patch 1970-01-01 01:00:00.000000000 +0100
+++ sane-frontends-1.0.14/debian/patches/0001-fix_missing_sane-config.patch 2017-01-28 08:18:13.000000000 +0100
@@ -0,0 +1,21 @@
+Description: Fix FTBFS against libsane-dev >= 1.0.25-3
+ Fix missing sane-config
+Author: Andreas Metzler <ametzler@bebt.de>
+Reviewed-by: Jörg Frings-Fürst <debian@jff-webhosting.net>
+Last-Update: 2017-01-28
+Index: trunk/configure.in
+===================================================================
+--- trunk.orig/configure.in
++++ trunk/configure.in
+@@ -112,7 +112,10 @@ fi
+
+ AC_CHECK_TOOL(RANLIB, ranlib, :)
+
+-AM_PATH_SANE(1.0.0, HAVE_SANE=yes, )
++PKG_CHECK_MODULES([SANE], [sane-backends >= 1.0.0])
++PKG_CHECK_VAR([SANE_PREFIX], [sane-backends >= 1.0.0], [prefix])
++PKG_CHECK_VAR([SANE_LDFLAGS], [sane-backends >= 1.0.0], [ldflags],
++ [HAVE_SANE=yes])
+ dnl Print error message if sane is missing
+ if test "x${HAVE_SANE}" = "x"; then
+ echo "**********************************************************************"
diff -Nru sane-frontends-1.0.14/debian/patches/25_manpages-typo.patch sane-frontends-1.0.14/debian/patches/25_manpages-typo.patch
--- sane-frontends-1.0.14/debian/patches/25_manpages-typo.patch 2014-12-03 10:43:57.000000000 +0100
+++ sane-frontends-1.0.14/debian/patches/25_manpages-typo.patch 2017-01-28 08:21:24.000000000 +0100
@@ -46,6 +46,15 @@
===================================================================
--- trunk.orig/doc/xscanimage.man
+++ trunk/doc/xscanimage.man
+@@ -15,7 +15,7 @@ xscanimage \- scan an image
+ .B xscanimage
+ provides a graphical user-interface to control an image
+ acquisition device such as a flatbed scanner or a camera. It allows
+-previewing and scanning invidual images and can be invoked either
++previewing and scanning individual images and can be invoked either
+ directly from the command-line or through The GIMP image manipulation
+ program. In the former case,
+ .B xscanimage
@@ -45,11 +45,11 @@ simply copy it to one of the
plug-ins directories. If you want to conserve disk-space, you can
create a symlink instead. For example, for gimp-1.0.x the command
diff -Nru sane-frontends-1.0.14/debian/patches/series sane-frontends-1.0.14/debian/patches/series
--- sane-frontends-1.0.14/debian/patches/series 2015-05-09 21:21:45.000000000 +0200
+++ sane-frontends-1.0.14/debian/patches/series 2017-01-28 07:51:03.000000000 +0100
@@ -1,3 +1,4 @@
+0001-fix_missing_sane-config.patch
30_gimp_init.patch
25_manpages-typo.patch
01_xcam.c_dead_code.patch
--- End Message ---