[ubuntu/jaunty] sane-backends 1.0.19-21ubuntu1 (Accepted)
Martin Pitt
martin.pitt at ubuntu.com
Mon Nov 10 18:20:16 GMT 2008
sane-backends (1.0.19-21ubuntu1) jaunty; urgency=low
* Merge with Debian unstable. Remaining Ubuntu changes:
- debian/rules: Link using -Bsymbolic-functions (startup time
optimization).
- debian/{libsane.install.in,libsane-dev.install,rules}: Install
documentation into libsane-dev instead of libsane to save CD space.
- debian/rules: Do not install the udev rules, since hal now provides
dynamic ACLs on device nodes. (See hardy-hardware-detection spec.)
- debian/libsane.postinst: Do not create the scanner group.
- debian/control: Demote libsane-extras from Depends: to Suggests:, as
long as this package is in universe.
* debian/control: Demote sane-utils and avahi-daemon from Recommends to
Suggests. We do not want to have an init script for saned laying around,
which is disabled by default anyway.
sane-backends (1.0.19-21) unstable; urgency=low
* debian/rules:
+ Use an error handler for saned's init.
* debian/sane-utils.postinst:
+ Added error handler for saned init (closes: #493745).
* debconf translations:
+ es.po: courtesy of Ignacio Mondino (closes: #499202).
sane-backends (1.0.19-20) unstable; urgency=low
* debian/control:
+ Make sane-utils depend on update-inetd (>= 4.31) which won't break
with debconf.
* debian/sane-utils.postinst:
+ update-inetd needs debconf sometimes, so keep debconf enabled until
after the update-inetd call.
sane-backends (1.0.19-19) unstable; urgency=low
* debian/rules:
+ Install umax_pp into sane-utils (closes: #496833).
* debian/patches/40_fujitsu_fixes.dpatch:
+ Added; upstream backport of fujitsu backend fixes, fixes a string
initialization issue in config file parsing, adds color mode for the
fi-6130, 6230, 6140, 6240 and fixes fi-6230 hangs at wakeup from
powersave mode.
Thanks to M. Allan Noah for providing a backport (closes: #494156).
sane-backends (1.0.19-18) unstable; urgency=low
* debian/patches/10_sm3840_unbreak_sane_open.dpatch:
+ Added; from CVS, fix the way sane_open() checks for sanei_usb_open()
errors (closes: #496249).
* debconf translations:
+ ja.po: courtesy of Hideki Yamane (closes: #493568).
sane-backends (1.0.19-17) unstable; urgency=low
* debian/patches/33_scanimage_options_fix.dpatch:
+ Added; get the option descriptor for option 0 before getting the value
for option 0. This is a standard-compliance fix needed for proper
operation with the net backend.
* debian/patches/30_new_saned.dpatch:
+ Updated; fix initialization of runas_{g,u}id and ngroups, preventing
failures later on in some cases (saned -a without username).
sane-backends (1.0.19-16) unstable; urgency=low
* debian/patches/30_new_saned.dpatch:
+ Updated; Fix seteuid()/setegid() call order and set supplemental group
list (closes: #493084).
sane-backends (1.0.19-15) unstable; urgency=low
* debian/patches/09_avision_fixes.dpatch:
+ Enable this patch for real.
* debian/patches/31_sanei_pthread_64bit_fix.dpatch:
+ Updated.
sane-backends (1.0.19-14) unstable; urgency=low
* debian/patches/32_net_backend_standard_fix.dpatch:
+ Updated; fix sane_control_option() in the net backend so as to bring
the net backend behaviour back in line with standard backends. This
should fix some issues reported with the net backend lately.
* debian/patches/01_manpages_fixes.dpatch:
+ Updated; fix some more hyphen vs. minus sign issues.
* debian/rules:
+ Include debug symbols for sane-utils into libsane-dbg.
* debian/copyright:
+ Update.
sane-backends (1.0.19-13) unstable; urgency=low
* debian/libsane.README.Debian:
+ Fix udev rules filename (closes: #490656).
* debian/patches/01_manpages_fixes.dpatch:
+ Updated; fix hyphen vs. minus sign issues reported by lintian.
* debian/patches/30_new_saned.dpatch:
+ Updated; manpage fixes.
sane-backends (1.0.19-12) unstable; urgency=low
* debian/control:
+ Bump Standards-Version to 3.8.0 (no changes).
* debian/patches/30_new_saned.dpatch:
+ Updated; properly terminate child processes when exiting from the
debug mode.
* debian/patches/32_net_backend_standard_fix.dpatch:
+ Added; do not reload the option descriptors cache behind the frontend's
back in sane_control_option(). Fetch options descriptors in sane_open()
so GET_VALUE on option 0 can still work without explicitely getting
option descriptor 0 first.
* debconf translations:
+ sv.po: courtesy of Martin Bagge (closes: #487369).
sane-backends (1.0.19-11) unstable; urgency=low
* debian/patches/30_new_saned.dpatch:
+ Updated; lock the Avahi thread before stopping it and tearing down the
Avahi objects (closes: #484464).
* debian/patches/09_avision_fixes.dpatch:
+ Added; from CVS, misc avision backend fixes (closes: #474706, #475198).
* debconf translations:
+ ru.po: courtesy of Yuri Kozlov (closes: #481656).
sane-backends (1.0.19-10) unstable; urgency=low
* debian/sane-utils.postinst:
+ Make proper use of debconf !@#%$ (closes: #481442).
* debconf translations:
+ fr.po: update by Christian Perrier (closes: #481439).
sane-backends (1.0.19-9) unstable; urgency=low
* debian/sane-utils.postinst:
+ Do not attempt to remove saned from the scanner group if it isn't part
of the group in the first place (closes: #481288).
* debian/patches/31_sanei_pthread_64bit_fix.dpatch:
+ Added; from CVS, fix sanei_pthread on 64bit platforms.
sane-backends (1.0.19-8) unstable; urgency=low
* Reupload 1.0.19-7 to unstable.
* debconf translations:
+ pt.po: courtesy of Américo Monteiro (closes: #480219).
+ cs.po: courtesy of Miroslav Kure (closes: #480313).
+ de.po: courtesy of Helge Kreutzmann (closes: #480366).
+ vi.po: courtesy of Clytie Siddall (closes: #480483).
+ fi.po: courtesy of Esko Arajärvi (closes: #480550).
+ fr.po: update by Christian Perrier.
sane-backends (1.0.19-7) experimental; urgency=low
* Introducing new saned & net backend features.
+ saned can now run as a standalone daemon and offers mDNS/DNS-SD. The net
backend can discover saned servers on the (local) network.
* debian/patches/01_manpages_fixes.dpatch:
+ Fix man warnings in sane-config.1 and sane-mustek_pp.5.
* debian/patches/30_new_saned.dpatch:
+ Added; from CVS HEAD, backport new saned and net backend.
* debian/sane-utils.README.Debian:
+ Enhancements, typo fixes.
* debian/sane-utils.templates, debian/sane-utils.config,
debian/sane-utils.postinst:
+ Add a debconf question to automatically add the saned user to the
scanner group.
+ Add a debconf question to enable saned as a standalone daemon.
* debian/rules:
+ Enable Avahi support at configure time.
+ Call dh_installdebconf.
+ Call dh_installinit.
* debian/control:
+ Build-Depend on po-debconf, libavahi-client-dev (>= 0.6.4).
+ sane-utils: add ${misc:Depends} to get the appropriate debconf
dependencies.
+ sane-utils: recommend avahi-daemon.
+ libsane: recommend avahi-daemon.
+ libsane-dev: depend on libavahi-client-dev.
* debian/sane-utils.saned.init, debian/sane-utils.saned.default:
+ Add an initscript & default file for saned.
* debconf translations:
+ eu.po: courtesy of Piarres Beobide (closes: #479380, #479808).
+ fr.po: courtesy of Christian Perrier.
+ pt_BR.po: courtesy of Eder L. Marques (closes: #479785).
+ gl.po: courtesy of Jacobo Tarrio (closes: #479838).
Date: Mon, 10 Nov 2008 15:51:48 +0100
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/jaunty/+source/sane-backends/1.0.19-21ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 10 Nov 2008 15:51:48 +0100
Source: sane-backends
Binary: sane-utils libsane libsane-dev libsane-dbg
Architecture: source
Version: 1.0.19-21ubuntu1
Distribution: jaunty
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description:
libsane - API library for scanners
libsane-dbg - API development library for scanners [debug symbols]
libsane-dev - API development library for scanners [development files]
sane-utils - API library for scanners -- utilities
Closes: 474706 475198 479380 479785 479808 479838 480219 480313 480366 480483 480550 481288 481439 481442 481656 484464 487369 490656 493084 493568 493745 494156 496249 496833 499202
Changes:
sane-backends (1.0.19-21ubuntu1) jaunty; urgency=low
.
* Merge with Debian unstable. Remaining Ubuntu changes:
- debian/rules: Link using -Bsymbolic-functions (startup time
optimization).
- debian/{libsane.install.in,libsane-dev.install,rules}: Install
documentation into libsane-dev instead of libsane to save CD space.
- debian/rules: Do not install the udev rules, since hal now provides
dynamic ACLs on device nodes. (See hardy-hardware-detection spec.)
- debian/libsane.postinst: Do not create the scanner group.
- debian/control: Demote libsane-extras from Depends: to Suggests:, as
long as this package is in universe.
* debian/control: Demote sane-utils and avahi-daemon from Recommends to
Suggests. We do not want to have an init script for saned laying around,
which is disabled by default anyway.
.
sane-backends (1.0.19-21) unstable; urgency=low
.
* debian/rules:
+ Use an error handler for saned's init.
* debian/sane-utils.postinst:
+ Added error handler for saned init (closes: #493745).
.
* debconf translations:
+ es.po: courtesy of Ignacio Mondino (closes: #499202).
.
sane-backends (1.0.19-20) unstable; urgency=low
.
* debian/control:
+ Make sane-utils depend on update-inetd (>= 4.31) which won't break
with debconf.
* debian/sane-utils.postinst:
+ update-inetd needs debconf sometimes, so keep debconf enabled until
after the update-inetd call.
.
sane-backends (1.0.19-19) unstable; urgency=low
.
* debian/rules:
+ Install umax_pp into sane-utils (closes: #496833).
.
* debian/patches/40_fujitsu_fixes.dpatch:
+ Added; upstream backport of fujitsu backend fixes, fixes a string
initialization issue in config file parsing, adds color mode for the
fi-6130, 6230, 6140, 6240 and fixes fi-6230 hangs at wakeup from
powersave mode.
Thanks to M. Allan Noah for providing a backport (closes: #494156).
.
sane-backends (1.0.19-18) unstable; urgency=low
.
* debian/patches/10_sm3840_unbreak_sane_open.dpatch:
+ Added; from CVS, fix the way sane_open() checks for sanei_usb_open()
errors (closes: #496249).
.
* debconf translations:
+ ja.po: courtesy of Hideki Yamane (closes: #493568).
.
sane-backends (1.0.19-17) unstable; urgency=low
.
* debian/patches/33_scanimage_options_fix.dpatch:
+ Added; get the option descriptor for option 0 before getting the value
for option 0. This is a standard-compliance fix needed for proper
operation with the net backend.
* debian/patches/30_new_saned.dpatch:
+ Updated; fix initialization of runas_{g,u}id and ngroups, preventing
failures later on in some cases (saned -a without username).
.
sane-backends (1.0.19-16) unstable; urgency=low
.
* debian/patches/30_new_saned.dpatch:
+ Updated; Fix seteuid()/setegid() call order and set supplemental group
list (closes: #493084).
.
sane-backends (1.0.19-15) unstable; urgency=low
.
* debian/patches/09_avision_fixes.dpatch:
+ Enable this patch for real.
* debian/patches/31_sanei_pthread_64bit_fix.dpatch:
+ Updated.
.
sane-backends (1.0.19-14) unstable; urgency=low
.
* debian/patches/32_net_backend_standard_fix.dpatch:
+ Updated; fix sane_control_option() in the net backend so as to bring
the net backend behaviour back in line with standard backends. This
should fix some issues reported with the net backend lately.
* debian/patches/01_manpages_fixes.dpatch:
+ Updated; fix some more hyphen vs. minus sign issues.
.
* debian/rules:
+ Include debug symbols for sane-utils into libsane-dbg.
* debian/copyright:
+ Update.
.
sane-backends (1.0.19-13) unstable; urgency=low
.
* debian/libsane.README.Debian:
+ Fix udev rules filename (closes: #490656).
* debian/patches/01_manpages_fixes.dpatch:
+ Updated; fix hyphen vs. minus sign issues reported by lintian.
* debian/patches/30_new_saned.dpatch:
+ Updated; manpage fixes.
.
sane-backends (1.0.19-12) unstable; urgency=low
.
* debian/control:
+ Bump Standards-Version to 3.8.0 (no changes).
.
* debian/patches/30_new_saned.dpatch:
+ Updated; properly terminate child processes when exiting from the
debug mode.
* debian/patches/32_net_backend_standard_fix.dpatch:
+ Added; do not reload the option descriptors cache behind the frontend's
back in sane_control_option(). Fetch options descriptors in sane_open()
so GET_VALUE on option 0 can still work without explicitely getting
option descriptor 0 first.
.
* debconf translations:
+ sv.po: courtesy of Martin Bagge (closes: #487369).
.
sane-backends (1.0.19-11) unstable; urgency=low
.
* debian/patches/30_new_saned.dpatch:
+ Updated; lock the Avahi thread before stopping it and tearing down the
Avahi objects (closes: #484464).
* debian/patches/09_avision_fixes.dpatch:
+ Added; from CVS, misc avision backend fixes (closes: #474706, #475198).
.
* debconf translations:
+ ru.po: courtesy of Yuri Kozlov (closes: #481656).
.
sane-backends (1.0.19-10) unstable; urgency=low
.
* debian/sane-utils.postinst:
+ Make proper use of debconf !@#%$ (closes: #481442).
.
* debconf translations:
+ fr.po: update by Christian Perrier (closes: #481439).
.
sane-backends (1.0.19-9) unstable; urgency=low
.
* debian/sane-utils.postinst:
+ Do not attempt to remove saned from the scanner group if it isn't part
of the group in the first place (closes: #481288).
* debian/patches/31_sanei_pthread_64bit_fix.dpatch:
+ Added; from CVS, fix sanei_pthread on 64bit platforms.
.
sane-backends (1.0.19-8) unstable; urgency=low
.
* Reupload 1.0.19-7 to unstable.
.
* debconf translations:
+ pt.po: courtesy of Américo Monteiro (closes: #480219).
+ cs.po: courtesy of Miroslav Kure (closes: #480313).
+ de.po: courtesy of Helge Kreutzmann (closes: #480366).
+ vi.po: courtesy of Clytie Siddall (closes: #480483).
+ fi.po: courtesy of Esko Arajärvi (closes: #480550).
+ fr.po: update by Christian Perrier.
.
sane-backends (1.0.19-7) experimental; urgency=low
.
* Introducing new saned & net backend features.
+ saned can now run as a standalone daemon and offers mDNS/DNS-SD. The net
backend can discover saned servers on the (local) network.
.
* debian/patches/01_manpages_fixes.dpatch:
+ Fix man warnings in sane-config.1 and sane-mustek_pp.5.
* debian/patches/30_new_saned.dpatch:
+ Added; from CVS HEAD, backport new saned and net backend.
* debian/sane-utils.README.Debian:
+ Enhancements, typo fixes.
* debian/sane-utils.templates, debian/sane-utils.config,
debian/sane-utils.postinst:
+ Add a debconf question to automatically add the saned user to the
scanner group.
+ Add a debconf question to enable saned as a standalone daemon.
* debian/rules:
+ Enable Avahi support at configure time.
+ Call dh_installdebconf.
+ Call dh_installinit.
* debian/control:
+ Build-Depend on po-debconf, libavahi-client-dev (>= 0.6.4).
+ sane-utils: add ${misc:Depends} to get the appropriate debconf
dependencies.
+ sane-utils: recommend avahi-daemon.
+ libsane: recommend avahi-daemon.
+ libsane-dev: depend on libavahi-client-dev.
* debian/sane-utils.saned.init, debian/sane-utils.saned.default:
+ Add an initscript & default file for saned.
.
* debconf translations:
+ eu.po: courtesy of Piarres Beobide (closes: #479380, #479808).
+ fr.po: courtesy of Christian Perrier.
+ pt_BR.po: courtesy of Eder L. Marques (closes: #479785).
+ gl.po: courtesy of Jacobo Tarrio (closes: #479838).
Checksums-Sha1:
2e3e03eb4452f75b7590f9e2ccee3ae1ad6c0084 1527 sane-backends_1.0.19-21ubuntu1.dsc
7f1683a456c8393f2c29b2b2f885c5bcfe08b563 161734 sane-backends_1.0.19-21ubuntu1.diff.gz
Checksums-Sha256:
64a0a9a08a2b0e31a631c0a57c647c72ee25efadc65d3c25328c88d9c061a26d 1527 sane-backends_1.0.19-21ubuntu1.dsc
000ac50e2075f87e43ec5f8d4b38d7466f21f4d5df605c240950b5b9d5c1a7bf 161734 sane-backends_1.0.19-21ubuntu1.diff.gz
Files:
dee1867d6e5fdb15a0b91a04d1d8d342 1527 graphics optional sane-backends_1.0.19-21ubuntu1.dsc
97a3c173cd26579a1fef34b5986dc084 161734 graphics optional sane-backends_1.0.19-21ubuntu1.diff.gz
Original-Maintainer: Julien BLACHE <jblache at debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkkYdKgACgkQDecnbV4Fd/KDEwCeKXY5vmtd/8oSfzHd1/CBo7g0
ziIAoK8q+WWfpbKiVdb7HFUQY+uDP/kG
=/+/j
-----END PGP SIGNATURE-----
More information about the Jaunty-changes
mailing list