sane-backends 1.0.19-21ubuntu1 source package in Ubuntu
Changelog
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). -- Martin Pitt <email address hidden> Mon, 10 Nov 2008 15:51:48 +0100
Upload details
- Uploaded by:
- Martin Pitt
- Uploaded to:
- Jaunty
- Original maintainer:
- Ubuntu Development Team
- Architectures:
- any
- Section:
- graphics
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
sane-backends_1.0.19.orig.tar.gz | 4.2 MiB | dbfbd560dc862da0a365fa93dce506067b2bff2025a42f981b66979d3bfa6bda |
sane-backends_1.0.19-21ubuntu1.diff.gz | 157.9 KiB | 000ac50e2075f87e43ec5f8d4b38d7466f21f4d5df605c240950b5b9d5c1a7bf |
sane-backends_1.0.19-21ubuntu1.dsc | 1.5 KiB | 64a0a9a08a2b0e31a631c0a57c647c72ee25efadc65d3c25328c88d9c061a26d |
Available diffs
- diff from 1.0.19-6ubuntu1 to 1.0.19-21ubuntu1 (119.2 KiB)
Binary packages built by this source
- libsane: No summary available for libsane in ubuntu jaunty.
No description available for libsane in ubuntu jaunty.
- libsane-dbg: No summary available for libsane-dbg in ubuntu jaunty.
No description available for libsane-dbg in ubuntu jaunty.
- libsane-dev: No summary available for libsane-dev in ubuntu jaunty.
No description available for libsane-dev in ubuntu jaunty.
- sane-utils: No summary available for sane-utils in ubuntu jaunty.
No description available for sane-utils in ubuntu jaunty.