Merge lp:~ari-tczew/sane-backends/ubuntu into lp:~ubuntu-desktop/sane-backends/ubuntu

Proposed by Artur Rona
Status: Merged
Merged at revision: 26
Proposed branch: lp:~ari-tczew/sane-backends/ubuntu
Merge into: lp:~ubuntu-desktop/sane-backends/ubuntu
Diff against target: 2753 lines (+1076/-733)
45 files modified
debian/changelog (+136/-373)
debian/compat (+1/-1)
debian/control (+49/-11)
debian/copyright (+1/-1)
debian/libsane-dev.install (+3/-3)
debian/libsane.README.Debian (+1/-1)
debian/libsane.install (+4/-4)
debian/libsane.postinst (+9/-3)
debian/libsane.postrm (+0/-2)
debian/patches/disable_v4l.patch (+1/-1)
debian/patches/fix-FTBFS-format-not-a-string-literal-error.patch (+30/-0)
debian/patches/fix-for-broken-tpu-scan.patch (+19/-0)
debian/patches/fix-gl646-setup-registers.patch (+67/-0)
debian/patches/frontend_libs.patch (+46/-0)
debian/patches/kfreebsd.patch (+17/-0)
debian/patches/libsane_deps.patch (+33/-12)
debian/patches/multiarch_dll_search_path.patch (+22/-9)
debian/patches/multiarch_manpages_libdir.patch (+18/-5)
debian/patches/series (+9/-17)
debian/patches/trim-libraries-in-sane-backends.pc.in.patch (+26/-0)
debian/patches/unneeded_doc.patch (+41/-15)
debian/po/ca.po (+116/-0)
debian/po/cs.po (+3/-2)
debian/po/da.po (+14/-13)
debian/po/de.po (+1/-0)
debian/po/es.po (+58/-35)
debian/po/eu.po (+5/-16)
debian/po/fr.po (+3/-13)
debian/po/gl.po (+1/-0)
debian/po/it.po (+1/-0)
debian/po/ja.po (+1/-0)
debian/po/nl.po (+1/-1)
debian/po/pl.po (+114/-0)
debian/po/pt.po (+1/-13)
debian/po/pt_BR.po (+3/-15)
debian/po/ru.po (+5/-15)
debian/po/sk.po (+112/-0)
debian/po/sv.po (+1/-12)
debian/po/vi.po (+24/-25)
debian/po/zh_CN.po (+1/-1)
debian/rules (+47/-104)
debian/sane-utils.config (+1/-0)
debian/sane-utils.install (+6/-5)
debian/sane-utils.postinst (+8/-5)
debian/sane-utils.templates (+16/-0)
To merge this branch: bzr merge lp:~ari-tczew/sane-backends/ubuntu
Reviewer Review Type Date Requested Status
Ubuntu Desktop Pending
Review via email: mp+220881@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2012-09-10 07:43:56 +0000
+++ debian/changelog 2014-05-25 18:16:31 +0000
@@ -1,47 +1,126 @@
1sane-backends (1.0.22-7ubuntu3) quantal; urgency=low1sane-backends (1.0.23-3ubuntu4) utopic; urgency=medium
22
3 * debian/control, debian/rules: Switch to libusb 1.0. (LP: #918774)3 * debian/patches/fix-gl646-setup-registers.patch:
44 - Fix crash using some HP scanners (LP: #1301161)
5 -- Whoopie <whoopie79@gmx.net> Mon, 10 Sep 2012 09:40:11 +02005
66 -- Robert Ancell <robert.ancell@canonical.com> Fri, 09 May 2014 11:05:29 +1200
7sane-backends (1.0.22-7ubuntu2) quantal; urgency=low7
88sane-backends (1.0.23-3ubuntu3) trusty; urgency=medium
9
10 * Build against libgphoto2-dev instead of libgphoto2-6-dev. (Reverts Ubuntu
11 specific delta)
12
13 -- Martin Pitt <martin.pitt@ubuntu.com> Mon, 10 Feb 2014 09:28:15 +0100
14
15sane-backends (1.0.23-3ubuntu2) trusty; urgency=medium
16
17 * debian/{control,rules}: Build with dh-autoreconf for new libtool.
18 * debian/patches/*.patch: Patch Makefile.am too, not just Makefile.in.
19
20 -- William Grant <wgrant@ubuntu.com> Sun, 15 Dec 2013 12:10:33 +0000
21
22sane-backends (1.0.23-3ubuntu1) trusty; urgency=low
23
24 * Merge with Debian unstable. Remaining Ubuntu changes:
25 - Build against libgphoto2-6 and libtiff5.
26 - Demote libsane-extras* from Recommends to Suggests, as long as this
27 package is in universe.
28 - Demote sane-utils from Recommends to Suggests. We do not want to have
29 an init script for saned laying around, which is disabled by default
30 anyway.
31 - debian/rules: Link using -Bsymbolic-functions (startup time
32 optimization).
33 - debian/rules, debian/sane-utils.saned.init: Don't call init script on
34 shutdown, it's unnecessary.
35 - disable_v4l.patch, fix_avahi_error_paths.patch,
36 fix-for-broken-tpu-scan.patch: See patch headers.
37
38 -- Martin Pitt <martin.pitt@ubuntu.com> Wed, 06 Nov 2013 07:31:42 +0100
39
40sane-backends (1.0.23-3) unstable; urgency=low
41
42 * QA upload
43 * revert move to libtiff5-dev
44
45 -- Rene Engelhard <rene@debian.org> Sat, 06 Jul 2013 15:20:16 +0200
46
47sane-backends (1.0.23-2) unstable; urgency=low
48
49 * QA upload.
50 * Add sane-desc.c_debian_mods.patch to series file. (Closes: #714993)
51
52 -- Markus Koschany <apo@gambaru.de> Fri, 05 Jul 2013 11:52:37 +0200
53
54sane-backends (1.0.23-1) unstable; urgency=low
55
56 * QA upload.
57 * Upload to unstable.
58 * This package has been orphaned. Set maintainer to the Debian QA Group.
59 * Bump compat level to 9 (was 5) and require debhelper >= 9.
9 * debian/control:60 * debian/control:
10 - Build-Depend on libtiff5-dev61 - sane-utils: Inherit Section: graphics from source package sane-backends.
1162 - Remove versioned dependencies. They are trivially satisfied.
12 -- Michael Terry <mterry@ubuntu.com> Mon, 09 Jul 2012 17:30:38 -040063 * Drop the following patches. They are merged upstream now.
1364 - fix_v4l_build.patch
14sane-backends (1.0.22-7ubuntu1) precise; urgency=low65 - hurd_path_max_fix.patch
1566 - sane_desc_udev+acl.patch
16 * Merge from Debian testing, remaining changes:67 - scanimage_man_batch_start.patch
17 - debian/patches/disable_v4l.patch: Disable v4l backend.68 - udev_usb_suspend.patch
18 - debian/patches/fix_avahi_error_paths.patch: fix free order of69 - xerox_mfp_add_scx_4623fw.patch
19 avahi_client and avahi_browser in failure path, fixing assert when70 - xerox_mfp_fix_usb_device.patch
20 avahi is unavailable71 * Drop disable_rpath.patch because the RPATH is already removed by chrpath
21 - debian/control:72 in debian/rules.
22 + Demote libsane-extras* from Recommends to Suggests, as long as73 * Rebase and refresh all other patches against the new upstream relase.
23 this package is in universe.74 * debian/rules:
24 + Demote sane-utils from Recommends to Suggests.75 - Simplify debian/rules by using dh sequencer.
25 We do not want to have an init script for saned laying around,76 - Build with --parallel and with autotools_dev.
26 which is disabled by default anyway.77 - Enable all hardening build flags.
27 + Drop the alternative "makedev" dependency; we only support udev.78 - Install umax_pp with sane-utils.install.
28 - debian/libsane.postinst: Don't create a scanner group.79 * Build-Depend on libtiff5-dev. Thanks to Michael Terry for the patch.
29 - debian/rules:80 (Closes: #681079)
30 + Link using -Bsymbolic-functions (startup time optimization).81 * Build-Depend on libusb-1.0-0-dev and enable libusb1.0 support in
31 + Saned init script does not need to be started before gdm82 debian/rules. Thanks to Martin Pitt for the report and Whoopie for the
32 and does not need to be called on shutdown.83 patch. (Closes: #687137)
33 - debian/sane-utils.*: No longer have scanner group.84
34 - debian/sane-utils.saned.init: Saned init script does not need to85 -- Markus Koschany <apo@gambaru.de> Thu, 04 Jul 2013 17:41:47 +0200
35 be started before gdm and does not need to be called on shutdown.86
36 * Dropped changes, no longer needed:87sane-backends (1.0.23-0.1~experimental1) experimental; urgency=low
37 - debian/libsane.preinst:88
38 + Remove the old file if unmodified.89 * Non-maintainer upload.
39 + Remove the old blacklist-scanner modprobe file.90 * New upstream version.
40 - Dropped "acl" dependency: acl is part of the standard system and91
41 the udev rules still reference setfacl, so we should keep this92 -- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Sat, 23 Feb 2013 20:12:58 +0100
42 dependency here.93
4394sane-backends (1.0.22-7.4) unstable; urgency=low
44 -- Steve Langasek <steve.langasek@ubuntu.com> Sun, 04 Dec 2011 20:27:13 -080095
96 * Non-maintainer upload.
97 * Compress all binaries with xz to free up some space on CD#1.
98
99 -- Cyril Brulebois <kibi@debian.org> Mon, 17 Sep 2012 16:44:07 +0200
100
101sane-backends (1.0.22-7.3) unstable; urgency=low
102
103 * Non-maintainer upload.
104 * Fix build failure on kfreebsd (closes: #680234).
105
106 -- Michael Gilbert <mgilbert@debian.org> Sun, 15 Jul 2012 17:07:15 -0400
107
108sane-backends (1.0.22-7.2) unstable; urgency=low
109
110 * Non-maintainer upload.
111 * Set sane-utils as 'Multi-Arch: foreign' (closes: #675797).
112
113 -- Michael Gilbert <mgilbert@debian.org> Thu, 28 Jun 2012 16:53:15 -0400
114
115sane-backends (1.0.22-7.1) unstable; urgency=low
116
117 * Non-maintainer upload.
118 * Fix pending l10n issues. Debconf translations:
119 - Catalan; (Innocent De Marchi). Closes: #646505
120 - Slovak (Slavko). Closes: #639235
121 - Polish (Michał Kułach). Closes: #658351
122
123 -- Christian Perrier <bubulle@debian.org> Wed, 28 Mar 2012 07:39:00 +0200
45124
46sane-backends (1.0.22-7) unstable; urgency=low125sane-backends (1.0.22-7) unstable; urgency=low
47126
@@ -124,42 +203,6 @@
124203
125 -- Julien BLACHE <jblache@debian.org> Thu, 02 Jun 2011 14:57:53 +0200204 -- Julien BLACHE <jblache@debian.org> Thu, 02 Jun 2011 14:57:53 +0200
126205
127sane-backends (1.0.22-2ubuntu2) oneiric; urgency=low
128
129 * debian/patches/fix_avahi_error_paths.patch:
130 - Fix free order of avahi_client and avahi_browser in failure path.
131 Fixes assert when avahi is unavailable (LP: #831867)
132
133 -- Christopher James Halse Rogers <raof@ubuntu.com> Wed, 21 Sep 2011 16:39:32 +1000
134
135sane-backends (1.0.22-2ubuntu1) natty; urgency=low
136
137 * Merge from debian unstable. Remaining changes: (LP: #739708)
138 - debian/control:
139 + Demote libsane-extras* from Recommends to Suggests, as long as
140 this package is in universe.
141 + Demote sane-utils from Recommends to Suggests.
142 We do not want to have an init script for saned laying around,
143 which is disabled by default anyway.
144 - debian/libsane.postinst: Don't create a scanner group.
145 - debian/libsane.preinst:
146 + Remove the old file if unmodified.
147 + Remove the old blacklist-scanner modprobe file.
148 - debian/patches/disable_v4l.patch: Disable v4l backend.
149 - debian/rules:
150 - Link using -Bsymbolic-functions (startup time optimization).
151 - Saned init script does not need to be started before gdm
152 and does not need to be called on shutdown.
153 - Drop "acl" dependency. Current udev releases already evaluate
154 the "libsane_matched" property, so we don't need the sane rules
155 to do that again. Also drop the alternative "makedev" dependency;
156 we only support udev.
157 - debian/sane-utils.*: No longer have scanner group.
158 - debian/sane-utils.saned.init: Saned init script does not need to
159 be started before gdm and does not need to be called on shutdown.
160
161 -- Artur Rona <ari-tczew@ubuntu.com> Wed, 23 Mar 2011 19:26:36 +0100
162
163sane-backends (1.0.22-2) unstable; urgency=low206sane-backends (1.0.22-2) unstable; urgency=low
164207
165 * debian/patches/udev_usb_suspend.patch:208 * debian/patches/udev_usb_suspend.patch:
@@ -178,40 +221,6 @@
178221
179 -- Julien BLACHE <jblache@debian.org> Sat, 12 Mar 2011 11:32:32 +0100222 -- Julien BLACHE <jblache@debian.org> Sat, 12 Mar 2011 11:32:32 +0100
180223
181sane-backends (1.0.22-1ubuntu1) natty; urgency=low
182
183 [ Artur Rona ]
184 * Merge from debian unstable. Remaining changes: (LP: #729283)
185 - debian/control:
186 + Demote libsane-extras* from Recommends to Suggests, as long as
187 this package is in universe.
188 + Demote sane-utils from Recommends to Suggests.
189 We do not want to have an init script for saned laying around,
190 which is disabled by default anyway.
191 - debian/libsane.postinst: Don't create a scanner group.
192 - debian/libsane.preinst:
193 + Remove the old file if unmodified.
194 + Remove the old blacklist-scanner modprobe file.
195 - debian/patches/disable_v4l.patch: Disable v4l backend.
196 - debian/rules:
197 - Link using -Bsymbolic-functions (startup time optimization).
198 - Saned init script does not need to be started before gdm
199 and does not need to be called on shutdown.
200 - debian/sane-utils.*: No longer have scanner group.
201 - debian/sane-utils.saned.init: Saned init script does not need to
202 be started before gdm and does not need to be called on shutdown.
203
204 [ Martin Pitt ]
205 * Drop ubuntu_udev_noperm.patch. It's superseded by Debian's
206 sane-desc_udev+acl.patch. This also brings back the accidentally dropped
207 SCSI scanner rules. (LP: #727696)
208 * debian/rules: Drop "acl" dependency. Current udev releases already
209 evaluate the "libsane_matched" property, so we don't need the sane rules
210 to do that again. Also drop the alternative "makedev" dependency; we
211 only support udev.
212
213 -- Artur Rona <ari-tczew@ubuntu.com> Mon, 07 Mar 2011 15:01:07 +0100
214
215sane-backends (1.0.22-1) unstable; urgency=low224sane-backends (1.0.22-1) unstable; urgency=low
216225
217 * New upstream release.226 * New upstream release.
@@ -243,27 +252,6 @@
243252
244 -- Julien BLACHE <jblache@debian.org> Wed, 16 Feb 2011 19:00:55 +0100253 -- Julien BLACHE <jblache@debian.org> Wed, 16 Feb 2011 19:00:55 +0100
245254
246sane-backends (1.0.22-0ubuntu1) natty; urgency=low
247
248 * New upstream release
249 * debian/control:
250 - Use standards version 3.9.1
251 * debian/patches/allow_dll.d_symlinks.patch:
252 * debian/patches/fix_epson2_cancel.patch:
253 * debian/patches/fix_epson2_commands.patch:
254 * debian/patches/fix_xerox_mfp_color_mode.patch:
255 * debian/patches/genesys_disable_raw_data_log.patch:
256 * debian/patches/no_translations.patch:
257 * debian/patches/saned_exit_avahi_process.patch:
258 * debian/patches/scsi_perfection_2450.patch:
259 * debian/patches/scsi_scanjet_4c.patch:
260 * debian/patches/xerox_mfp_new_ids.patch:
261 - Applied upstream
262 * debian/watch:
263 - Dropped, the URL is not consistent between releases
264
265 -- Robert Ancell <robert.ancell@canonical.com> Mon, 14 Feb 2011 14:28:56 +1100
266
267sane-backends (1.0.22~git1.0.21-157-g126c70d-1) experimental; urgency=low255sane-backends (1.0.22~git1.0.21-157-g126c70d-1) experimental; urgency=low
268256
269 * Git snapshot.257 * Git snapshot.
@@ -285,43 +273,6 @@
285273
286 -- Julien BLACHE <jblache@debian.org> Wed, 23 Jun 2010 18:37:59 +0200274 -- Julien BLACHE <jblache@debian.org> Wed, 23 Jun 2010 18:37:59 +0200
287275
288sane-backends (1.0.21-9ubuntu1) natty; urgency=low
289
290 * Merge from debian unstable. Remaining changes: (LP: #693578)
291 - debian/control:
292 + Add Vcs-Bzr link related to Ubuntu Desktop Team.
293 + Demote libsane-extras from Depends to Suggests, as long as
294 this package is in universe.
295 + Demote sane-utils and avahi-daemon from Recommends to Suggests.
296 We do not want to have an init script for saned laying around,
297 which is disabled by default anyway.
298 - debian/libsane.postinst: Don't create a scanner group.
299 - debian/libsane.preinst:
300 + Remove the old file if unmodified.
301 + Remove the old blacklist-scanner modprobe file.
302 - debian/patches/disable_v4l.patch: Disable v4l backend.
303 - debian/patches/no_translations.patch:
304 + Add missing translation files.
305 - debian/patches/ubuntu_udev_noperm.patch:
306 + Do not change device permissions (already covered
307 by udev-extra's 70-acl.rules).
308 + Do not cover SCSI scanners (already covered by udev-extra's
309 70-acl.rules).
310 + Simplify description and structure.
311 - debian/rules:
312 - Link using -Bsymbolic-functions (startup time optimization).
313 - Saned init script does not need to be started before gdm
314 and does not need to be called on shutdown.
315 - debian/sane-utils.*: No longer have scanner group.
316 - debian/sane-utils.saned.init: Saned init script does not need to
317 be started before gdm and does not need to be called on shutdown.
318 - debian/watch: Added to grab original tarball by uscan.
319 * debian/patches/use_libsane_matched_for_scsi.patch: Removed.
320 This change is useless due to ubuntu_udev_noperm.patch.
321 * Note that tarballs md5sums are different in Debian and Ubuntu.
322
323 -- Artur Rona <ari-tczew@ubuntu.com> Wed, 22 Dec 2010 20:55:59 +0100
324
325sane-backends (1.0.21-9) unstable; urgency=low276sane-backends (1.0.21-9) unstable; urgency=low
326277
327 * debian/patches/fix_epson2_cancel.patch:278 * debian/patches/fix_epson2_cancel.patch:
@@ -400,56 +351,6 @@
400351
401 -- Julien BLACHE <jblache@debian.org> Fri, 09 Jul 2010 18:21:58 +0200352 -- Julien BLACHE <jblache@debian.org> Fri, 09 Jul 2010 18:21:58 +0200
402353
403sane-backends (1.0.21-2ubuntu2) maverick; urgency=low
404
405 * debian/libsane.install.in:
406 - Re-enable /usr/share/locale
407 * debian/patches/no_translations.patch:
408 - Add missing translation files
409
410 -- Robert Ancell <robert.ancell@canonical.com> Thu, 08 Jul 2010 11:30:17 +1000
411
412sane-backends (1.0.21-2ubuntu1) maverick; urgency=low
413
414 * Merge with Debian unstable, remaining Ubuntu changes:
415 * debian/control:
416 - Add Vcs-Bzr link
417 - Demote libsane-extras from Depends: to Suggests:, as long as
418 this package is in universe.
419 - Demote sane-utils and avahi-daemon from Recommends to Suggests.
420 We do not want to have an init script for saned laying around,
421 which is disabled by default anyway.
422 * debian/rules:
423 - Link using -Bsymbolic-functions (startup time optimization).
424 - saned init script does not need
425 to be started before gdm, and does not need to be called on shutdown.
426 * debian/libsane.install.in:
427 - No files to install from /usr/share/locale
428 * debian/libsane.postinst:
429 - Don't create a scanner group
430 * debian/libsane.preinst:
431 - Remove the old file if unmodified
432 - Remove the old blacklist-scanner modprobe file.
433 * debian/sane-utils.config:
434 - No longer have scanner group
435 * debian/sane-utils.postinst:
436 - No longer have scanner group
437 * debian/sane-utils.saned.init:
438 - saned init script does not need
439 to be started before gdm, and does not need to be called on shutdown.
440 * debian/sane-utils.templates:
441 - No longer have scanner group
442 * debian/patches/ubuntu_udev_noperm.patch:
443 - Do not change device permissions (already covered by udev-extra's
444 70-acl.rules)
445 - Do not cover SCSI scanners (already covered by udev-extra's
446 70-acl.rules)
447 - Simplify description and structure.
448 * debian/patches/disable_v4l.patch:
449 - Disable v4l backend
450
451 -- Robert Ancell <robert.ancell@canonical.com> Thu, 17 Jun 2010 11:50:52 +1000
452
453sane-backends (1.0.21-2) unstable; urgency=low354sane-backends (1.0.21-2) unstable; urgency=low
454355
455 * debian/patches/fix_xerox_mfp_color_mode.patch:356 * debian/patches/fix_xerox_mfp_color_mode.patch:
@@ -489,56 +390,6 @@
489390
490 -- Julien BLACHE <jblache@debian.org> Sat, 13 Feb 2010 10:03:12 +0100391 -- Julien BLACHE <jblache@debian.org> Sat, 13 Feb 2010 10:03:12 +0100
491392
492sane-backends (1.0.20-13ubuntu2) lucid; urgency=low
493
494 * debian/patches/50_disable_v4l.dpatch:
495 - Disable v4l backends (LP: #87312)
496
497 -- Robert Ancell <robert.ancell@canonical.com> Wed, 14 Apr 2010 22:24:08 +0800
498
499sane-backends (1.0.20-13ubuntu1) lucid; urgency=low
500
501 * Merge from Debian testing, remaining changes:
502 - Add 42_add_epson_cx_6000.dpatch: Add Epson CX6000. (LP: #314485)
503 - Add 43_scanadf_error_check.dpatch: Backport from Debian's
504 sane-backends git repo adding additional error checking.
505 (LP: #469540)
506 - Add 44_add_epson_mfp_devs.dpatch: Add additional device id.
507 (LP: #469540)
508 - Don't apply 11_udev_147, because ubuntu_udev_noperm.dpatch is
509 more appropriate for Ubuntu:
510 + Do not change device permissions (already covered by udev-extra's
511 70-acl.rules)
512 + Do not cover SCSI scanners (already covered by udev-extra's
513 70-acl.rules)
514 + Simplify description and structure.
515 - debian/control:
516 + Demote libsane-extras from Depends: to Suggests:, as long as
517 this package is in universe.
518 + Demote sane-utils and avahi-daemon from Recommends to Suggests.
519 We do not want to have an init script for saned laying around,
520 which is disabled by default anyway.
521 - debian/libsane.dirs.linux: remove
522 - debian/{libsane.install.in,libsane-dev.install,rules}: Install
523 documentation into libsane-dev instead of libsane to save CD space.
524 - debian/rules:
525 + Link using -Bsymbolic-functions (startup time optimization).
526 + /etc/modprobe.d/libsane blacklists two modules that don't exist
527 anymore, dropped creation of this file
528 - debian{rules,sane-utils.saned.init}: saned init script does not need
529 to be started before gdm, and does not need to be called on shutdown.
530 - debian/libsane.postinst: Do not create the scanner group.
531 - debian/{sane-utils.config,sane-utils.postinst,sane-utils.templates}:
532 Drop the support for saned in the scanner group, since we don't have
533 a scanner group anymore!
534 - debian/libsane.preinst:
535 + Remove the old blacklist-scanner modprobe file. LP: #340873.
536 + Remove the old file if unmodified
537 - debian/rules: Install udev rules again, since we now don't rely on
538 hal any more and thus we need the ENV{libsane_matched}=="yes" flag.
539
540 -- Daniel T Chen <crimsun@ubuntu.com> Mon, 08 Feb 2010 13:26:48 -0500
541
542sane-backends (1.0.20-13) unstable; urgency=low393sane-backends (1.0.20-13) unstable; urgency=low
543394
544 * debian/patches/34_genesys_gl841_cal_fix.dpatch:395 * debian/patches/34_genesys_gl841_cal_fix.dpatch:
@@ -653,60 +504,6 @@
653504
654 -- Julien BLACHE <jblache@debian.org> Fri, 26 Jun 2009 14:39:41 +0200505 -- Julien BLACHE <jblache@debian.org> Fri, 26 Jun 2009 14:39:41 +0200
655506
656sane-backends (1.0.20-4ubuntu3) karmic; urgency=low
657
658 * debian/sane-utils.saned.init: be quiet if not enabled
659 (LP: #440852)
660
661 -- Tormod Volden <debian.tormod@gmail.com> Wed, 14 Oct 2009 11:15:59 +0200
662
663sane-backends (1.0.20-4ubuntu2) karmic; urgency=low
664
665 * debian/control: Fix libsane-extras Recommends → Suggests again.
666 * ubuntu_udev_noperm.dpatch: Use ENV{DEVTYPE} instead of SUBSYSTEM, to avoid
667 processing all the rules twice.
668
669 -- Martin Pitt <martin.pitt@ubuntu.com> Thu, 04 Jun 2009 12:05:07 +0200
670
671sane-backends (1.0.20-4ubuntu1) karmic; urgency=low
672
673 * Merge from debian unstable, remaining changes:
674 - Add 42_add_epson_cx_6000.dpatch: Add Epson CX6000. (LP: #314485)
675 - debian/control:
676 + Set Ubuntu maintainer address.
677 + Demote libsane-extras from Depends: to Suggests:, as long as
678 this package is in universe.
679 + Demote sane-utils and avahi-daemon from Recommends to Suggests.
680 We do not want to have an init script for saned laying around,
681 which is disabled by default anyway.
682 - debian/libsane.dirs.linux: remove
683 - debian/{libsane.install.in,libsane-dev.install,rules}: Install
684 documentation into libsane-dev instead of libsane to save CD space.
685 - debian/rules:
686 + Link using -Bsymbolic-functions (startup time optimization).
687 + /etc/modprobe.d/libsane blacklists two modules that don't exist
688 anymore, dropped creation of this file
689 - debian{rules,sane-utils.saned.init}: saned init script does not need
690 to be started before gdm, and does not need to be called on shutdown.
691 - debian/libsane.postinst: Do not create the scanner group.
692 - debian/{sane-utils.config,sane-utils.postinst,sane-utils.templates}:
693 Drop the support for saned in the scanner group, since we don't have
694 a scanner group anymore!
695 - debian/libsane.preinst:
696 + Remove the old blacklist-scanner modprobe file. LP: #340873.
697 + Remove the old file if unmodified
698 * Add ubuntu_udev_noperm.dpatch: Change udev rules to be suitable for
699 Ubuntu:
700 - Do not change device permissions (already covered by udev-extra's
701 70-acl.rules)
702 - Do not cover SCSI scanners (already covered by udev-extra's
703 70-acl.rules)
704 - Simplify description and structure.
705 * debian/rules: Install udev rules again, since we now don't rely on
706 hal any more and thus we need the ENV{libsane_matched}=="yes" flag.
707
708 -- Martin Pitt <martin.pitt@ubuntu.com> Thu, 04 Jun 2009 10:06:14 +0200
709
710sane-backends (1.0.20-4) unstable; urgency=low507sane-backends (1.0.20-4) unstable; urgency=low
711508
712 * debian/rules:509 * debian/rules:
@@ -724,38 +521,6 @@
724521
725 -- Julien BLACHE <jblache@debian.org> Thu, 14 May 2009 12:06:47 +0200522 -- Julien BLACHE <jblache@debian.org> Thu, 14 May 2009 12:06:47 +0200
726523
727sane-backends (1.0.20-3ubuntu1) karmic; urgency=low
728
729 * Merge from debian unstable (LP: #373168), remaining changes:
730 - Add 42_add_epson_cx_6000.dpatch: Add Epson CX6000. (LP: #314485)
731 - debian/control:
732 + Set Ubuntu maintainer address.
733 + Demote libsane-extras from Depends: to Suggests:, as long as
734 this package is in universe.
735 + Demote sane-utils and avahi-daemon from Recommends to Suggests.
736 We do not want to have an init script for saned laying around,
737 which is disabled by default anyway.
738 - debian/libsane.dirs.linux: remove
739 - debian/{libsane.install.in,libsane-dev.install,rules}: Install
740 documentation into libsane-dev instead of libsane to save CD space.
741 - debian/rules:
742 + Link using -Bsymbolic-functions (startup time optimization).
743 + Do not install the udev rules, since hal now provides dynamic ACLs on
744 device nodes. (See hardy-hardware-detection spec.)
745 + /etc/modprobe.d/libsane blacklists two modules that don't exist
746 anymore, dropped creation of this file
747 - debian{rules,sane-utils.saned.init}: saned init script does not need
748 to be started before gdm, and does not need to be called on shutdown.
749 - debian/libsane.postinst: Do not create the scanner group.
750 - debian/{sane-utils.config,sane-utils.postinst,sane-utils.templates}:
751 Drop the support for saned in the scanner group, since we don't have
752 a scanner group anymore!
753 - debian/libsane.preinst:
754 + Remove the old blacklist-scanner modprobe file. LP: #340873.
755 + Remove the old file if unmodified
756
757 -- Артём Попов <artfwo@gmail.com> Mon, 11 May 2009 00:24:39 +0700
758
759sane-backends (1.0.20-3) unstable; urgency=low524sane-backends (1.0.20-3) unstable; urgency=low
760525
761 * debian/patches/06_cap_always_settable.dpatch:526 * debian/patches/06_cap_always_settable.dpatch:
@@ -1183,7 +948,7 @@
1183sane-backends (1.0.19~cvs20071213-5) unstable; urgency=low948sane-backends (1.0.19~cvs20071213-5) unstable; urgency=low
1184949
1185 * debian/control:950 * debian/control:
1186 + Build-Depends: xutils-dev instead of xutils. 951 + Build-Depends: xutils-dev instead of xutils.
1187 + Depend on libsane-extras{,-dev,-dbg} to help fix up the buggy udev rules952 + Depend on libsane-extras{,-dev,-dbg} to help fix up the buggy udev rules
1188 in libsane-extras.953 in libsane-extras.
1189 + Promote libgphoto2-2-dev to Depends: for libsane-dev.954 + Promote libgphoto2-2-dev to Depends: for libsane-dev.
@@ -2120,7 +1885,7 @@
2120 * Do not install the upstream changelog twice.1885 * Do not install the upstream changelog twice.
2121 * sane-utils does not create /home/saned.1886 * sane-utils does not create /home/saned.
2122 * Fixed packages descriptions (wrt #165138).1887 * Fixed packages descriptions (wrt #165138).
2123 1888
2124 -- Julien BLACHE <jblache@debian.org> Thu, 24 Oct 2002 18:52:29 +02001889 -- Julien BLACHE <jblache@debian.org> Thu, 24 Oct 2002 18:52:29 +0200
21251890
2126sane-backends (1.0.8-4) unstable; urgency=low1891sane-backends (1.0.8-4) unstable; urgency=low
@@ -2167,13 +1932,13 @@
2167 * Added build-depends on gettext(closes: #163681).1932 * Added build-depends on gettext(closes: #163681).
21681933
2169 -- Kevin Dalley <kevind@rahul.net> Mon, 7 Oct 2002 09:32:21 -07001934 -- Kevin Dalley <kevind@rahul.net> Mon, 7 Oct 2002 09:32:21 -0700
2170 1935
2171sane-backends (1.0.8-1) unstable; urgency=low1936sane-backends (1.0.8-1) unstable; urgency=low
21721937
2173 * New upstream release. Many n ew backends. Many more updated backends.1938 * New upstream release. Many n ew backends. Many more updated backends.
21741939
2175 -- Kevin Dalley <kevind@rahul.net> Sun, 6 Oct 2002 18:09:28 -07001940 -- Kevin Dalley <kevind@rahul.net> Sun, 6 Oct 2002 18:09:28 -0700
2176 1941
2177sane-backends (1.0.7-3.2) unstable; urgency=high1942sane-backends (1.0.7-3.2) unstable; urgency=high
21781943
2179 * Non-Maintainer Upload.1944 * Non-Maintainer Upload.
@@ -2212,10 +1977,10 @@
2212sane-backends (1.0.7-1) unstable; urgency=low1977sane-backends (1.0.7-1) unstable; urgency=low
22131978
2214 * new upstream release of sane.1979 * new upstream release of sane.
2215 1980
2216 * adds libusb, which includes ScanMaker 3600 drivers (closes: #119393).1981 * adds libusb, which includes ScanMaker 3600 drivers (closes: #119393).
2217 * installs plustek-share.h so that plustek driver can be built (closes:1982 * installs plustek-share.h so that plustek driver can be built (closes:
2218 #72341) 1983 #72341)
22191984
2220 -- Kevin Dalley <kevind@rahul.net> Thu, 14 Mar 2002 01:02:21 +00001985 -- Kevin Dalley <kevind@rahul.net> Thu, 14 Mar 2002 01:02:21 +0000
22211986
@@ -2243,7 +2008,7 @@
2243 * New backends: bh (Bell+Howell Copiscan II series), dc240 (Kodak DC2402008 * New backends: bh (Bell+Howell Copiscan II series), dc240 (Kodak DC240
2244 Digital Camera), sm3600 (Microtek ScanMaker 3600), umax_pp (Umax paralell2009 Digital Camera), sm3600 (Microtek ScanMaker 3600), umax_pp (Umax paralell
2245 port scanners).2010 port scanners).
2246 2011
2247 * Fixed security bug in saned.c that allowed access to scanner without2012 * Fixed security bug in saned.c that allowed access to scanner without
2248 password.2013 password.
22492014
@@ -2277,7 +2042,7 @@
22772042
2278 * link sane-gimp1.1 with libgimp1.1-1.1.28, which is new library (closes:2043 * link sane-gimp1.1 with libgimp1.1-1.1.28, which is new library (closes:
2279 #75029).2044 #75029).
2280 2045
2281 * define GIMP_ENABLE_COMPAT_CRUFT to allow use of newer libgimp.2046 * define GIMP_ENABLE_COMPAT_CRUFT to allow use of newer libgimp.
22822047
2283 -- Kevin Dalley <kevind@rahul.net> Sun, 22 Oct 2000 21:52:29 -07002048 -- Kevin Dalley <kevind@rahul.net> Sun, 22 Oct 2000 21:52:29 -0700
@@ -2320,7 +2085,7 @@
2320sane-gimp1.1 (1.0.1-1999-10-21-11) frozen unstable; urgency=low2085sane-gimp1.1 (1.0.1-1999-10-21-11) frozen unstable; urgency=low
23212086
2322 * Add Build-Depends to control files for sane and sane-gimp1.1 (closes:2087 * Add Build-Depends to control files for sane and sane-gimp1.1 (closes:
2323 #60923). 2088 #60923).
23242089
2325 -- Kevin Dalley <kevind@rahul.net> Mon, 27 Mar 2000 03:16:55 -08002090 -- Kevin Dalley <kevind@rahul.net> Mon, 27 Mar 2000 03:16:55 -0800
23262091
@@ -2461,11 +2226,11 @@
24612226
2462sane (0.74-2) unstable; urgency=low2227sane (0.74-2) unstable; urgency=low
24632228
2464 * temporarily comment out artec in dll.conf, due to bad interaction with 2229 * temporarily comment out artec in dll.conf, due to bad interaction with
2465 Umax scanner. If artec is used as a scanner, uncomment artec from2230 Umax scanner. If artec is used as a scanner, uncomment artec from
2466 dll.conf 2231 dll.conf
2467 * automatically generates conffiles, thanks for2232 * automatically generates conffiles, thanks for
2468 Roman.Hodek@informatik.uni-erlangen.de (fixes bug #26545) 2233 Roman.Hodek@informatik.uni-erlangen.de (fixes bug #26545)
2469 * fixes problem with creation of /usr/share/sane during build process2234 * fixes problem with creation of /usr/share/sane during build process
2470 (bug #26314)2235 (bug #26314)
24712236
@@ -2510,7 +2275,7 @@
2510 UMAX backend2275 UMAX backend
25112276
2512 * add patches 2-5 to SnapScan backend which allows other scanners2277 * add patches 2-5 to SnapScan backend which allows other scanners
2513 to work 2278 to work
25142279
2515 -- Kevin Dalley <kevind@rahul.net> Sat, 31 Jan 1998 17:32:53 -08002280 -- Kevin Dalley <kevind@rahul.net> Sat, 31 Jan 1998 17:32:53 -0800
25162281
@@ -2519,7 +2284,7 @@
2519 * correct umax-scanner.h so that Astra 1200S is legal2284 * correct umax-scanner.h so that Astra 1200S is legal
25202285
2521 -- Kevin Dalley <kevind@rahul.net> Sun, 25 Jan 1998 09:44:45 -08002286 -- Kevin Dalley <kevind@rahul.net> Sun, 25 Jan 1998 09:44:45 -0800
2522 2287
2523sane (0.69-1) unstable; urgency=low2288sane (0.69-1) unstable; urgency=low
25242289
2525 * update to version 0.69 of sane2290 * update to version 0.69 of sane
@@ -2559,5 +2324,3 @@
2559 * first Debian release of sane2324 * first Debian release of sane
25602325
2561 -- Kevin Dalley <kevind@rahul.net> Tue, 18 Nov 1997 21:38:41 -08002326 -- Kevin Dalley <kevind@rahul.net> Tue, 18 Nov 1997 21:38:41 -0800
2562
2563
25642327
=== modified file 'debian/compat'
--- debian/compat 2010-06-17 01:28:18 +0000
+++ debian/compat 2014-05-25 18:16:31 +0000
@@ -1,1 +1,1 @@
1519
22
=== modified file 'debian/control'
--- debian/control 2012-09-10 07:39:11 +0000
+++ debian/control 2014-05-25 18:16:31 +0000
@@ -2,16 +2,37 @@
2Section: graphics2Section: graphics
3Priority: optional3Priority: optional
4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Julien BLACHE <jblache@debian.org>5XSBC-Original-Maintainer: Debian QA Group <packages@qa.debian.org>
6Standards-Version: 3.9.26Standards-Version: 3.9.4
7Build-Depends: debhelper (>= 8.1.3), po-debconf, libv4l-dev [linux-any], libgphoto2-2-dev, libltdl3-dev, libjpeg-dev, libtiff5-dev, libusb-1.0-0-dev [!hurd-i386], libieee1284-3-dev (>= 0.2.10-5) [!hurd-i386], libcam-dev [kfreebsd-any], libavahi-client-dev (>= 0.6.4), gettext, texlive, texlive-latex-extra, autotools-dev, pkg-config, chrpath, xutils-dev7Build-Depends:
8 dh-autoreconf,
9 chrpath,
10 debhelper (>= 9),
11 gettext,
12 libavahi-client-dev,
13 libcam-dev [kfreebsd-any],
14 libgphoto2-dev,
15 libieee1284-3-dev [!hurd-i386],
16 libjpeg-dev,
17 libltdl3-dev,
18 libtiff5-dev,
19 libusb-1.0-0-dev [!hurd-i386],
20 libv4l-dev [linux-any],
21 pkg-config,
22 po-debconf,
23 texlive,
24 texlive-latex-extra,
25 xutils-dev
8Homepage: http://www.sane-project.org26Homepage: http://www.sane-project.org
9Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/sane-backends/ubuntu
1027
11Package: sane-utils28Package: sane-utils
12Section: graphics
13Architecture: any29Architecture: any
14Depends: adduser (>= 3.47), update-inetd (>= 4.31), ${shlibs:Depends}, ${misc:Depends}30Multi-Arch: foreign
31Depends:
32 adduser,
33 update-inetd,
34 ${misc:Depends},
35 ${shlibs:Depends}
15Suggests: avahi-daemon, unpaper36Suggests: avahi-daemon, unpaper
16Replaces: libsane (<< 1.0.11-4)37Replaces: libsane (<< 1.0.11-4)
17Description: API library for scanners -- utilities38Description: API library for scanners -- utilities
@@ -53,8 +74,14 @@
53Architecture: any74Architecture: any
54Multi-Arch: same75Multi-Arch: same
55Pre-Depends: ${misc:Pre-Depends}76Pre-Depends: ${misc:Pre-Depends}
56Depends: adduser (>= 3.47), libsane-common (= ${binary:Version}), udev (>= 0.88-1) [linux-any], acl (>= 2.2.49-4) [linux-any], ${shlibs:Depends}, ${misc:Depends}77Depends:
57Suggests: avahi-daemon, hpoj, hplip, libsane-extras (>= 1.0.22.1), sane-utils (>= ${binary:Version})78 acl [linux-any],
79 adduser,
80 libsane-common (= ${binary:Version}),
81 udev [linux-any] | makedev [linux-any],
82 ${misc:Depends},
83 ${shlibs:Depends}
84Suggests: avahi-daemon, hplip, hpoj, libsane-extras, sane-utils (>= ${binary:Version})
58Replaces: libsane-extras (<< 1.0.18.14)85Replaces: libsane-extras (<< 1.0.18.14)
59Description: API library for scanners86Description: API library for scanners
60 SANE stands for "Scanner Access Now Easy" and is an application87 SANE stands for "Scanner Access Now Easy" and is an application
@@ -77,8 +104,19 @@
77Package: libsane-dev104Package: libsane-dev
78Section: libdevel105Section: libdevel
79Architecture: any106Architecture: any
80Depends: libsane (= ${binary:Version}), libjpeg-dev, libtiff5-dev, libusb-1.0-0-dev [!hurd-i386], libieee1284-3-dev (>= 0.2.10-5) [!hurd-i386], libcam-dev [kfreebsd-any], libgphoto2-2-dev, libv4l-dev [linux-any], libavahi-client-dev, pkg-config, ${misc:Depends}107Depends:
81Suggests: libsane-extras-dev (>= 1.0.22.1)108 libavahi-client-dev,
109 libcam-dev [kfreebsd-any],
110 libgphoto2-dev,
111 libieee1284-3-dev [!hurd-i386],
112 libjpeg-dev,
113 libsane (= ${binary:Version}),
114 libtiff5-dev,
115 libusb-1.0-0-dev [!hurd-i386],
116 libv4l-dev [linux-any],
117 pkg-config,
118 ${misc:Depends}
119Suggests: libsane-extras-dev
82Replaces: libsane-extras-dev (<< 1.0.18.14)120Replaces: libsane-extras-dev (<< 1.0.18.14)
83Description: API development library for scanners [development files]121Description: API development library for scanners [development files]
84 SANE stands for "Scanner Access Now Easy" and is an application122 SANE stands for "Scanner Access Now Easy" and is an application
@@ -99,7 +137,7 @@
99Priority: extra137Priority: extra
100Architecture: any138Architecture: any
101Depends: libsane (= ${binary:Version}), ${misc:Depends}139Depends: libsane (= ${binary:Version}), ${misc:Depends}
102Suggests: libsane-extras-dbg (>= 1.0.22.1)140Suggests: libsane-extras-dbg
103Replaces: libsane-extras-dbg (<< 1.0.18.14)141Replaces: libsane-extras-dbg (<< 1.0.18.14)
104Description: API development library for scanners [debug symbols]142Description: API development library for scanners [debug symbols]
105 SANE stands for "Scanner Access Now Easy" and is an application143 SANE stands for "Scanner Access Now Easy" and is an application
106144
=== modified file 'debian/copyright'
--- debian/copyright 2010-06-17 01:28:18 +0000
+++ debian/copyright 2014-05-25 18:16:31 +0000
@@ -47,4 +47,4 @@
4747
48On Debian systems, the complete text of the GNU General Public License (the48On Debian systems, the complete text of the GNU General Public License (the
49"COPYING" file referred to above) can be found in the49"COPYING" file referred to above) can be found in the
50/usr/share/common-licenses/GPL file.50/usr/share/common-licenses/GPL-2 file.
5151
=== modified file 'debian/libsane-dev.install'
--- debian/libsane-dev.install 2011-12-05 04:27:00 +0000
+++ debian/libsane-dev.install 2014-05-25 18:16:31 +0000
@@ -1,7 +1,7 @@
1usr/bin/sane-config
1usr/include/2usr/include/
3usr/lib/*/*.a
4usr/lib/*/*.so
2usr/lib/*/sane/*.a5usr/lib/*/sane/*.a
3usr/lib/*/sane/*.so6usr/lib/*/sane/*.so
4usr/lib/*/*.a
5usr/lib/*/*.so
6usr/bin/sane-config
7usr/share/man/man1/sane-config.17usr/share/man/man1/sane-config.1
88
=== modified file 'debian/libsane.README.Debian'
--- debian/libsane.README.Debian 2011-03-04 20:37:43 +0000
+++ debian/libsane.README.Debian 2014-05-25 18:16:31 +0000
@@ -75,7 +75,7 @@
7575
76This package added a scanner group to your system. We recommend you add to76This package added a scanner group to your system. We recommend you add to
77this group the users that should be able to access your scanner(s), and77this group the users that should be able to access your scanner(s), and
78make sure the appropriate device files (eg. /dev/sg0, ...) are owned by root 78make sure the appropriate device files (eg. /dev/sg0, ...) are owned by root
79and the scanner group, with permissions set to 0660.79and the scanner group, with permissions set to 0660.
8080
81For USB and SCSI scanners, the permissions will be automatically set by udev;81For USB and SCSI scanners, the permissions will be automatically set by udev;
8282
=== modified file 'debian/libsane.install'
--- debian/libsane.install 2012-09-10 07:26:02 +0000
+++ debian/libsane.install 2014-05-25 18:16:31 +0000
@@ -1,5 +1,5 @@
1etc/
2usr/lib/*/*.la
3usr/lib/*/*.so.*
4usr/lib/*/sane/*.la
1usr/lib/*/sane/*.so.*5usr/lib/*/sane/*.so.*
2usr/lib/*/sane/*.la
3usr/lib/*/*.so.*
4usr/lib/*/*.la
5etc/
66
=== modified file 'debian/libsane.postinst'
--- debian/libsane.postinst 2010-06-17 01:28:18 +0000
+++ debian/libsane.postinst 2014-05-25 18:16:31 +0000
@@ -1,17 +1,23 @@
1#!/bin/sh -e1#!/bin/sh
2set -e
23
3case "$1" in4case "$1" in
4 configure)5 configure)
6 # Add the scanner system group if it doesn't exist
7 if ! getent group | grep -q "^scanner:"; then
8 echo "Adding scanner group..."
9 addgroup --quiet --system scanner || true
10 fi
511
6 if [ "$(uname -s)" = "Linux" ]; then12 if [ "$(uname -s)" = "Linux" ]; then
7 if [ -e /dev/MAKEDEV ]; then13 if [ -e /dev/MAKEDEV ]; then
8 # create /dev/parport*14 # create /dev/parport*
9 if [ ! -c /dev/parport0 ]; then15 if [ ! -c /dev/parport0 ]; then
10 (cd /dev && ./MAKEDEV parport) || true 16 (cd /dev && ./MAKEDEV parport) || true
11 fi17 fi
12 # create /dev/sg*18 # create /dev/sg*
13 if [ ! -c /dev/sg0 ]; then19 if [ ! -c /dev/sg0 ]; then
14 (cd /dev && ./MAKEDEV sg) || true 20 (cd /dev && ./MAKEDEV sg) || true
15 fi21 fi
16 fi22 fi
17 fi23 fi
1824
=== modified file 'debian/libsane.postrm'
--- debian/libsane.postrm 2010-06-17 01:28:18 +0000
+++ debian/libsane.postrm 2014-05-25 18:16:31 +0000
@@ -9,5 +9,3 @@
9 echo "Removing directory /etc/sane.d/ ..."9 echo "Removing directory /etc/sane.d/ ..."
10 rmdir --ignore-fail-on-non-empty /etc/sane.d/10 rmdir --ignore-fail-on-non-empty /etc/sane.d/
11fi11fi
12
13
1412
=== modified file 'debian/patches/disable_v4l.patch'
--- debian/patches/disable_v4l.patch 2010-12-23 00:11:31 +0000
+++ debian/patches/disable_v4l.patch 2014-05-25 18:16:31 +0000
@@ -1,5 +1,5 @@
1From: Robert Ancell <robert.ancell@canonical.com>1From: Robert Ancell <robert.ancell@canonical.com>
2Description: Disable V4L backend.2Description: Disable V4L backend, xsane should not detect TV cards.
3Bug-Ubuntu: https://launchpad.net/bugs/873123Bug-Ubuntu: https://launchpad.net/bugs/87312
44
5diff -urNad sane-backends-1.0.20~/backend/v4l.conf.in sane-backends-1.0.20/backend/v4l.conf.in5diff -urNad sane-backends-1.0.20~/backend/v4l.conf.in sane-backends-1.0.20/backend/v4l.conf.in
66
=== added file 'debian/patches/fix-FTBFS-format-not-a-string-literal-error.patch'
--- debian/patches/fix-FTBFS-format-not-a-string-literal-error.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/fix-FTBFS-format-not-a-string-literal-error.patch 2014-05-25 18:16:31 +0000
@@ -0,0 +1,30 @@
1From: Markus Koschany <apo@gambaru.de>
2Date: Thu, 27 Jun 2013 12:12:40 +0200
3Subject: fix FTBFS format not a string literal error
4
5---
6 frontend/scanimage.c | 4 ++--
7 1 file changed, 2 insertions(+), 2 deletions(-)
8
9diff --git a/frontend/scanimage.c b/frontend/scanimage.c
10index ce958df..8f4a727 100644
11--- a/frontend/scanimage.c
12+++ b/frontend/scanimage.c
13@@ -1893,7 +1893,7 @@ main (int argc, char **argv)
14 printf (start, int_arg);
15 break;
16 case 0:
17- printf (start);
18+ printf ("%s", start);
19 break;
20 }
21 *percent = cc;
22@@ -1907,7 +1907,7 @@ main (int argc, char **argv)
23 }
24 }
25 if (*start)
26- printf (start);
27+ printf ("%s", start);
28 }
29 }
30 if (i == 0 && ch != 'f')
031
=== added file 'debian/patches/fix-for-broken-tpu-scan.patch'
--- debian/patches/fix-for-broken-tpu-scan.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/fix-for-broken-tpu-scan.patch 2014-05-25 18:16:31 +0000
@@ -0,0 +1,19 @@
1Description: Fix for broken tpu scan, to unbreak Canon pixma MP970
2Author: Rolf Bensch <roben-guest@alioth.debian.org>
3Bug-Ubuntu: https://launchpad.net/bugs/1096612
4
5diff --git a/backend/pixma_mp810.c b/backend/pixma_mp810.c
6index 09b5d45..f523857 100644
7--- a/backend/pixma_mp810.c
8+++ b/backend/pixma_mp810.c
9@@ -803,6 +803,7 @@ send_scan_param (pixma_t * s)
10 {
11 data[0x00] = 0x04;
12 data[0x01] = 0x02;
13+ data[0x1e] = 0x02; /* NB: CanoScan 8800F: 0x02->negatives, 0x01->positives, paper->0x00 */
14 }
15 data[0x02] = 0x01;
16 if (is_scanning_from_adfdup (s))
17--
181.8.1.2
19
020
=== added file 'debian/patches/fix-gl646-setup-registers.patch'
--- debian/patches/fix-gl646-setup-registers.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/fix-gl646-setup-registers.patch 2014-05-25 18:16:31 +0000
@@ -0,0 +1,67 @@
1Index: sane-backends-1.0.23/backend/genesys_gl646.c
2===================================================================
3--- sane-backends-1.0.23.orig/backend/genesys_gl646.c 2014-05-09 11:04:45.739727050 +1200
4+++ sane-backends-1.0.23/backend/genesys_gl646.c 2014-05-09 11:04:45.735727050 +1200
5@@ -551,7 +551,7 @@
6 i = 0;
7 dpi = 9600;
8 nb = sizeof (sensor_master) / sizeof (Sensor_Master);
9- while (sensor_master[i].sensor != -1 && i < nb)
10+ while (i < nb)
11 {
12 /* computes distance and keep mode if it is closer than previous */
13 if (sensor == sensor_master[i].sensor
14@@ -585,7 +585,7 @@
15 dpi = 0;
16 dist = 9600;
17 nb = sizeof (sensor_master) / sizeof (Sensor_Master);
18- while (sensor_master[i].sensor != -1 && i < nb)
19+ while (i < nb)
20 {
21 /* exit on perfect match */
22 if (sensor == sensor_master[i].sensor
23@@ -628,7 +628,7 @@
24
25 i = 0;
26 nb = sizeof (sensor_master) / sizeof (Sensor_Master);
27- while (sensor_master[i].sensor != -1 && i < nb)
28+ while (i < nb)
29 {
30 /* exit on perfect match */
31 if (sensor == sensor_master[i].sensor
32@@ -659,7 +659,7 @@
33
34 i = 0;
35 nb = sizeof (sensor_master) / sizeof (Sensor_Master);
36- while (sensor_master[i].sensor != -1 && i < nb)
37+ while (i < nb)
38 {
39 /* exit on perfect match */
40 if (sensor == sensor_master[i].sensor
41@@ -745,7 +745,7 @@
42 * sensor mode setting */
43 i = 0;
44 nb = sizeof (sensor_master) / sizeof (Sensor_Master);
45- while (sensor_master[i].sensor != -1 && i < nb)
46+ while (i < nb)
47 {
48 if (dev->model->ccd_type == sensor_master[i].sensor
49 && sensor_master[i].dpi == xresolution
50@@ -767,7 +767,7 @@
51 * motor mode setting */
52 i = 0;
53 nb = sizeof (motor_master) / sizeof (Motor_Master);
54- while (motor_master[i].motor != -1 && i < nb)
55+ while (i < nb)
56 {
57 if (dev->model->motor_type == motor_master[i].motor
58 && motor_master[i].dpi == resolution
59@@ -788,7 +788,7 @@
60 /* now we can search for the specific sensor settings */
61 i = 0;
62 nb = sizeof (sensor_settings) / sizeof (Sensor_Settings);
63- while (sensor_settings[i].sensor != -1 && i < nb)
64+ while (i < nb)
65 {
66 if (sensor->sensor == sensor_settings[i].sensor
67 && sensor->cksel == sensor_settings[i].cksel)
068
=== added file 'debian/patches/frontend_libs.patch'
--- debian/patches/frontend_libs.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/frontend_libs.patch 2014-05-25 18:16:31 +0000
@@ -0,0 +1,46 @@
1From: Markus Koschany <apo@gambaru.de>
2Date: Sun, 30 Jun 2013 15:20:24 +0200
3Subject: frontend_libs
4
5Only link frontends against the libraries they need
6Reduce the dependencies on frontends by linking in only the required
7libraries.
8---
9 frontend/Makefile.in | 4 ++--
10 1 file changed, 2 insertions(+), 2 deletions(-)
11
12Index: sane-backends-1.0.23/frontend/Makefile.in
13===================================================================
14--- sane-backends-1.0.23.orig/frontend/Makefile.in 2012-08-15 11:49:38.000000000 +1000
15+++ sane-backends-1.0.23/frontend/Makefile.in 2013-12-15 23:44:08.000000000 +1100
16@@ -143,7 +143,7 @@
17 LD = @LD@
18 LDFLAGS = @LDFLAGS@
19 LIBOBJS = @LIBOBJS@
20-LIBS = @LIBS@
21+LIBS =
22 LIBTOOL = @LIBTOOL@
23 LIBUSB_1_0_CFLAGS = @LIBUSB_1_0_CFLAGS@
24 LIBUSB_1_0_LIBS = @LIBUSB_1_0_LIBS@
25@@ -265,7 +265,7 @@
26
27 saned_SOURCES = saned.c
28 saned_LDADD = ../backend/libsane.la ../sanei/libsanei.la ../lib/liblib.la \
29- ../lib/libfelib.la @SYSLOG_LIBS@
30+ ../lib/libfelib.la @SYSLOG_LIBS@ @AVAHI_LIBS@
31
32 test_SOURCES = test.c
33 test_LDADD = ../lib/liblib.la ../lib/libfelib.la ../backend/libsane.la
34Index: sane-backends-1.0.23/frontend/Makefile.am
35===================================================================
36--- sane-backends-1.0.23.orig/frontend/Makefile.am 2013-12-15 23:52:14.739264532 +1100
37+++ sane-backends-1.0.23/frontend/Makefile.am 2013-12-15 23:52:19.967332543 +1100
38@@ -22,7 +22,7 @@
39
40 saned_SOURCES = saned.c
41 saned_LDADD = ../backend/libsane.la ../sanei/libsanei.la ../lib/liblib.la \
42- ../lib/libfelib.la @SYSLOG_LIBS@
43+ ../lib/libfelib.la @SYSLOG_LIBS@ @AVAHI_LIBS@
44
45 test_SOURCES = test.c
46 test_LDADD = ../lib/liblib.la ../lib/libfelib.la ../backend/libsane.la
047
=== added file 'debian/patches/kfreebsd.patch'
--- debian/patches/kfreebsd.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/kfreebsd.patch 2014-05-25 18:16:31 +0000
@@ -0,0 +1,17 @@
1description: Fix build failure on kfreebsd (closes: #680234)
2author: Petr Salinger
3Index: sane-backends-1.0.22/backend/umax_pp_low.c
4===================================================================
5--- sane-backends-1.0.22.orig/backend/umax_pp_low.c 2010-12-01 18:49:58.000000000 -0500
6+++ sane-backends-1.0.22/backend/umax_pp_low.c 2012-07-15 17:10:47.000000000 -0400
7@@ -73,8 +73,10 @@
8 #endif
9
10 #ifdef HAVE_MACHINE_CPUFUNC_H
11+#ifndef __GLIBC__
12 #include <machine/cpufunc.h>
13 #endif
14+#endif
15
16 #ifdef HAVE_I386_SET_IOPERM
17 #include <machine/sysarch.h>
018
=== modified file 'debian/patches/libsane_deps.patch'
--- debian/patches/libsane_deps.patch 2011-03-04 20:37:43 +0000
+++ debian/patches/libsane_deps.patch 2014-05-25 18:16:31 +0000
@@ -1,22 +1,43 @@
1Description: Reduce libsane.so dependencies to the bare minimum1From: Markus Koschany <apo@gambaru.de>
2 Trim dependencies to keep only what's really required by libsane.so2Date: Sun, 30 Jun 2013 18:58:59 +0200
3 (aka dll backend).3Subject: libsane_deps
4Author: Julien BLACHE <jblache@debian.org>4
55Reduce libsane.so dependencies to the bare minimum.
6Index: sane-backends-1.0.22/backend/Makefile.in6Trim dependencies to keep only what's really required by libsane.so
7(aka dll backend).
8Original patch author: Julien BLACHE <jblache@debian.org>
9---
10 backend/Makefile.in | 5 ++---
11 1 file changed, 2 insertions(+), 3 deletions(-)
12
13Index: sane-backends-1.0.23/backend/Makefile.in
7===================================================================14===================================================================
8--- sane-backends-1.0.22.orig/backend/Makefile.in 2011-01-30 19:50:55.000000000 +010015--- sane-backends-1.0.23.orig/backend/Makefile.in 2013-12-15 23:44:08.000000000 +1100
9+++ sane-backends-1.0.22/backend/Makefile.in 2011-02-14 18:58:26.341016002 +010016+++ sane-backends-1.0.23/backend/Makefile.in 2013-12-15 23:44:08.000000000 +1100
10@@ -2411,10 +2411,10 @@17@@ -2472,10 +2472,9 @@
11 nodist_libsane_la_SOURCES = dll-s.c18 nodist_libsane_la_SOURCES = dll-s.c
12 libsane_la_CPPFLAGS = $(AM_CPPFLAGS) -DBACKEND_NAME=dll19 libsane_la_CPPFLAGS = $(AM_CPPFLAGS) -DBACKEND_NAME=dll
13 libsane_la_LDFLAGS = $(DIST_LIBS_LDFLAGS)20 libsane_la_LDFLAGS = $(DIST_LIBS_LDFLAGS)
14-libsane_la_LIBADD = $(COMMON_LIBS) @PRELOADABLE_BACKENDS_ENABLED@ libdll.la sane_strstatus.lo ../sanei/sanei_init_debug.lo ../sanei/sanei_constrain_value.lo ../sanei/sanei_config.lo ../sanei/sanei_config2.lo ../sanei/sanei_usb.lo ../sanei/sanei_scsi.lo ../sanei/sanei_pv8630.lo ../sanei/sanei_pp.lo ../sanei/sanei_thread.lo ../sanei/sanei_lm983x.lo ../sanei/sanei_access.lo ../sanei/sanei_net.lo ../sanei/sanei_wire.lo ../sanei/sanei_codec_bin.lo ../sanei/sanei_pa4s2.lo ../sanei/sanei_ab306.lo ../sanei/sanei_pio.lo ../sanei/sanei_tcp.lo ../sanei/sanei_udp.lo $(DL_LIBS) $(LIBV4L_LIBS) $(MATH_LIB) $(IEEE1284_LIBS) $(TIFF_LIBS) $(JPEG_LIBS) $(GPHOTO2_LIBS) $(SOCKET_LIBS) $(USB_LIBS) $(AVAHI_LIBS) $(SCSI_LIBS) $(PTHREAD_LIBS) $(RESMGR_LIBS)21-libsane_la_LIBADD = $(COMMON_LIBS) @PRELOADABLE_BACKENDS_ENABLED@ libdll_preload.la sane_strstatus.lo ../sanei/sanei_init_debug.lo ../sanei/sanei_constrain_value.lo ../sanei/sanei_config.lo ../sanei/sanei_config2.lo ../sanei/sanei_usb.lo ../sanei/sanei_scsi.lo ../sanei/sanei_pv8630.lo ../sanei/sanei_pp.lo ../sanei/sanei_thread.lo ../sanei/sanei_lm983x.lo ../sanei/sanei_access.lo ../sanei/sanei_net.lo ../sanei/sanei_wire.lo ../sanei/sanei_codec_bin.lo ../sanei/sanei_pa4s2.lo ../sanei/sanei_ab306.lo ../sanei/sanei_pio.lo ../sanei/sanei_tcp.lo ../sanei/sanei_udp.lo ../sanei/sanei_magic.lo $(DL_LIBS) $(LIBV4L_LIBS) $(MATH_LIB) $(IEEE1284_LIBS) $(TIFF_LIBS) $(JPEG_LIBS) $(GPHOTO2_LIBS) $(SOCKET_LIBS) $(USB_LIBS) $(AVAHI_LIBS) $(SCSI_LIBS) $(PTHREAD_LIBS) $(RESMGR_LIBS)
22-
15+libsane_la_LIBADD = $(COMMON_LIBS) libdll.la sane_strstatus.lo ../sanei/sanei_init_debug.lo ../sanei/sanei_config.lo ../sanei/sanei_constrain_value.lo $(DL_LIBS)23+libsane_la_LIBADD = $(COMMON_LIBS) libdll.la sane_strstatus.lo ../sanei/sanei_init_debug.lo ../sanei/sanei_config.lo ../sanei/sanei_constrain_value.lo $(DL_LIBS)
16
17 # WARNING: Automake is getting this wrong so have to do it ourselves.24 # WARNING: Automake is getting this wrong so have to do it ourselves.
18-libsane_la_DEPENDENCIES = $(COMMON_LIBS) @PRELOADABLE_BACKENDS_ENABLED@ libdll.la sane_strstatus.lo ../sanei/sanei_init_debug.lo ../sanei/sanei_constrain_value.lo ../sanei/sanei_config.lo ../sanei/sanei_config2.lo ../sanei/sanei_usb.lo ../sanei/sanei_scsi.lo ../sanei/sanei_pv8630.lo ../sanei/sanei_pp.lo ../sanei/sanei_thread.lo ../sanei/sanei_lm983x.lo ../sanei/sanei_access.lo ../sanei/sanei_net.lo ../sanei/sanei_wire.lo ../sanei/sanei_codec_bin.lo ../sanei/sanei_pa4s2.lo ../sanei/sanei_ab306.lo ../sanei/sanei_pio.lo ../sanei/sanei_tcp.lo ../sanei/sanei_udp.lo @SANEI_SANEI_JPEG_LO@25-libsane_la_DEPENDENCIES = $(COMMON_LIBS) @PRELOADABLE_BACKENDS_ENABLED@ libdll_preload.la sane_strstatus.lo ../sanei/sanei_init_debug.lo ../sanei/sanei_constrain_value.lo ../sanei/sanei_config.lo ../sanei/sanei_config2.lo ../sanei/sanei_usb.lo ../sanei/sanei_scsi.lo ../sanei/sanei_pv8630.lo ../sanei/sanei_pp.lo ../sanei/sanei_thread.lo ../sanei/sanei_lm983x.lo ../sanei/sanei_access.lo ../sanei/sanei_net.lo ../sanei/sanei_wire.lo ../sanei/sanei_codec_bin.lo ../sanei/sanei_pa4s2.lo ../sanei/sanei_ab306.lo ../sanei/sanei_pio.lo ../sanei/sanei_tcp.lo ../sanei/sanei_udp.lo ../sanei/sanei_magic.lo @SANEI_SANEI_JPEG_LO@
19+libsane_la_DEPENDENCIES = libdll.la sane_strstatus.lo ../sanei/sanei_init_debug.lo ../sanei/sanei_config.lo26+libsane_la_DEPENDENCIES = libdll.la sane_strstatus.lo ../sanei/sanei_init_debug.lo ../sanei/sanei_config.lo
20 all: $(BUILT_SOURCES)27 all: $(BUILT_SOURCES)
21 $(MAKE) $(AM_MAKEFLAGS) all-am28 $(MAKE) $(AM_MAKEFLAGS) all-am
22 29
30Index: sane-backends-1.0.23/backend/Makefile.am
31===================================================================
32--- sane-backends-1.0.23.orig/backend/Makefile.am 2012-07-25 10:02:39.000000000 +1000
33+++ sane-backends-1.0.23/backend/Makefile.am 2013-12-15 23:50:15.613715057 +1100
34@@ -1120,7 +1120,7 @@
35 nodist_libsane_la_SOURCES = dll-s.c
36 libsane_la_CPPFLAGS = $(AM_CPPFLAGS) -DBACKEND_NAME=dll
37 libsane_la_LDFLAGS = $(DIST_LIBS_LDFLAGS)
38-libsane_la_LIBADD = $(COMMON_LIBS) @PRELOADABLE_BACKENDS_ENABLED@ libdll_preload.la sane_strstatus.lo ../sanei/sanei_init_debug.lo ../sanei/sanei_constrain_value.lo ../sanei/sanei_config.lo ../sanei/sanei_config2.lo ../sanei/sanei_usb.lo ../sanei/sanei_scsi.lo ../sanei/sanei_pv8630.lo ../sanei/sanei_pp.lo ../sanei/sanei_thread.lo ../sanei/sanei_lm983x.lo ../sanei/sanei_access.lo ../sanei/sanei_net.lo ../sanei/sanei_wire.lo ../sanei/sanei_codec_bin.lo ../sanei/sanei_pa4s2.lo ../sanei/sanei_ab306.lo ../sanei/sanei_pio.lo ../sanei/sanei_tcp.lo ../sanei/sanei_udp.lo ../sanei/sanei_magic.lo $(DL_LIBS) $(LIBV4L_LIBS) $(MATH_LIB) $(IEEE1284_LIBS) $(TIFF_LIBS) $(JPEG_LIBS) $(GPHOTO2_LIBS) $(SOCKET_LIBS) $(USB_LIBS) $(AVAHI_LIBS) $(SCSI_LIBS) $(PTHREAD_LIBS) $(RESMGR_LIBS)
39+libsane_la_LIBADD = $(COMMON_LIBS) libdll.la sane_strstatus.lo ../sanei/sanei_init_debug.lo ../sanei/sanei_config.lo ../sanei/sanei_constrain_value.lo $(DL_LIBS)
40
41 # WARNING: Automake is getting this wrong so have to do it ourselves.
42-libsane_la_DEPENDENCIES = $(COMMON_LIBS) @PRELOADABLE_BACKENDS_ENABLED@ libdll_preload.la sane_strstatus.lo ../sanei/sanei_init_debug.lo ../sanei/sanei_constrain_value.lo ../sanei/sanei_config.lo ../sanei/sanei_config2.lo ../sanei/sanei_usb.lo ../sanei/sanei_scsi.lo ../sanei/sanei_pv8630.lo ../sanei/sanei_pp.lo ../sanei/sanei_thread.lo ../sanei/sanei_lm983x.lo ../sanei/sanei_access.lo ../sanei/sanei_net.lo ../sanei/sanei_wire.lo ../sanei/sanei_codec_bin.lo ../sanei/sanei_pa4s2.lo ../sanei/sanei_ab306.lo ../sanei/sanei_pio.lo ../sanei/sanei_tcp.lo ../sanei/sanei_udp.lo ../sanei/sanei_magic.lo @SANEI_SANEI_JPEG_LO@
43+libsane_la_DEPENDENCIES = libdll.la sane_strstatus.lo ../sanei/sanei_init_debug.lo ../sanei/sanei_config.lo
2344
=== modified file 'debian/patches/multiarch_dll_search_path.patch'
--- debian/patches/multiarch_dll_search_path.patch 2012-09-10 07:14:52 +0000
+++ debian/patches/multiarch_dll_search_path.patch 2014-05-25 18:16:31 +0000
@@ -3,11 +3,11 @@
3 but keep /usr/lib/sane as a fallback for now.3 but keep /usr/lib/sane as a fallback for now.
4Author: Julien BLACHE <jblache@debian.org>4Author: Julien BLACHE <jblache@debian.org>
55
6Index: sane-backends-1.0.22/backend/dll.c6Index: sane-backends-1.0.23/backend/dll.c
7===================================================================7===================================================================
8--- sane-backends-1.0.22.orig/backend/dll.c 2011-06-13 15:35:40.743153154 +02008--- sane-backends-1.0.23.orig/backend/dll.c 2012-08-10 10:33:29.000000000 +1000
9+++ sane-backends-1.0.22/backend/dll.c 2011-06-13 16:39:05.213837175 +02009+++ sane-backends-1.0.23/backend/dll.c 2013-12-15 23:44:08.000000000 +1100
10@@ -428,7 +428,7 @@10@@ -430,7 +430,7 @@
11 11
12 if (path)12 if (path)
13 {13 {
@@ -16,7 +16,7 @@
16 src = malloc (src_len);16 src = malloc (src_len);
17 if (!src)17 if (!src)
18 {18 {
19@@ -436,12 +436,11 @@19@@ -438,12 +438,11 @@
20 return SANE_STATUS_NO_MEM;20 return SANE_STATUS_NO_MEM;
21 }21 }
22 orig_src = src;22 orig_src = src;
@@ -31,11 +31,11 @@
31 if (!src)31 if (!src)
32 {32 {
33 DBG (1, "load: strdup failed: %s\n", strerror (errno));33 DBG (1, "load: strdup failed: %s\n", strerror (errno));
34Index: sane-backends-1.0.22/backend/Makefile.in34Index: sane-backends-1.0.23/backend/Makefile.in
35===================================================================35===================================================================
36--- sane-backends-1.0.22.orig/backend/Makefile.in 2011-06-13 16:39:27.185757336 +020036--- sane-backends-1.0.23.orig/backend/Makefile.in 2012-08-15 11:49:37.000000000 +1000
37+++ sane-backends-1.0.22/backend/Makefile.in 2011-06-13 16:40:25.145547849 +020037+++ sane-backends-1.0.23/backend/Makefile.in 2013-12-15 23:50:32.000000000 +1100
38@@ -1636,7 +1636,7 @@38@@ -1680,7 +1680,7 @@
39 top_build_prefix = @top_build_prefix@39 top_build_prefix = @top_build_prefix@
40 top_builddir = @top_builddir@40 top_builddir = @top_builddir@
41 top_srcdir = @top_srcdir@41 top_srcdir = @top_srcdir@
@@ -44,3 +44,16 @@
44 AM_LDFLAGS = @STRICT_LDFLAGS@44 AM_LDFLAGS = @STRICT_LDFLAGS@
45 # The -rpath option is added because we are creating _LTLIBRARIES based45 # The -rpath option is added because we are creating _LTLIBRARIES based
46 # on configure substitution. This causes automake to not know the46 # on configure substitution. This causes automake to not know the
47Index: sane-backends-1.0.23/backend/Makefile.am
48===================================================================
49--- sane-backends-1.0.23.orig/backend/Makefile.am 2013-12-15 23:50:32.000000000 +1100
50+++ sane-backends-1.0.23/backend/Makefile.am 2013-12-15 23:54:36.113103917 +1100
51@@ -24,7 +24,7 @@
52 SCSI_LIBS = @SCSI_LIBS@
53 PTHREAD_LIBS = @PTHREAD_LIBS@
54
55-AM_CPPFLAGS = -I. -I$(srcdir) -I$(top_builddir)/include -I$(top_srcdir)/include -DLIBDIR="$(libdir)/sane"
56+AM_CPPFLAGS = -I. -I$(srcdir) -I$(top_builddir)/include -I$(top_srcdir)/include -DLIBDIR="$(libdir)/sane" -DDEB_DLL_LIBDIR="\"$(libdir)/sane:$(prefix)/lib/sane\""
57
58 V_MAJOR = @V_MAJOR@
59 V_MINOR = @V_MINOR@
4760
=== modified file 'debian/patches/multiarch_manpages_libdir.patch'
--- debian/patches/multiarch_manpages_libdir.patch 2012-09-10 07:15:19 +0000
+++ debian/patches/multiarch_manpages_libdir.patch 2014-05-25 18:16:31 +0000
@@ -3,11 +3,24 @@
3 a generic /usr/lib/arch_triplet/sane path instead.3 a generic /usr/lib/arch_triplet/sane path instead.
4Author: Julien BLACHE <jblache@debian.org>4Author: Julien BLACHE <jblache@debian.org>
55
6Index: sane-backends-1.0.22/doc/Makefile.in6Index: sane-backends-1.0.23/doc/Makefile.in
7===================================================================7===================================================================
8--- sane-backends-1.0.22.orig/doc/Makefile.in 2011-06-13 15:32:13.059822473 +02008--- sane-backends-1.0.23.orig/doc/Makefile.in 2012-08-15 11:49:38.000000000 +1000
9+++ sane-backends-1.0.22/doc/Makefile.in 2011-06-13 15:32:40.479734324 +02009+++ sane-backends-1.0.23/doc/Makefile.in 2013-12-15 23:48:08.000000000 +1100
10@@ -804,7 +804,7 @@10@@ -809,7 +809,7 @@
11 @sed -e 's|@DATADIR@|$(datadir)|g' \
12 -e 's|@CONFIGDIR@|$(configdir)|g' \
13 -e 's|@DOCDIR@|$(docdir)|g' \
14- -e 's|@LIBDIR@|$(libdir)/sane|g' \
15+ -e 's|@LIBDIR@|/usr/lib/arch_triplet/sane|g' \
16 -e 's|@BINDIR@|$(bindir)|g' \
17 -e 's|@SBINDIR@|$(sbindir)|g' \
18 -e 's|@PACKAGEVERSION@|$(package_version)|g' $^ >$@
19Index: sane-backends-1.0.23/doc/Makefile.am
20===================================================================
21--- sane-backends-1.0.23.orig/doc/Makefile.am 2012-07-01 12:00:44.000000000 +1000
22+++ sane-backends-1.0.23/doc/Makefile.am 2013-12-15 23:53:10.183985845 +1100
23@@ -108,7 +108,7 @@
11 @sed -e 's|@DATADIR@|$(datadir)|g' \24 @sed -e 's|@DATADIR@|$(datadir)|g' \
12 -e 's|@CONFIGDIR@|$(configdir)|g' \25 -e 's|@CONFIGDIR@|$(configdir)|g' \
13 -e 's|@DOCDIR@|$(docdir)|g' \26 -e 's|@DOCDIR@|$(docdir)|g' \
1427
=== modified file 'debian/patches/series'
--- debian/patches/series 2011-12-05 04:27:00 +0000
+++ debian/patches/series 2014-05-25 18:16:31 +0000
@@ -1,24 +1,16 @@
1frontends_libs.patch1dll_backend_conf.patch
2multiarch_dll_search_path.patch
3multiarch_manpages_libdir.patch
4kfreebsd.patch
5fix-FTBFS-format-not-a-string-literal-error.patch
6frontend_libs.patch
2libsane_deps.patch7libsane_deps.patch
3disable_rpath.patch8trim-libraries-in-sane-backends.pc.in.patch
4sane-config_and_pkg-config_fixes.patch
5dll_backend_conf.patch
6unneeded_doc.patch9unneeded_doc.patch
7sane-desc.c_debian_mods.patch10sane-desc.c_debian_mods.patch
8multiarch_dll_search_path.patch
9multiarch_manpages_libdir.patch
10
11# New features
12sane-desc_udev+acl.patch
13udev_usb_suspend.patch
14
15# Fixes below this line
16fix_v4l_build.patch
17xerox_mfp_fix_usb_devices.patch
18xerox_mfp_add_scx_4623fw.patch
19hurd_path_max_fix.patch
20scanimage_man_batch_start.patch
2111
22# from Ubuntu12# from Ubuntu
23disable_v4l.patch13disable_v4l.patch
24fix_avahi_error_paths.patch14fix_avahi_error_paths.patch
15fix-for-broken-tpu-scan.patch
16fix-gl646-setup-registers.patch
2517
=== added file 'debian/patches/trim-libraries-in-sane-backends.pc.in.patch'
--- debian/patches/trim-libraries-in-sane-backends.pc.in.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/trim-libraries-in-sane-backends.pc.in.patch 2014-05-25 18:16:31 +0000
@@ -0,0 +1,26 @@
1From: Markus Koschany <apo@gambaru.de>
2Date: Sun, 30 Jun 2013 19:13:54 +0200
3Subject: trim libraries in sane-backends.pc.in
4
5Update the original sane-config_and_pkg-config_fixes.patch from Julien BLACHE.
6Patching RPATH related flags is no longer necessary. Still trim the libraries
7in sane-backends.pc.in to the bare minimum for what is needed for libsane.
8---
9 tools/sane-backends.pc.in | 4 ++--
10 1 file changed, 2 insertions(+), 2 deletions(-)
11
12diff --git a/tools/sane-backends.pc.in b/tools/sane-backends.pc.in
13index b4d9731..6124747 100644
14--- a/tools/sane-backends.pc.in
15+++ b/tools/sane-backends.pc.in
16@@ -2,8 +2,8 @@ prefix=@prefix@
17 exec_prefix=@exec_prefix@
18 libdir=@libdir@
19 includedir=@includedir@
20-ldflags=@LDFLAGS@ @GPHOTO2_LDFLAGS@
21-libs=@LIBS@ @DL_LIBS@ @LIBV4L_LIBS@ @MATH_LIB@ @TIFF_LIBS@ @JPEG_LIBS@ @GPHOTO2_LIBS@ @SOCKET_LIBS@ @AVAHI_LIBS@ @USB_LIBS@ @SCSI_LIBS@ @RESMGR_LIBS@
22+ldflags=@LDFLAGS@
23+libs=@LIBS@
24
25 Name: SANE Backends
26 Description: Backends for SANE, the universal scanner interface
027
=== modified file 'debian/patches/unneeded_doc.patch'
--- debian/patches/unneeded_doc.patch 2011-03-04 20:37:43 +0000
+++ debian/patches/unneeded_doc.patch 2014-05-25 18:16:31 +0000
@@ -1,14 +1,23 @@
1Description: Avoid generating some docs we don't want1From: Markus Koschany <apo@gambaru.de>
2 Do not generate some documentation we do not want; do not include2Date: Sun, 30 Jun 2013 19:29:40 +0200
3 sane.png in the html documentation, as it is not distributed in the3Subject: unneeded_doc
4 source tarball.4
5Author: Julien BLACHE <jblache@debian.org>5Avoid generating some docs we don't want.
66Do not generate some documentation we do not want; do not include
7Index: sane-backends-1.0.22/Makefile.in7sane.png in the html documentation, as it is not distributed in the
8source tarball.
9
10Original Author: Julien BLACHE <jblache@debian.org>
11---
12 Makefile.in | 6 +-----
13 doc/Makefile.in | 2 +-
14 2 files changed, 2 insertions(+), 6 deletions(-)
15
16Index: sane-backends-1.0.23/Makefile.in
8===================================================================17===================================================================
9--- sane-backends-1.0.22.orig/Makefile.in 2011-01-30 19:50:56.000000000 +010018--- sane-backends-1.0.23.orig/Makefile.in 2012-08-15 11:49:39.000000000 +1000
10+++ sane-backends-1.0.22/Makefile.in 2011-02-14 19:02:55.957016001 +010019+++ sane-backends-1.0.23/Makefile.in 2013-12-15 23:44:08.000000000 +1100
11@@ -295,11 +295,7 @@20@@ -298,11 +298,7 @@
12 top_srcdir = @top_srcdir@21 top_srcdir = @top_srcdir@
13 SUBDIRS = include lib sanei backend frontend tools doc po22 SUBDIRS = include lib sanei backend frontend tools doc po
14 DIST_SUBDIRS = include lib sanei backend frontend tools doc po japi testsuite23 DIST_SUBDIRS = include lib sanei backend frontend tools doc po japi testsuite
@@ -21,12 +30,12 @@
21 30
22 EXTRA_DIST = ChangeLog-1.0.0 ChangeLog-1.0.1 ChangeLog-1.0.2 \31 EXTRA_DIST = ChangeLog-1.0.0 ChangeLog-1.0.1 ChangeLog-1.0.2 \
23 ChangeLog-1.0.3 ChangeLog-1.0.4 ChangeLog-1.0.5 ChangeLog-1.0.6 \32 ChangeLog-1.0.3 ChangeLog-1.0.4 ChangeLog-1.0.5 ChangeLog-1.0.6 \
24Index: sane-backends-1.0.22/doc/Makefile.in33Index: sane-backends-1.0.23/doc/Makefile.in
25===================================================================34===================================================================
26--- sane-backends-1.0.22.orig/doc/Makefile.in 2011-01-30 19:50:55.000000000 +010035--- sane-backends-1.0.23.orig/doc/Makefile.in 2013-12-15 23:44:08.000000000 +1100
27+++ sane-backends-1.0.22/doc/Makefile.in 2011-02-14 19:02:55.957016001 +010036+++ sane-backends-1.0.23/doc/Makefile.in 2013-12-15 23:44:08.000000000 +1100
28@@ -333,7 +333,7 @@37@@ -337,7 +337,7 @@
29 MAN2HTML = nroff -man |\38 MAN2HTML = nroff -c -man |\
30 man2html -compress -topm 6 -botm 6 -nodepage -title $${page} \39 man2html -compress -topm 6 -botm 6 -nodepage -title $${page} \
31 -cgiurl '$$title.$$section.html'|\40 -cgiurl '$$title.$$section.html'|\
32- sed 's,<BODY>,<BODY BGCOLOR=\#FFFFFF TEXT=\#000000><H1 ALIGN=CENTER><IMG SRC="/images/sane.png" HEIGHT=117 WIDTH=346></H1>,'41- sed 's,<BODY>,<BODY BGCOLOR=\#FFFFFF TEXT=\#000000><H1 ALIGN=CENTER><IMG SRC="/images/sane.png" HEIGHT=117 WIDTH=346></H1>,'
@@ -34,3 +43,20 @@
34 43
35 beman5dir = $(mandir)/man544 beman5dir = $(mandir)/man5
36 BEDOCS = canon/canon.changes canon/canon.install2700F.txt \45 BEDOCS = canon/canon.changes canon/canon.install2700F.txt \
46Index: sane-backends-1.0.23/Makefile.am
47===================================================================
48--- sane-backends-1.0.23.orig/Makefile.am 2011-11-22 07:17:48.000000000 +1100
49+++ sane-backends-1.0.23/Makefile.am 2013-12-15 23:47:59.435944300 +1100
50@@ -7,11 +7,7 @@
51 SUBDIRS = include lib sanei backend frontend tools doc po
52 DIST_SUBDIRS = include lib sanei backend frontend tools doc po japi testsuite
53
54-dist_doc_DATA = AUTHORS ChangeLog COPYING LICENSE NEWS PROBLEMS PROJECTS \
55- README README.aix README.beos README.darwin README.djpeg README.freebsd \
56- README.hp-ux README.linux README.netbsd README.openbsd README.os2 \
57- README.solaris README.unixware2 README.unixware7 README.windows \
58- README.zeta
59+dist_doc_DATA = README AUTHORS NEWS PROBLEMS PROJECTS
60 EXTRA_DIST = ChangeLog-1.0.0 ChangeLog-1.0.1 ChangeLog-1.0.2 \
61 ChangeLog-1.0.3 ChangeLog-1.0.4 ChangeLog-1.0.5 ChangeLog-1.0.6 \
62 ChangeLog-1.0.7 ChangeLog-1.0.8 ChangeLog-1.0.9 ChangeLog-1.0.10 \
3763
=== added file 'debian/po/ca.po'
--- debian/po/ca.po 1970-01-01 00:00:00 +0000
+++ debian/po/ca.po 2014-05-25 18:16:31 +0000
@@ -0,0 +1,116 @@
1# sane-backends translation to Catalan
2# Copyright (C) 2010 Software in the Public Interest
3# This file is distributed under the same license as the PACKAGE package.
4# Innocent De Marchi <tangram.peces@gmail.com>, 2011.
5#
6msgid ""
7msgstr ""
8"Project-Id-Version: 1.0.22-6\n"
9"Report-Msgid-Bugs-To: sane-backends@packages.debian.org\n"
10"POT-Creation-Date: 2009-12-12 13:14+0100\n"
11"PO-Revision-Date: 2011-09-30 19:07+0100\n"
12"Last-Translator: Innocent De Marchi <tangram.peces@gmail.com>\n"
13"Language-Team: catalan <debian-l10n-catalan@lists.debian.org>\n"
14"Language: \n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=utf-8\n"
17"Content-Transfer-Encoding: 8bit\n"
18"X-Poedit-Language: Catalan\n"
19"X-Poedit-Country: SPAIN\n"
20
21#. Type: boolean
22#. Description
23#: ../sane-utils.templates:1001
24msgid "Enable saned as a standalone server?"
25msgstr "Activar saned com un servidor independent?"
26
27#. Type: boolean
28#. Description
29#: ../sane-utils.templates:1001
30msgid ""
31"The saned server, when enabled, makes scanners available over the network."
32msgstr ""
33"El servidor saned, quan està activada, permet tenir els escànners "
34"disponibles a la xarxa."
35
36#. Type: boolean
37#. Description
38#: ../sane-utils.templates:1001
39msgid ""
40"There are two ways of running saned:\n"
41" - as an inetd service, started by the inetd superserver. In this mode,\n"
42"saned is started on demand when a client connects to the server;\n"
43" - as a standalone daemon, started at system boot. In this mode, saned\n"
44"runs in the background all by itself and listens for client connections."
45msgstr ""
46"Hi ha dues maneres d'executar saned:\n"
47" - com un servei d'inetd, iniciat pel super servidor inetd. En aquesta "
48"modalitat,\n"
49"saned s'inicia en la demanda quan un client es connecta al servidor;\n"
50" - com un dimoni independent, en l'arrencada del sistema. En aquesta "
51"modalitat, saned\n"
52"s'executa en segon pla per si mateix i escolta les connexions dels clients."
53
54#. Type: boolean
55#. Description
56#: ../sane-utils.templates:1001
57msgid ""
58"When run in standalone mode, saned advertises itself on the network and can "
59"be detected automatically by the SANE clients with no configuration on the "
60"client side. You still need to configure the server to accept connections "
61"from your clients. This feature is experimental and requires a running Avahi "
62"daemon."
63msgstr ""
64"Quan s'executa en mode independent, saned s'anuncia a la xarxa i pot ser "
65"detectat automàticament pels clients SANE sense que els clients hagin "
66"d'ésser configurats. Tot i així, és necessari configurar el servidor per "
67"acceptar connexions dels seus clients. Aquesta característica és "
68"experimental i requereix que el dimoni Avahi estigui en funcionament."
69
70#. Type: boolean
71#. Description
72#: ../sane-utils.templates:1001
73msgid "Accept this option if you want to make use of this feature."
74msgstr "Acceptar aquesta opció si desitja fer ús d'aquesta funció."
75
76#. Type: boolean
77#. Description
78#: ../sane-utils.templates:2001
79msgid "Add saned user to the scanner group?"
80msgstr "Afegir l'usuari saned al grup escànner?"
81
82#. Type: boolean
83#. Description
84#: ../sane-utils.templates:2001
85msgid ""
86"The saned server, when enabled, makes scanners available over the network. "
87"By applying different permissions to the different scanners connected to "
88"your machine, you can control which ones will be made available over the "
89"network."
90msgstr ""
91"El servidor saned, quan està activat, fa que els escànners estiguin "
92"disponibles a la xarxa. Mitjançant l'aplicació de diferents permisos als "
93"diferents escànners connectats a la vostra màquina, podeu controlar quins "
94"estaran disponibles a la xarxa."
95
96#. Type: boolean
97#. Description
98#: ../sane-utils.templates:2001
99msgid ""
100"Read /usr/share/doc/sane-utils/README.Debian for details on how to manage "
101"permissions for saned. By default, saned is run under the saned user and "
102"group."
103msgstr ""
104"Llegiu «/usr/share/doc/sane-utils/README.Debian» per a més detalls sobre la "
105"forma d'administrar els permisos de saned. Per defecte, saned s'executa sota "
106"l'usuari i grup saned."
107
108#. Type: boolean
109#. Description
110#: ../sane-utils.templates:2001
111msgid ""
112"Accept this option if you want to make all your scanners available over the "
113"network without restriction."
114msgstr ""
115"Acceptau aquesta opció si voleu que tots els escànners estiguin disponibles "
116"a la xarxa sense restriccions."
0117
=== modified file 'debian/po/cs.po'
--- debian/po/cs.po 2011-03-04 20:37:43 +0000
+++ debian/po/cs.po 2014-05-25 18:16:31 +0000
@@ -11,6 +11,7 @@
11"PO-Revision-Date: 2010-09-28 12:02+0200\n"11"PO-Revision-Date: 2010-09-28 12:02+0200\n"
12"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"12"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
13"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"13"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
14"Language: cs\n"
14"MIME-Version: 1.0\n"15"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"16"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
@@ -42,8 +43,8 @@
42"Existují dva způsoby spouštění saned:\n"43"Existují dva způsoby spouštění saned:\n"
43" - jako služba inetd, kterou startuje superserver inetd. V tomto režimu je "44" - jako služba inetd, kterou startuje superserver inetd. V tomto režimu je "
44"saned spuštěn pouze v případě, že se klient snaží připojit k serveru;\n"45"saned spuštěn pouze v případě, že se klient snaží připojit k serveru;\n"
45" - jako samostatný daemon spouštěný při zavádění systému. V tomto "46" - jako samostatný daemon spouštěný při zavádění systému. V tomto režimu "
46"režimu běží saned celou dobu na pozadí a sám naslouchá příchozím spojením."47"běží saned celou dobu na pozadí a sám naslouchá příchozím spojením."
4748
48#. Type: boolean49#. Type: boolean
49#. Description50#. Description
5051
=== modified file 'debian/po/da.po'
--- debian/po/da.po 2011-03-04 20:37:43 +0000
+++ debian/po/da.po 2014-05-25 18:16:31 +0000
@@ -11,6 +11,7 @@
11"PO-Revision-Date: 2010-10-09 13:26+0100\n"11"PO-Revision-Date: 2010-10-09 13:26+0100\n"
12"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"12"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
13"Language-Team: Danish <debian-l10n-danish@lists.debian.org> \n"13"Language-Team: Danish <debian-l10n-danish@lists.debian.org> \n"
14"Language: \n"
14"MIME-Version: 1.0\n"15"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"16"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
@@ -55,11 +56,11 @@
55"from your clients. This feature is experimental and requires a running Avahi "56"from your clients. This feature is experimental and requires a running Avahi "
56"daemon."57"daemon."
57msgstr ""58msgstr ""
58"Når kørt i enkeltstående tilstand, reklamerer saned for sig selv på netværket "59"Når kørt i enkeltstående tilstand, reklamerer saned for sig selv på "
59"og kan detekteres automatisk af SANE-klienter uden nogen konfiguration fra "60"netværket og kan detekteres automatisk af SANE-klienter uden nogen "
60"klientsiden. Du skal stadig konfigurere serveren til at acceptere forbindelserne "61"konfiguration fra klientsiden. Du skal stadig konfigurere serveren til at "
61"fra dine klienter. Denne funktion er eksperimentel og kræver en kørende "62"acceptere forbindelserne fra dine klienter. Denne funktion er eksperimentel "
62"Avahidæmon."63"og kræver en kørende Avahidæmon."
6364
64#. Type: boolean65#. Type: boolean
65#. Description66#. Description
@@ -82,10 +83,10 @@
82"your machine, you can control which ones will be made available over the "83"your machine, you can control which ones will be made available over the "
83"network."84"network."
84msgstr ""85msgstr ""
85"Sanedserveren, når aktiveret, gør skannere tilgængelige over netværket. "86"Sanedserveren, når aktiveret, gør skannere tilgængelige over netværket. Ved "
86"Ved at anvende forskellige rettigheder for de forskellige skannere "87"at anvende forskellige rettigheder for de forskellige skannere tilsluttet "
87"tilsluttet din maskine, kan du kontrollere hvilke, som vil være tilgængelige "88"din maskine, kan du kontrollere hvilke, som vil være tilgængelige over "
88"over netværket."89"netværket."
8990
90#. Type: boolean91#. Type: boolean
91#. Description92#. Description
@@ -96,8 +97,8 @@
96"group."97"group."
97msgstr ""98msgstr ""
98"Læs /usr/share/doc/sane-utils/README.Debian for detaljer om hvordan du "99"Læs /usr/share/doc/sane-utils/README.Debian for detaljer om hvordan du "
99"håndterer rettigheder for saned. Som standard køres saned under sanedbrugeren "100"håndterer rettigheder for saned. Som standard køres saned under "
100"og -gruppen."101"sanedbrugeren og -gruppen."
101102
102#. Type: boolean103#. Type: boolean
103#. Description104#. Description
@@ -106,5 +107,5 @@
106"Accept this option if you want to make all your scanners available over the "107"Accept this option if you want to make all your scanners available over the "
107"network without restriction."108"network without restriction."
108msgstr ""109msgstr ""
109"Accepter denne indstilling hvis du ønsker at gøre alle dine skannere tilgængelige "110"Accepter denne indstilling hvis du ønsker at gøre alle dine skannere "
110"over netværket uden begrænsninger."111"tilgængelige over netværket uden begrænsninger."
111112
=== modified file 'debian/po/de.po'
--- debian/po/de.po 2010-06-17 01:28:18 +0000
+++ debian/po/de.po 2014-05-25 18:16:31 +0000
@@ -10,6 +10,7 @@
10"PO-Revision-Date: 2009-12-27 10:20+0100\n"10"PO-Revision-Date: 2009-12-27 10:20+0100\n"
11"Last-Translator: Helge Kreutzmann <debian@helgefjell.de>\n"11"Last-Translator: Helge Kreutzmann <debian@helgefjell.de>\n"
12"Language-Team: de <debian-l10n-german@lists.debian.org>\n"12"Language-Team: de <debian-l10n-german@lists.debian.org>\n"
13"Language: \n"
13"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
14"Content-Type: text/plain; charset=ISO-8859-15\n"15"Content-Type: text/plain; charset=ISO-8859-15\n"
15"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
1617
=== modified file 'debian/po/es.po'
--- debian/po/es.po 2011-03-04 20:37:43 +0000
+++ debian/po/es.po 2014-05-25 18:16:31 +0000
@@ -35,6 +35,7 @@
35"PO-Revision-Date: 2010-10-10 14:03+0100\n"35"PO-Revision-Date: 2010-10-10 14:03+0100\n"
36"Last-Translator: Camaleón <noelamac@gmail.com>\n"36"Last-Translator: Camaleón <noelamac@gmail.com>\n"
37"Language-Team: Debian Spanish team <debian-l10n-spanish@lists.debian.org>\n"37"Language-Team: Debian Spanish team <debian-l10n-spanish@lists.debian.org>\n"
38"Language: \n"
38"MIME-Version: 1.0\n"39"MIME-Version: 1.0\n"
39"Content-Type: text/plain; charset=UTF-8\n"40"Content-Type: text/plain; charset=UTF-8\n"
40"Content-Transfer-Encoding: 8bit\n"41"Content-Transfer-Encoding: 8bit\n"
@@ -48,19 +49,15 @@
48#. Type: boolean49#. Type: boolean
49#. Description50#. Description
50#: ../sane-utils.templates:100151#: ../sane-utils.templates:1001
51msgid "The saned server, when enabled, makes scanners available over the network."52msgid ""
52msgstr "Se puede acceder a los escáneres a través de la red cuando se activa el servidor saned."53"The saned server, when enabled, makes scanners available over the network."
54msgstr ""
55"Se puede acceder a los escáneres a través de la red cuando se activa el "
56"servidor saned."
5357
54#. Type: boolean58#. Type: boolean
55#. Description59#. Description
56#: ../sane-utils.templates:100160#: ../sane-utils.templates:1001
57#| msgid ""
58#| "There are two ways of running saned:\n"
59#| " - as an inetd service, started by the inetd superserver. In this mode,\n"
60#| "saned is started as needed by inetd whenever a client tries to connect to "
61#| "the server;\n"
62#| " - as a standalone daemon, started at system boot. In this mode, saned\n"
63#| "runs in the background all by itself and listens for client connections."
64msgid ""61msgid ""
65"There are two ways of running saned:\n"62"There are two ways of running saned:\n"
66" - as an inetd service, started by the inetd superserver. In this mode,\n"63" - as an inetd service, started by the inetd superserver. In this mode,\n"
@@ -69,21 +66,30 @@
69"runs in the background all by itself and listens for client connections."66"runs in the background all by itself and listens for client connections."
70msgstr ""67msgstr ""
71"Hay dos maneras de ejecutar saned:\n"68"Hay dos maneras de ejecutar saned:\n"
72" - como un servicio inetd, iniciado por el súper servidor inetd. En este modo,\n"69" - como un servicio inetd, iniciado por el súper servidor inetd. En este "
73"saned se inicia bajo demanda cada vez que el cliente intenta conectarse al servidor;\n"70"modo,\n"
74" - como un demonio independiente, lanzado al inicio del sistema. En este modo, saned\n"71"saned se inicia bajo demanda cada vez que el cliente intenta conectarse al "
75"se ejecuta en segundo plano a sí mismo y escucha las conexiones de los clientes."72"servidor;\n"
73" - como un demonio independiente, lanzado al inicio del sistema. En este "
74"modo, saned\n"
75"se ejecuta en segundo plano a sí mismo y escucha las conexiones de los "
76"clientes."
7677
77#. Type: boolean78#. Type: boolean
78#. Description79#. Description
79#: ../sane-utils.templates:100180#: ../sane-utils.templates:1001
80#| msgid ""81msgid ""
81#| "When run in standalone mode, saned advertises itself on the network and "82"When run in standalone mode, saned advertises itself on the network and can "
82#| "can be detected automatically by the SANE clients with no configuration "83"be detected automatically by the SANE clients with no configuration on the "
83#| "on the client side. You still need to configure the server to accept "84"client side. You still need to configure the server to accept connections "
84#| "connections from your clients."85"from your clients. This feature is experimental and requires a running Avahi "
85msgid "When run in standalone mode, saned advertises itself on the network and can be detected automatically by the SANE clients with no configuration on the client side. You still need to configure the server to accept connections from your clients. This feature is experimental and requires a running Avahi daemon."86"daemon."
86msgstr "En modo independiente, saned se anuncia a sí mismo en la red y puede detectarse automáticamente por los clientes SANE sin configuración por parte de los mismos. Aun así, será necesario que configure el servidor para aceptar conexiones de los clientes. Esta característica es experimental y necesita que el demonio Avahi esté en ejecución."87msgstr ""
88"En modo independiente, saned se anuncia a sí mismo en la red y puede "
89"detectarse automáticamente por los clientes SANE sin configuración por parte "
90"de los mismos. Aun así, será necesario que configure el servidor para "
91"aceptar conexiones de los clientes. Esta característica es experimental y "
92"necesita que el demonio Avahi esté en ejecución."
8793
88#. Type: boolean94#. Type: boolean
89#. Description95#. Description
@@ -100,18 +106,35 @@
100#. Type: boolean106#. Type: boolean
101#. Description107#. Description
102#: ../sane-utils.templates:2001108#: ../sane-utils.templates:2001
103msgid "The saned server, when enabled, makes scanners available over the network. By applying different permissions to the different scanners connected to your machine, you can control which ones will be made available over the network."109msgid ""
104msgstr "Se puede acceder a los escáneres a través de la red cuando está activado el servidor saned. Puede controlar qué dispositivos se ofrecerán de esta forma aplicando distintos permisos a los distintos escáneres conectados a su equipo."110"The saned server, when enabled, makes scanners available over the network. "
105111"By applying different permissions to the different scanners connected to "
106#. Type: boolean112"your machine, you can control which ones will be made available over the "
107#. Description113"network."
108#: ../sane-utils.templates:2001114msgstr ""
109msgid "Read /usr/share/doc/sane-utils/README.Debian for details on how to manage permissions for saned. By default, saned is run under the saned user and group."115"Se puede acceder a los escáneres a través de la red cuando está activado el "
110msgstr "Consulte «/usr/share/doc/sane-utils/README.Debian» para obtener detalles sobre cómo gestionar los permisos para saned. De manera predeterminada, saned se ejecuta con el usuario y grupo saned."116"servidor saned. Puede controlar qué dispositivos se ofrecerán de esta forma "
111117"aplicando distintos permisos a los distintos escáneres conectados a su "
112#. Type: boolean118"equipo."
113#. Description119
114#: ../sane-utils.templates:2001120#. Type: boolean
115msgid "Accept this option if you want to make all your scanners available over the network without restriction."121#. Description
116msgstr "Acepte esta opción si desea que todos los escáneres estén disponibles a través de la red sin restricciones."122#: ../sane-utils.templates:2001
117123msgid ""
124"Read /usr/share/doc/sane-utils/README.Debian for details on how to manage "
125"permissions for saned. By default, saned is run under the saned user and "
126"group."
127msgstr ""
128"Consulte «/usr/share/doc/sane-utils/README.Debian» para obtener detalles "
129"sobre cómo gestionar los permisos para saned. De manera predeterminada, "
130"saned se ejecuta con el usuario y grupo saned."
131
132#. Type: boolean
133#. Description
134#: ../sane-utils.templates:2001
135msgid ""
136"Accept this option if you want to make all your scanners available over the "
137"network without restriction."
138msgstr ""
139"Acepte esta opción si desea que todos los escáneres estén disponibles a "
140"través de la red sin restricciones."
118141
=== modified file 'debian/po/eu.po'
--- debian/po/eu.po 2011-03-04 20:37:43 +0000
+++ debian/po/eu.po 2014-05-25 18:16:31 +0000
@@ -28,7 +28,8 @@
28#. Type: boolean28#. Type: boolean
29#. Description29#. Description
30#: ../sane-utils.templates:100130#: ../sane-utils.templates:1001
31msgid "The saned server, when enabled, makes scanners available over the network."31msgid ""
32"The saned server, when enabled, makes scanners available over the network."
32msgstr ""33msgstr ""
33"Saned zerbitzariak, gaituta dagoenean, eskanerrak sarearen bidez eskuragarri "34"Saned zerbitzariak, gaituta dagoenean, eskanerrak sarearen bidez eskuragarri "
34"egiten ditu."35"egiten ditu."
@@ -36,13 +37,6 @@
36#. Type: boolean37#. Type: boolean
37#. Description38#. Description
38#: ../sane-utils.templates:100139#: ../sane-utils.templates:1001
39#| msgid ""
40#| "There are two ways of running saned:\n"
41#| " - as an inetd service, started by the inetd superserver. In this mode,\n"
42#| "saned is started as needed by inetd whenever a client tries to connect to "
43#| "the server;\n"
44#| " - as a standalone daemon, started at system boot. In this mode, saned\n"
45#| "runs in the background all by itself and listens for client connections."
46msgid ""40msgid ""
47"There are two ways of running saned:\n"41"There are two ways of running saned:\n"
48" - as an inetd service, started by the inetd superserver. In this mode,\n"42" - as an inetd service, started by the inetd superserver. In this mode,\n"
@@ -60,11 +54,6 @@
60#. Type: boolean54#. Type: boolean
61#. Description55#. Description
62#: ../sane-utils.templates:100156#: ../sane-utils.templates:1001
63#| msgid ""
64#| "When run in standalone mode, saned advertises itself on the network and "
65#| "can be detected automatically by the SANE clients with no configuration "
66#| "on the client side. You still need to configure the server to accept "
67#| "connections from your clients."
68msgid ""57msgid ""
69"When run in standalone mode, saned advertises itself on the network and can "58"When run in standalone mode, saned advertises itself on the network and can "
70"be detected automatically by the SANE clients with no configuration on the "59"be detected automatically by the SANE clients with no configuration on the "
@@ -74,8 +63,9 @@
74msgstr ""63msgstr ""
75"Bakarkako moduan exekutatzean, saned-ek bere burua sarean aurkezten du eta "64"Bakarkako moduan exekutatzean, saned-ek bere burua sarean aurkezten du eta "
76"automatikoki atzeman dezakete SANE bezeroek konfigurazio berezirik gabe. Zuk "65"automatikoki atzeman dezakete SANE bezeroek konfigurazio berezirik gabe. Zuk "
77"zerbitzaria konfiguratu behar duzu bezeroetatik konexioak onartzeko. Eginbide "66"zerbitzaria konfiguratu behar duzu bezeroetatik konexioak onartzeko. "
78"hau esperimentala da, eta Avahi daemona exekutatzen egotea eskatzen du."67"Eginbide hau esperimentala da, eta Avahi daemona exekutatzen egotea eskatzen "
68"du."
7969
80#. Type: boolean70#. Type: boolean
81#. Description71#. Description
@@ -124,4 +114,3 @@
124msgstr ""114msgstr ""
125"Onartu aukera hau zure eskaner guztiak sarearen bidez eta mugarik gabe "115"Onartu aukera hau zure eskaner guztiak sarearen bidez eta mugarik gabe "
126"erabilgarri egin bahi badituzu."116"erabilgarri egin bahi badituzu."
127
128117
=== modified file 'debian/po/fr.po'
--- debian/po/fr.po 2010-06-17 08:24:44 +0000
+++ debian/po/fr.po 2014-05-25 18:16:31 +0000
@@ -11,6 +11,7 @@
11"PO-Revision-Date: 2009-12-29 14:10+0100\n"11"PO-Revision-Date: 2009-12-29 14:10+0100\n"
12"Last-Translator: Christian Perrier <bubulle@debian.org>\n"12"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
13"Language-Team: French <debian-l10n-french@lists.debian.org>\n"13"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
14"Language: fr\n"
14"MIME-Version: 1.0\n"15"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"16"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
@@ -35,13 +36,6 @@
35#. Type: boolean36#. Type: boolean
36#. Description37#. Description
37#: ../sane-utils.templates:100138#: ../sane-utils.templates:1001
38#| msgid ""
39#| "There are two ways of running saned:\n"
40#| " - as an inetd service, started by the inetd superserver. In this mode,\n"
41#| "saned is started as needed by inetd whenever a client tries to connect to "
42#| "the server;\n"
43#| " - as a standalone daemon, started at system boot. In this mode, saned\n"
44#| "runs in the background all by itself and listens for client connections."
45msgid ""39msgid ""
46"There are two ways of running saned:\n"40"There are two ways of running saned:\n"
47" - as an inetd service, started by the inetd superserver. In this mode,\n"41" - as an inetd service, started by the inetd superserver. In this mode,\n"
@@ -59,11 +53,6 @@
59#. Type: boolean53#. Type: boolean
60#. Description54#. Description
61#: ../sane-utils.templates:100155#: ../sane-utils.templates:1001
62#| msgid ""
63#| "When run in standalone mode, saned advertises itself on the network and "
64#| "can be detected automatically by the SANE clients with no configuration "
65#| "on the client side. You still need to configure the server to accept "
66#| "connections from your clients."
67msgid ""56msgid ""
68"When run in standalone mode, saned advertises itself on the network and can "57"When run in standalone mode, saned advertises itself on the network and can "
69"be detected automatically by the SANE clients with no configuration on the "58"be detected automatically by the SANE clients with no configuration on the "
@@ -115,7 +104,8 @@
115msgstr ""104msgstr ""
116"Veuillez lire le fichier /usr/share/doc/sane-utils/README.Debian pour plus "105"Veuillez lire le fichier /usr/share/doc/sane-utils/README.Debian pour plus "
117"d'informations sur la gestion des permissions pour saned. Par défaut, le "106"d'informations sur la gestion des permissions pour saned. Par défaut, le "
118"démon est exécuté avec les privilèges de l'utilisateur et du groupe « saned »."107"démon est exécuté avec les privilèges de l'utilisateur et du groupe "
108"« saned »."
119109
120#. Type: boolean110#. Type: boolean
121#. Description111#. Description
122112
=== modified file 'debian/po/gl.po'
--- debian/po/gl.po 2010-06-17 01:28:18 +0000
+++ debian/po/gl.po 2014-05-25 18:16:31 +0000
@@ -10,6 +10,7 @@
10"PO-Revision-Date: 2008-05-06 22:50+0100\n"10"PO-Revision-Date: 2008-05-06 22:50+0100\n"
11"Last-Translator: Jacobo Tarrio <jtarrio@debian.org>\n"11"Last-Translator: Jacobo Tarrio <jtarrio@debian.org>\n"
12"Language-Team: Galician <proxecto@trasno.net>\n"12"Language-Team: Galician <proxecto@trasno.net>\n"
13"Language: gl\n"
13"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
14"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
15"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
1617
=== modified file 'debian/po/it.po'
--- debian/po/it.po 2011-03-04 20:37:43 +0000
+++ debian/po/it.po 2014-05-25 18:16:31 +0000
@@ -10,6 +10,7 @@
10"PO-Revision-Date: 2010-08-20 16:35+0200\n"10"PO-Revision-Date: 2010-08-20 16:35+0200\n"
11"Last-Translator: Luca Monducci <luca.mo@tiscali.it>\n"11"Last-Translator: Luca Monducci <luca.mo@tiscali.it>\n"
12"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"12"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
13"Language: it\n"
13"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
14"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
15"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
1617
=== modified file 'debian/po/ja.po'
--- debian/po/ja.po 2010-06-17 01:28:18 +0000
+++ debian/po/ja.po 2014-05-25 18:16:31 +0000
@@ -11,6 +11,7 @@
11"PO-Revision-Date: 2010-01-09 11:21+0200\n"11"PO-Revision-Date: 2010-01-09 11:21+0200\n"
12"Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"12"Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"
13"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"13"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
14"Language: ja\n"
14"MIME-Version: 1.0\n"15"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"16"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
1718
=== modified file 'debian/po/nl.po'
--- debian/po/nl.po 2012-09-10 07:39:27 +0000
+++ debian/po/nl.po 2014-05-25 18:16:31 +0000
@@ -11,10 +11,10 @@
11"PO-Revision-Date: 2011-05-17 10:34+0200\n"11"PO-Revision-Date: 2011-05-17 10:34+0200\n"
12"Last-Translator: Jeroen Schot <schot@a-eskwadraat.nl>\n"12"Last-Translator: Jeroen Schot <schot@a-eskwadraat.nl>\n"
13"Language-Team: Debian l10n Dutch <debian-l10n-dutch@lists.debian.org>\n"13"Language-Team: Debian l10n Dutch <debian-l10n-dutch@lists.debian.org>\n"
14"Language: nl\n"
14"MIME-Version: 1.0\n"15"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"16"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
17"Language: nl\n"
1818
19#. Type: boolean19#. Type: boolean
20#. Description20#. Description
2121
=== added file 'debian/po/pl.po'
--- debian/po/pl.po 1970-01-01 00:00:00 +0000
+++ debian/po/pl.po 2014-05-25 18:16:31 +0000
@@ -0,0 +1,114 @@
1# Translation of sane-backends debconf templates to Polish.
2# Copyright (C) 2009
3# This file is distributed under the same license as the sane-backends package.
4#
5# Michał Kułach <michal.kulach@gmail.com>, 2012.
6msgid ""
7msgstr ""
8"Project-Id-Version: \n"
9"Report-Msgid-Bugs-To: sane-backends@packages.debian.org\n"
10"POT-Creation-Date: 2009-12-12 13:14+0100\n"
11"PO-Revision-Date: 2012-02-02 11:05+0100\n"
12"Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n"
13"Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n"
14"Language: pl\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"
18"X-Generator: Lokalize 1.2\n"
19"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
20"|| n%100>=20) ? 1 : 2);\n"
21
22#. Type: boolean
23#. Description
24#: ../sane-utils.templates:1001
25msgid "Enable saned as a standalone server?"
26msgstr "Włączyć saned jako samodzielny serwer?"
27
28#. Type: boolean
29#. Description
30#: ../sane-utils.templates:1001
31msgid ""
32"The saned server, when enabled, makes scanners available over the network."
33msgstr "Serwer saned, kiedy jest uruchomiony, udostępnia skanery w sieci."
34
35#. Type: boolean
36#. Description
37#: ../sane-utils.templates:1001
38msgid ""
39"There are two ways of running saned:\n"
40" - as an inetd service, started by the inetd superserver. In this mode,\n"
41"saned is started on demand when a client connects to the server;\n"
42" - as a standalone daemon, started at system boot. In this mode, saned\n"
43"runs in the background all by itself and listens for client connections."
44msgstr ""
45"Są dwa sposoby działania saned:\n"
46" - jako usługa inetd, uruchomiona przez super-serwer inetd. W tym trybie "
47"saned\n"
48"jest uruchamiany na żądanie, podczas połączenia klienta z serwerem;\n"
49" - jako samodzielny demon, uruchamiany podczas rozruchu systemu. W tym "
50"trybie\n"
51"saned działa w tle i nasłuchuje połączeń klientów."
52
53#. Type: boolean
54#. Description
55#: ../sane-utils.templates:1001
56msgid ""
57"When run in standalone mode, saned advertises itself on the network and can "
58"be detected automatically by the SANE clients with no configuration on the "
59"client side. You still need to configure the server to accept connections "
60"from your clients. This feature is experimental and requires a running Avahi "
61"daemon."
62msgstr ""
63"Jeśli program działa w trybie samodzielnym, saned rozgłasza się w sieci i "
64"może być automatycznie wykrywany przez klienty SANE, bez potrzeby "
65"konfiguracji po stronie klienta. Nadal jednak będzie konieczne "
66"skonfigurowanie serwera tak, aby akceptował połączenia od klientów. Funkcja "
67"ta jest eksperymentalna i wymaga działania demona Avahi."
68
69#. Type: boolean
70#. Description
71#: ../sane-utils.templates:1001
72msgid "Accept this option if you want to make use of this feature."
73msgstr "Proszę wybrać \"tak\", aby używać tej funkcji."
74
75#. Type: boolean
76#. Description
77#: ../sane-utils.templates:2001
78msgid "Add saned user to the scanner group?"
79msgstr "Czy dodać użytkownika saned do grupy scanner?"
80
81#. Type: boolean
82#. Description
83#: ../sane-utils.templates:2001
84msgid ""
85"The saned server, when enabled, makes scanners available over the network. "
86"By applying different permissions to the different scanners connected to "
87"your machine, you can control which ones will be made available over the "
88"network."
89msgstr ""
90"Serwer saned, kiedy jest uruchomiony, udostępnia skanery w sieci. Po "
91"wprowadzeniu różnych uprawnień dla różnych skanerów podłączonych do tego "
92"komputera, można kontrolować który z nich ma być dostępny w sieci."
93
94#. Type: boolean
95#. Description
96#: ../sane-utils.templates:2001
97msgid ""
98"Read /usr/share/doc/sane-utils/README.Debian for details on how to manage "
99"permissions for saned. By default, saned is run under the saned user and "
100"group."
101msgstr ""
102"Proszę zapoznać się z /usr/share/doc/sane-utils/README.Debian, aby "
103"dowiedzieć się więcej o zarządzaniu uprawnieniami saned. Domyślnie saned "
104"działa z poziomu użytkownika i grupy saned."
105
106#. Type: boolean
107#. Description
108#: ../sane-utils.templates:2001
109msgid ""
110"Accept this option if you want to make all your scanners available over the "
111"network without restriction."
112msgstr ""
113"Proszę wybrać \"tak\", aby udostępnić wszystkie swoje skanery w sieci bez "
114"dodatkowych ograniczeń."
0115
=== modified file 'debian/po/pt.po'
--- debian/po/pt.po 2010-06-17 01:28:18 +0000
+++ debian/po/pt.po 2014-05-25 18:16:31 +0000
@@ -11,6 +11,7 @@
11"PO-Revision-Date: 2009-12-27 21:49+0000\n"11"PO-Revision-Date: 2009-12-27 21:49+0000\n"
12"Last-Translator: Américo Monteiro <a_monteiro@netcabo.pt>\n"12"Last-Translator: Américo Monteiro <a_monteiro@netcabo.pt>\n"
13"Language-Team: Portuguese <traduz@debianpt.org>\n"13"Language-Team: Portuguese <traduz@debianpt.org>\n"
14"Language: pt\n"
14"MIME-Version: 1.0\n"15"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"16"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
@@ -34,13 +35,6 @@
34#. Type: boolean35#. Type: boolean
35#. Description36#. Description
36#: ../sane-utils.templates:100137#: ../sane-utils.templates:1001
37#| msgid ""
38#| "There are two ways of running saned:\n"
39#| " - as an inetd service, started by the inetd superserver. In this mode,\n"
40#| "saned is started as needed by inetd whenever a client tries to connect to "
41#| "the server;\n"
42#| " - as a standalone daemon, started at system boot. In this mode, saned\n"
43#| "runs in the background all by itself and listens for client connections."
44msgid ""38msgid ""
45"There are two ways of running saned:\n"39"There are two ways of running saned:\n"
46" - as an inetd service, started by the inetd superserver. In this mode,\n"40" - as an inetd service, started by the inetd superserver. In this mode,\n"
@@ -57,11 +51,6 @@
57#. Type: boolean51#. Type: boolean
58#. Description52#. Description
59#: ../sane-utils.templates:100153#: ../sane-utils.templates:1001
60#| msgid ""
61#| "When run in standalone mode, saned advertises itself on the network and "
62#| "can be detected automatically by the SANE clients with no configuration "
63#| "on the client side. You still need to configure the server to accept "
64#| "connections from your clients."
65msgid ""54msgid ""
66"When run in standalone mode, saned advertises itself on the network and can "55"When run in standalone mode, saned advertises itself on the network and can "
67"be detected automatically by the SANE clients with no configuration on the "56"be detected automatically by the SANE clients with no configuration on the "
@@ -121,4 +110,3 @@
121msgstr ""110msgstr ""
122"Aceite esta opção se deseja tornar todos os seus scanners disponíveis na "111"Aceite esta opção se deseja tornar todos os seus scanners disponíveis na "
123"rede sem restrições."112"rede sem restrições."
124
125113
=== modified file 'debian/po/pt_BR.po'
--- debian/po/pt_BR.po 2011-12-05 04:27:00 +0000
+++ debian/po/pt_BR.po 2014-05-25 18:16:31 +0000
@@ -10,12 +10,12 @@
10"POT-Creation-Date: 2009-12-12 13:14+0100\n"10"POT-Creation-Date: 2009-12-12 13:14+0100\n"
11"PO-Revision-Date: 2011-03-19 18:31-0300\n"11"PO-Revision-Date: 2011-03-19 18:31-0300\n"
12"Last-Translator: Eder L. Marques <eder@edermarques.net>\n"12"Last-Translator: Eder L. Marques <eder@edermarques.net>\n"
13"Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian.org>"13"Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian."
14"\n"14"org>\n"
15"Language: pt_BR\n"
15"MIME-Version: 1.0\n"16"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"17"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"18"Content-Transfer-Encoding: 8bit\n"
18"Language: pt_BR\n"
1919
20#. Type: boolean20#. Type: boolean
21#. Description21#. Description
@@ -35,13 +35,6 @@
35#. Type: boolean35#. Type: boolean
36#. Description36#. Description
37#: ../sane-utils.templates:100137#: ../sane-utils.templates:1001
38#| msgid ""
39#| "There are two ways of running saned:\n"
40#| " - as an inetd service, started by the inetd superserver. In this mode,\n"
41#| "saned is started as needed by inetd whenever a client tries to connect to "
42#| "the server;\n"
43#| " - as a standalone daemon, started at system boot. In this mode, saned\n"
44#| "runs in the background all by itself and listens for client connections."
45msgid ""38msgid ""
46"There are two ways of running saned:\n"39"There are two ways of running saned:\n"
47" - as an inetd service, started by the inetd superserver. In this mode,\n"40" - as an inetd service, started by the inetd superserver. In this mode,\n"
@@ -60,11 +53,6 @@
60#. Type: boolean53#. Type: boolean
61#. Description54#. Description
62#: ../sane-utils.templates:100155#: ../sane-utils.templates:1001
63#| msgid ""
64#| "When run in standalone mode, saned advertises itself on the network and "
65#| "can be detected automatically by the SANE clients with no configuration "
66#| "on the client side. You still need to configure the server to accept "
67#| "connections from your clients."
68msgid ""56msgid ""
69"When run in standalone mode, saned advertises itself on the network and can "57"When run in standalone mode, saned advertises itself on the network and can "
70"be detected automatically by the SANE clients with no configuration on the "58"be detected automatically by the SANE clients with no configuration on the "
7159
=== modified file 'debian/po/ru.po'
--- debian/po/ru.po 2010-06-17 01:28:18 +0000
+++ debian/po/ru.po 2014-05-25 18:16:31 +0000
@@ -12,11 +12,13 @@
12"PO-Revision-Date: 2009-12-30 19:10+0300\n"12"PO-Revision-Date: 2009-12-30 19:10+0300\n"
13"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"13"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
14"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"14"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
15"Language: ru\n"
15"MIME-Version: 1.0\n"16"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"17"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"18"Content-Transfer-Encoding: 8bit\n"
18"X-Generator: KBabel 1.11.4\n"19"X-Generator: KBabel 1.11.4\n"
19"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"20"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
21"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
2022
21#. Type: boolean23#. Type: boolean
22#. Description24#. Description
@@ -27,19 +29,13 @@
27#. Type: boolean29#. Type: boolean
28#. Description30#. Description
29#: ../sane-utils.templates:100131#: ../sane-utils.templates:1001
30msgid "The saned server, when enabled, makes scanners available over the network."32msgid ""
33"The saned server, when enabled, makes scanners available over the network."
31msgstr "Если включена служба saned, то сканеры становятся доступными по сети."34msgstr "Если включена служба saned, то сканеры становятся доступными по сети."
3235
33#. Type: boolean36#. Type: boolean
34#. Description37#. Description
35#: ../sane-utils.templates:100138#: ../sane-utils.templates:1001
36#| msgid ""
37#| "There are two ways of running saned:\n"
38#| " - as an inetd service, started by the inetd superserver. In this mode,\n"
39#| "saned is started as needed by inetd whenever a client tries to connect to "
40#| "the server;\n"
41#| " - as a standalone daemon, started at system boot. In this mode, saned\n"
42#| "runs in the background all by itself and listens for client connections."
43msgid ""39msgid ""
44"There are two ways of running saned:\n"40"There are two ways of running saned:\n"
45" - as an inetd service, started by the inetd superserver. In this mode,\n"41" - as an inetd service, started by the inetd superserver. In this mode,\n"
@@ -58,11 +54,6 @@
58#. Type: boolean54#. Type: boolean
59#. Description55#. Description
60#: ../sane-utils.templates:100156#: ../sane-utils.templates:1001
61#| msgid ""
62#| "When run in standalone mode, saned advertises itself on the network and "
63#| "can be detected automatically by the SANE clients with no configuration "
64#| "on the client side. You still need to configure the server to accept "
65#| "connections from your clients."
66msgid ""57msgid ""
67"When run in standalone mode, saned advertises itself on the network and can "58"When run in standalone mode, saned advertises itself on the network and can "
68"be detected automatically by the SANE clients with no configuration on the "59"be detected automatically by the SANE clients with no configuration on the "
@@ -121,4 +112,3 @@
121msgstr ""112msgstr ""
122"Ответьте утвердительно, если хотите, чтобы все сканеры были доступны по сети "113"Ответьте утвердительно, если хотите, чтобы все сканеры были доступны по сети "
123"без ограничений."114"без ограничений."
124
125115
=== added file 'debian/po/sk.po'
--- debian/po/sk.po 1970-01-01 00:00:00 +0000
+++ debian/po/sk.po 2014-05-25 18:16:31 +0000
@@ -0,0 +1,112 @@
1# Slovak translations for sane-backends package
2# Slovenské preklady pre balík sane-backends.
3# Copyright (C) 2011 THE sane-backends'S COPYRIGHT HOLDER
4# This file is distributed under the same license as the sane-backends package.
5# Automatically generated, 2011.
6# Slavko <linux@slavino.sk>, 2011.
7#
8msgid ""
9msgstr ""
10"Project-Id-Version: sane-backends 1.0.22-6\n"
11"Report-Msgid-Bugs-To: sane-backends@packages.debian.org\n"
12"POT-Creation-Date: 2009-12-12 13:14+0100\n"
13"PO-Revision-Date: 2011-08-25 10:52+0200\n"
14"Last-Translator: Slavko <linux@slavino.sk>\n"
15"Language-Team: Slovak <debian-l10n-slovak@lists.debian.org>\n"
16"Language: sk\n"
17"MIME-Version: 1.0\n"
18"Content-Type: text/plain; charset=UTF-8\n"
19"Content-Transfer-Encoding: 8bit\n"
20"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
21
22#. Type: boolean
23#. Description
24#: ../sane-utils.templates:1001
25msgid "Enable saned as a standalone server?"
26msgstr "Povoliť saned ako samostatný server?"
27
28#. Type: boolean
29#. Description
30#: ../sane-utils.templates:1001
31msgid ""
32"The saned server, when enabled, makes scanners available over the network."
33msgstr "Server saned, keď je povolený, sprístupňuje skenery cez sieť."
34
35#. Type: boolean
36#. Description
37#: ../sane-utils.templates:1001
38msgid ""
39"There are two ways of running saned:\n"
40" - as an inetd service, started by the inetd superserver. In this mode,\n"
41"saned is started on demand when a client connects to the server;\n"
42" - as a standalone daemon, started at system boot. In this mode, saned\n"
43"runs in the background all by itself and listens for client connections."
44msgstr ""
45"Existujú dva spôsoby spustenia saned:\n"
46" - ako služba inetd, spúšťaný pomocou superservera inetd. V tomto režime\n"
47"je saned spustený na požiadanie, pri pripojení klienta k serveru;\n"
48" - ako samostatný démon, spúšťaný pri štarte systému. V tomto režime saned\n"
49"stále beží na pozadí a sám prijíma spojenia klientov."
50
51#. Type: boolean
52#. Description
53#: ../sane-utils.templates:1001
54msgid ""
55"When run in standalone mode, saned advertises itself on the network and can "
56"be detected automatically by the SANE clients with no configuration on the "
57"client side. You still need to configure the server to accept connections "
58"from your clients. This feature is experimental and requires a running Avahi "
59"daemon."
60msgstr ""
61"Pri spustení v samostatnom režime sa saned sám ponúka v sieti a klienty SANE "
62"ho tak môžu automaticky zistiť, bez potreby nastavenia na strane klienta. "
63"Stále však budete musieť nastaviť server tak, aby prijímal spojenia od "
64"svojich klientov. Táto vlastnosť je experimentálna a vyžaduje bežiaceho "
65"démona Avahi."
66
67#. Type: boolean
68#. Description
69#: ../sane-utils.templates:1001
70msgid "Accept this option if you want to make use of this feature."
71msgstr "Vyberte túto voľbu, ak chcete používať túto funkciu."
72
73#. Type: boolean
74#. Description
75#: ../sane-utils.templates:2001
76msgid "Add saned user to the scanner group?"
77msgstr "Pridať používateľa saned do skupiny scanner?"
78
79#. Type: boolean
80#. Description
81#: ../sane-utils.templates:2001
82msgid ""
83"The saned server, when enabled, makes scanners available over the network. "
84"By applying different permissions to the different scanners connected to "
85"your machine, you can control which ones will be made available over the "
86"network."
87msgstr ""
88"Server saned, keď je povolený, sprístupňuje skenery cez sieť. Pomocou "
89"nastavenia rôznych práv rôznym skenerom, ktoré sú pripojené k vášmu stroju, "
90"môžete riadiť ktorý(é) z nich bude dostupný cez sieť."
91
92#. Type: boolean
93#. Description
94#: ../sane-utils.templates:2001
95msgid ""
96"Read /usr/share/doc/sane-utils/README.Debian for details on how to manage "
97"permissions for saned. By default, saned is run under the saned user and "
98"group."
99msgstr ""
100"Ďalšie podrobnosti o správe práv saned hľadajte v /usr/share/doc/sane-utils/"
101"README.Debian. Predvolene je saned spustený s právami používateľa a skupiny "
102"saned."
103
104#. Type: boolean
105#. Description
106#: ../sane-utils.templates:2001
107msgid ""
108"Accept this option if you want to make all your scanners available over the "
109"network without restriction."
110msgstr ""
111"Vyberte túto voľbu, ak chcete sprístupniť cez sieť všetky svoje skenery bez "
112"obmedzení."
0113
=== modified file 'debian/po/sv.po'
--- debian/po/sv.po 2010-06-17 01:28:18 +0000
+++ debian/po/sv.po 2014-05-25 18:16:31 +0000
@@ -11,6 +11,7 @@
11"PO-Revision-Date: 2009-12-29 11:26+0100\n"11"PO-Revision-Date: 2009-12-29 11:26+0100\n"
12"Last-Translator: Martin Bagge <brother@bsnet.se>\n"12"Last-Translator: Martin Bagge <brother@bsnet.se>\n"
13"Language-Team: swedish <debian-l10n-swedish@lists.debian.org>\n"13"Language-Team: swedish <debian-l10n-swedish@lists.debian.org>\n"
14"Language: \n"
14"MIME-Version: 1.0\n"15"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"16"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
@@ -32,13 +33,6 @@
32#. Type: boolean33#. Type: boolean
33#. Description34#. Description
34#: ../sane-utils.templates:100135#: ../sane-utils.templates:1001
35#| msgid ""
36#| "There are two ways of running saned:\n"
37#| " - as an inetd service, started by the inetd superserver. In this mode,\n"
38#| "saned is started as needed by inetd whenever a client tries to connect to "
39#| "the server;\n"
40#| " - as a standalone daemon, started at system boot. In this mode, saned\n"
41#| "runs in the background all by itself and listens for client connections."
42msgid ""36msgid ""
43"There are two ways of running saned:\n"37"There are two ways of running saned:\n"
44" - as an inetd service, started by the inetd superserver. In this mode,\n"38" - as an inetd service, started by the inetd superserver. In this mode,\n"
@@ -56,11 +50,6 @@
56#. Type: boolean50#. Type: boolean
57#. Description51#. Description
58#: ../sane-utils.templates:100152#: ../sane-utils.templates:1001
59#| msgid ""
60#| "When run in standalone mode, saned advertises itself on the network and "
61#| "can be detected automatically by the SANE clients with no configuration "
62#| "on the client side. You still need to configure the server to accept "
63#| "connections from your clients."
64msgid ""53msgid ""
65"When run in standalone mode, saned advertises itself on the network and can "54"When run in standalone mode, saned advertises itself on the network and can "
66"be detected automatically by the SANE clients with no configuration on the "55"be detected automatically by the SANE clients with no configuration on the "
6756
=== modified file 'debian/po/vi.po'
--- debian/po/vi.po 2011-03-04 20:37:43 +0000
+++ debian/po/vi.po 2014-05-25 18:16:31 +0000
@@ -10,35 +10,29 @@
10"PO-Revision-Date: 2010-10-27 14:41+1030\n"10"PO-Revision-Date: 2010-10-27 14:41+1030\n"
11"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"11"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
12"Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"12"Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"
13"Language: vi\n"
13"MIME-Version: 1.0\n"14"MIME-Version: 1.0\n"
14"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
15"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
16"Plural-Forms: nplurals=1; plural=0;\n"17"Plural-Forms: nplurals=1; plural=0;\n"
17"X-Generator: LocFactoryEditor 1.8\n"18"X-Generator: LocFactoryEditor 1.8\n"
1819
19#: ../sane-utils.templates:1001
20#. Type: boolean20#. Type: boolean
21#. Description21#. Description
22#: ../sane-utils.templates:1001
22msgid "Enable saned as a standalone server?"23msgid "Enable saned as a standalone server?"
23msgstr "Bật saned làm trình phục vụ độc lập ?"24msgstr "Bật saned làm trình phục vụ độc lập ?"
2425
25#: ../sane-utils.templates:1001
26#. Type: boolean26#. Type: boolean
27#. Description27#. Description
28#: ../sane-utils.templates:1001
28msgid ""29msgid ""
29"The saned server, when enabled, makes scanners available over the network."30"The saned server, when enabled, makes scanners available over the network."
30msgstr "Bật trình phục vụ saned thì làm cho máy quét sẵn sàng qua mạng."31msgstr "Bật trình phục vụ saned thì làm cho máy quét sẵn sàng qua mạng."
3132
32#: ../sane-utils.templates:1001
33#. Type: boolean33#. Type: boolean
34#. Description34#. Description
35#| msgid ""35#: ../sane-utils.templates:1001
36#| "There are two ways of running saned:\n"
37#| " - as an inetd service, started by the inetd superserver. In this mode,\n"
38#| "saned is started as needed by inetd whenever a client tries to connect to "
39#| "the server;\n"
40#| " - as a standalone daemon, started at system boot. In this mode, saned\n"
41#| "runs in the background all by itself and listens for client connections."
42msgid ""36msgid ""
43"There are two ways of running saned:\n"37"There are two ways of running saned:\n"
44" - as an inetd service, started by the inetd superserver. In this mode,\n"38" - as an inetd service, started by the inetd superserver. In this mode,\n"
@@ -54,14 +48,9 @@
54"\tTrong chế độ này, saned chạy một mình về nền,\n"48"\tTrong chế độ này, saned chạy một mình về nền,\n"
55"\tvà lắng nghe kết nối của ứng dụng khách."49"\tvà lắng nghe kết nối của ứng dụng khách."
5650
57#: ../sane-utils.templates:1001
58#. Type: boolean51#. Type: boolean
59#. Description52#. Description
60#| msgid ""53#: ../sane-utils.templates:1001
61#| "When run in standalone mode, saned advertises itself on the network and "
62#| "can be detected automatically by the SANE clients with no configuration "
63#| "on the client side. You still need to configure the server to accept "
64#| "connections from your clients."
65msgid ""54msgid ""
66"When run in standalone mode, saned advertises itself on the network and can "55"When run in standalone mode, saned advertises itself on the network and can "
67"be detected automatically by the SANE clients with no configuration on the "56"be detected automatically by the SANE clients with no configuration on the "
@@ -69,46 +58,56 @@
69"from your clients. This feature is experimental and requires a running Avahi "58"from your clients. This feature is experimental and requires a running Avahi "
70"daemon."59"daemon."
71msgstr ""60msgstr ""
72"Chạy trong chế độ độc lập thì trình nền saned tự quảng cáo trên mạng, và có thể được tự động phát hiện bởi ứng dụng khách SANE mà không cần cấu hình riêng bên khách. Bạn vẫn còn cần phải cấu hình trình phục vụ để chấp nhận kết nối từ ứng dụng khách. Tính năng này vẫn còn dựa vào thực nghiệm, cũng yêu cầu một trình nền Avahi đang chạy."61"Chạy trong chế độ độc lập thì trình nền saned tự quảng cáo trên mạng, và có "
62"thể được tự động phát hiện bởi ứng dụng khách SANE mà không cần cấu hình "
63"riêng bên khách. Bạn vẫn còn cần phải cấu hình trình phục vụ để chấp nhận "
64"kết nối từ ứng dụng khách. Tính năng này vẫn còn dựa vào thực nghiệm, cũng "
65"yêu cầu một trình nền Avahi đang chạy."
7366
74#: ../sane-utils.templates:1001
75#. Type: boolean67#. Type: boolean
76#. Description68#. Description
69#: ../sane-utils.templates:1001
77msgid "Accept this option if you want to make use of this feature."70msgid "Accept this option if you want to make use of this feature."
78msgstr "Bật tuỳ chọn này để sử dụng tính năng đó."71msgstr "Bật tuỳ chọn này để sử dụng tính năng đó."
7972
80#: ../sane-utils.templates:2001
81#. Type: boolean73#. Type: boolean
82#. Description74#. Description
75#: ../sane-utils.templates:2001
83msgid "Add saned user to the scanner group?"76msgid "Add saned user to the scanner group?"
84msgstr "Thêm người dùng saned vào nhóm « scanner » ?"77msgstr "Thêm người dùng saned vào nhóm « scanner » ?"
8578
86#: ../sane-utils.templates:2001
87#. Type: boolean79#. Type: boolean
88#. Description80#. Description
81#: ../sane-utils.templates:2001
89msgid ""82msgid ""
90"The saned server, when enabled, makes scanners available over the network. "83"The saned server, when enabled, makes scanners available over the network. "
91"By applying different permissions to the different scanners connected to "84"By applying different permissions to the different scanners connected to "
92"your machine, you can control which ones will be made available over the "85"your machine, you can control which ones will be made available over the "
93"network."86"network."
94msgstr ""87msgstr ""
95"Bật trình phục vụ saned thì làm cho máy quét sẵn sàng trên khắp mạng. Bằng cách áp dụng các quyền hạn khác nhau cho những máy quét khác nhau được kết nối đến máy này, bạn có thể điều khiển những máy quét sẽ được công bố qua mạng."88"Bật trình phục vụ saned thì làm cho máy quét sẵn sàng trên khắp mạng. Bằng "
89"cách áp dụng các quyền hạn khác nhau cho những máy quét khác nhau được kết "
90"nối đến máy này, bạn có thể điều khiển những máy quét sẽ được công bố qua "
91"mạng."
9692
97#: ../sane-utils.templates:2001
98#. Type: boolean93#. Type: boolean
99#. Description94#. Description
95#: ../sane-utils.templates:2001
100msgid ""96msgid ""
101"Read /usr/share/doc/sane-utils/README.Debian for details on how to manage "97"Read /usr/share/doc/sane-utils/README.Debian for details on how to manage "
102"permissions for saned. By default, saned is run under the saned user and "98"permissions for saned. By default, saned is run under the saned user and "
103"group."99"group."
104msgstr ""100msgstr ""
105"Xem tài liệu Đọc Đi « /usr/share/doc/sane-utils/README.Debian » để tìm chi tiết về quản lý quyền hạn cho saned như thế nào. Mặc định là saned được chạy dưới người dùng và nhóm « saned »."101"Xem tài liệu Đọc Đi « /usr/share/doc/sane-utils/README.Debian » để tìm chi "
102"tiết về quản lý quyền hạn cho saned như thế nào. Mặc định là saned được chạy "
103"dưới người dùng và nhóm « saned »."
106104
107#: ../sane-utils.templates:2001
108#. Type: boolean105#. Type: boolean
109#. Description106#. Description
107#: ../sane-utils.templates:2001
110msgid ""108msgid ""
111"Accept this option if you want to make all your scanners available over the "109"Accept this option if you want to make all your scanners available over the "
112"network without restriction."110"network without restriction."
113msgstr ""111msgstr ""
114"Bật tùy chọn này để làm cho tất cả các máy quét sẵn sàng qua mạng một cách không điều kiện."112"Bật tùy chọn này để làm cho tất cả các máy quét sẵn sàng qua mạng một cách "
113"không điều kiện."
115114
=== modified file 'debian/po/zh_CN.po'
--- debian/po/zh_CN.po 2011-03-04 20:37:43 +0000
+++ debian/po/zh_CN.po 2014-05-25 18:16:31 +0000
@@ -12,10 +12,10 @@
12"PO-Revision-Date: 2010-10-09 16:57+0800\n"12"PO-Revision-Date: 2010-10-09 16:57+0800\n"
13"Last-Translator: YunQiang Su <wzssyqa@gmail.com>\n"13"Last-Translator: YunQiang Su <wzssyqa@gmail.com>\n"
14"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"14"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
15"Language: zh_CN\n"
15"MIME-Version: 1.0\n"16"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"17"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"18"Content-Transfer-Encoding: 8bit\n"
18"Language: zh_CN\n"
19"Plural-Forms: nplurals=1; plural=0;\n"19"Plural-Forms: nplurals=1; plural=0;\n"
2020
21#. Type: boolean21#. Type: boolean
2222
=== modified file 'debian/rules'
--- debian/rules 2012-09-10 07:13:25 +0000
+++ debian/rules 2014-05-25 18:16:31 +0000
@@ -1,17 +1,14 @@
1#!/usr/bin/make -f1#!/usr/bin/make -f
2# Sample debian/rules that uses debhelper.
3# GNU copyright 1997 to 1999 by Joey Hess.
4
5# Uncomment this to turn on verbose mode.
6#export DH_VERBOSE=12#export DH_VERBOSE=1
3export DEB_BUILD_MAINT_OPTIONS = hardening=+all
4export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
75
8# These are used for cross-compiling and for saving the configure script
9# from having to guess our platform (since we know it already)
10DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)6DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
11DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)7DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
12DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)8DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
13DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)9DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
14DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)10DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
11
15ifeq ($(DEB_HOST_ARCH_OS),)12ifeq ($(DEB_HOST_ARCH_OS),)
16 DEB_HOST_ARCH_OS := $(subst -gnu,,$(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM))13 DEB_HOST_ARCH_OS := $(subst -gnu,,$(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM))
17 ifeq ($(DEB_HOST_ARCH_OS),gnu)14 ifeq ($(DEB_HOST_ARCH_OS),gnu)
@@ -28,18 +25,10 @@
28 STRIP = ""25 STRIP = ""
29endif26endif
3027
31autotools: autotools-stamp28%:
32autotools-stamp:29 dh $@ --parallel --with autoreconf
33 -rm -f config.sub config.guess30
34 ln -s /usr/share/misc/config.sub config.sub31override_dh_auto_configure:
35 ln -s /usr/share/misc/config.guess config.guess
36 touch autotools-stamp
37
38configure: configure-stamp
39configure-stamp: autotools-stamp
40 dh_testdir
41
42 # Add here commands to configure the package.
43 LDFLAGS="-Wl,-Bsymbolic-functions" \32 LDFLAGS="-Wl,-Bsymbolic-functions" \
44 ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \33 ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
45 --prefix=/usr \34 --prefix=/usr \
@@ -58,100 +47,64 @@
58 --enable-avahi \47 --enable-avahi \
59 --enable-libusb_1_048 --enable-libusb_1_0
6049
50override_dh_auto_build:
61 # generate POT file for translators51 # generate POT file for translators
62 (cd po && make sane-backends.pot)52 (cd po && make sane-backends.pot)
63
64 touch configure-stamp
65
66build: build-stamp
67build-stamp: configure-stamp
68 dh_testdir
69
70 # Add here commands to compile the package.
71 $(MAKE)53 $(MAKE)
7254
73 touch build-stamp55override_dh_auto_clean:
74
75clean:
76 dh_testdir
77 dh_testroot
78 rm -f autotools-stamp configure-stamp build-stamp
79
80 # Autoconf-generated files56 # Autoconf-generated files
81 rm -f include/byteorder.h include/_stdint.h57 $(RM) include/byteorder.h include/_stdint.h
82
83 # Add here commands to clean up after the build process.58 # Add here commands to clean up after the build process.
84 [ ! -f Makefile ] || $(MAKE) distclean59 [ ! -f Makefile ] || $(MAKE) distclean
8560 $(RM) debian/libsane-common.install
86 rm -f debian/libsane-common.install61 $(RM) debian/libsane.udev
87 rm -f debian/libsane.udev62 dh_auto_clean
88 rm -f config.sub config.guess63
8964override_dh_auto_install:
90 dh_clean
91
92install: build
93 dh_testdir
94 dh_testroot
95 dh_clean -k
96 dh_installdirs
97
98 # Add here commands to install the package into debian/tmp
99 $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp65 $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
100
101 # remove /usr/lib/sane/libsane.so.1 (libtool side-effect ?)66 # remove /usr/lib/sane/libsane.so.1 (libtool side-effect ?)
102 rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/sane/libsane.so.167 $(RM) debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/sane/libsane.so.1
103
104 # remove libsane-dll, same as regular libsane68 # remove libsane-dll, same as regular libsane
105 rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/sane/libsane-dll.*69 $(RM) debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/sane/libsane-dll.*
106
107# Build architecture-independent files here.
108binary-indep: build install
109# We have nothing to do by default.
110
111# Build architecture-dependent files here.
112binary-arch: build install
113 dh_testdir
114 dh_testroot
115
116 # Install the pkg-config file
117 mkdir -p debian/libsane-dev/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/
118 cp tools/sane-backends.pc debian/libsane-dev/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/
119
120 # install only the manpages for the backends which have been built70 # install only the manpages for the backends which have been built
121 cp debian/libsane-common.install.in debian/libsane-common.install71 cp debian/libsane-common.install.in debian/libsane-common.install
122 ls debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/sane/*.so | sed -e "s#.*/lib\([^.]\+\)[.]so#usr/share/man/man5/\1.5#" | { while read mp; do \72 ls debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/sane/*.so | sed -e \
73 "s#.*/lib\([^.]\+\)[.]so#usr/share/man/man5/\1.5#" | { while read mp; do \
123 test -e debian/tmp/$$mp && echo $$mp >> debian/libsane-common.install; done }74 test -e debian/tmp/$$mp && echo $$mp >> debian/libsane-common.install; done }
124
125 # Empty dependency_libs in all .la files75 # Empty dependency_libs in all .la files
126 find debian/tmp/usr -name "*.la" -type f -exec sed -e "s,^dependency_libs=.*,dependency_libs=''," -i {} \;76 find debian/tmp/usr -name "*.la" -type f -exec sed -e "s,^dependency_libs=.*,dependency_libs=''," -i {} \;
12777
128 dh_install --sourcedir=debian/tmp78override_dh_install:
12979 dh_install
130 # install the umax_pp tool into sane-utils80 # Install HAL fdi file
131 cp tools/umax_pp debian/sane-utils/usr/bin81 mkdir -p $(CURDIR)/debian/libsane-common/usr/share/hal/fdi/preprobe/10osvendor
13282 $(CURDIR)/tools/sane-desc -s $(CURDIR)/doc/descriptions -m hal-new > \
133 # Platform-specific documentation83 $(CURDIR)/debian/libsane-common/usr/share/hal/fdi/preprobe/10osvendor/20-libsane.fdi
134ifeq (kfreebsd,$(DEB_HOST_ARCH_OS))84 # Install the pkg-config file
135 cp README.freebsd debian/libsane-common/usr/share/doc/libsane/85 mkdir -p debian/libsane-dev/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/
136endif86 cp tools/sane-backends.pc debian/libsane-dev/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/
137ifeq (linux,$(DEB_HOST_ARCH_OS))87
138 cp README.linux debian/libsane-common/usr/share/doc/libsane/88override_dh_installdocs:
139endif
140
141 dh_installdocs89 dh_installdocs
142
143 # move files that belong to libsane-dev90 # move files that belong to libsane-dev
144 mv debian/libsane-common/usr/share/doc/libsane/sane.ps debian/libsane-dev/usr/share/doc/libsane-dev/91 mv debian/libsane-common/usr/share/doc/libsane/sane.ps debian/libsane-dev/usr/share/doc/libsane-dev/
145 mv debian/libsane-common/usr/share/doc/libsane/backend-writing.txt debian/libsane-dev/usr/share/doc/libsane-dev/92 mv debian/libsane-common/usr/share/doc/libsane/backend-writing.txt debian/libsane-dev/usr/share/doc/libsane-dev/
14693 # Platform-specific documentation
147 # move the html files into html/94 # move the html files into html/
148 install -d debian/libsane-common/usr/share/doc/libsane/html95 install -d debian/libsane-common/usr/share/doc/libsane/html
149 mv debian/libsane-common/usr/share/doc/libsane/*.html debian/libsane-common/usr/share/doc/libsane/html/96 mv debian/libsane-common/usr/share/doc/libsane/*.html debian/libsane-common/usr/share/doc/libsane/html/
150
151 # create the /etc/sane.d/dll.d directory in libsane97 # create the /etc/sane.d/dll.d directory in libsane
152 install -d debian/libsane/etc/sane.d/dll.d98 install -d debian/libsane/etc/sane.d/dll.d
153 rm -f debian/libsane/etc/sane.d/saned.conf99 $(RM) debian/libsane/etc/sane.d/saned.conf
100ifeq (kfreebsd,$(DEB_HOST_ARCH_OS))
101 cp README.freebsd debian/libsane-common/usr/share/doc/libsane/
102endif
103ifeq (linux,$(DEB_HOST_ARCH_OS))
104 cp README.linux debian/libsane-common/usr/share/doc/libsane/
105endif
154106
107override_dh_installudev:
155ifeq (linux,$(DEB_HOST_ARCH_OS))108ifeq (linux,$(DEB_HOST_ARCH_OS))
156 # udev support109 # udev support
157 # Generate the udev rules file110 # Generate the udev rules file
@@ -159,32 +112,22 @@
159 dh_installudev112 dh_installudev
160endif113endif
161114
162 # Install HAL fdi file
163 mkdir -p $(CURDIR)/debian/libsane-common/usr/share/hal/fdi/preprobe/10osvendor
164 $(CURDIR)/tools/sane-desc -s $(CURDIR)/doc/descriptions -m hal-new > $(CURDIR)/debian/libsane-common/usr/share/hal/fdi/preprobe/10osvendor/20-libsane.fdi
165
166 # remove rpath from the binaries (wonderful tool !)115 # remove rpath from the binaries (wonderful tool !)
167 chrpath -d debian/sane-utils/usr/sbin/saned116 chrpath -d debian/sane-utils/usr/sbin/saned
168 chrpath -d debian/sane-utils/usr/bin/scanimage117 chrpath -d debian/sane-utils/usr/bin/scanimage
169 chrpath -d debian/sane-utils/usr/bin/sane-find-scanner118 chrpath -d debian/sane-utils/usr/bin/sane-find-scanner
170119
120override_dh_installexamples:
171 # install the xerox script as an example121 # install the xerox script as an example
172 dh_installexamples -plibsane-common tools/README tools/xerox122 dh_installexamples -plibsane-common tools/README tools/xerox
173 mv debian/libsane-common/usr/share/doc/libsane-common/examples debian/libsane-common/usr/share/doc/libsane/123 mv debian/libsane-common/usr/share/doc/libsane-common/examples debian/libsane-common/usr/share/doc/libsane/
174124
175 dh_installdebconf 125override_dh_installinit:
176 dh_installinit -psane-utils --name=saned --error-handler=saned_eh -- start 50 2 3 4 5 . stop 20 1 .126 dh_installinit -psane-utils --name=saned --error-handler=saned_eh -- start 50 2 3 4 5 . stop 20 1 .
177 dh_installchangelogs ChangeLog127
178 dh_link128override_dh_strip:
179 dh_strip --dbg-package=libsane-dbg129 dh_strip --dbg-package=libsane-dbg
180 dh_compress130
181 dh_fixperms131override_dh_builddeb:
182 dh_makeshlibs132 dh_builddeb -- -Zxz
183 dh_installdeb133
184 dh_shlibdeps
185 dh_gencontrol
186 dh_md5sums
187 dh_builddeb
188
189binary: binary-indep binary-arch
190.PHONY: build clean binary-indep binary-arch binary install autotools
191134
=== modified file 'debian/sane-utils.config'
--- debian/sane-utils.config 2010-06-17 01:28:18 +0000
+++ debian/sane-utils.config 2014-05-25 18:16:31 +0000
@@ -14,4 +14,5 @@
14fi14fi
1515
16db_input medium sane-utils/saned_run || true16db_input medium sane-utils/saned_run || true
17db_input medium sane-utils/saned_scanner_group || true
17db_go || true18db_go || true
1819
=== modified file 'debian/sane-utils.install'
--- debian/sane-utils.install 2010-06-17 01:28:18 +0000
+++ debian/sane-utils.install 2014-05-25 18:16:31 +0000
@@ -1,9 +1,10 @@
1etc/sane.d/saned.conf1etc/sane.d/saned.conf
2usr/sbin/saned2usr/bin/gamma4scanimage
3usr/bin/sane-find-scanner3usr/bin/sane-find-scanner
4usr/bin/scanimage4usr/bin/scanimage
5usr/bin/gamma4scanimage5usr/sbin/saned
6usr/share/man/man1/gamma4scanimage.1
7usr/share/man/man1/sane-find-scanner.1
8usr/share/man/man1/scanimage.1
6usr/share/man/man8/saned.89usr/share/man/man8/saned.8
7usr/share/man/man1/scanimage.110tools/umax_pp usr/bin
8usr/share/man/man1/sane-find-scanner.1
9usr/share/man/man1/gamma4scanimage.1
1011
=== modified file 'debian/sane-utils.postinst'
--- debian/sane-utils.postinst 2010-06-17 08:24:44 +0000
+++ debian/sane-utils.postinst 2014-05-25 18:16:31 +0000
@@ -12,6 +12,9 @@
12 db_get sane-utils/saned_run12 db_get sane-utils/saned_run
13 RUN_SANED="$RET"13 RUN_SANED="$RET"
1414
15 db_get sane-utils/saned_scanner_group
16 SANED_IN_SCANNER="$RET"
17
15 # Add saned service, disabled by default18 # Add saned service, disabled by default
16 if [ -x /usr/sbin/update-inetd ]; then19 if [ -x /usr/sbin/update-inetd ]; then
17 update-inetd --add "#<off># sane-port\tstream\ttcp\tnowait\tsaned:saned\t/usr/sbin/saned saned"20 update-inetd --add "#<off># sane-port\tstream\ttcp\tnowait\tsaned:saned\t/usr/sbin/saned saned"
@@ -26,8 +29,12 @@
26 adduser --quiet --system --no-create-home --group saned || true29 adduser --quiet --system --no-create-home --group saned || true
27 fi30 fi
2831
29 if id saned | grep -q "groups=.*\(scanner\)"; then32 if [ "$SANED_IN_SCANNER" = "true" ]; then
33 adduser --quiet saned scanner
34 else
35 if id saned | grep -q "groups=.*\(scanner\)"; then
30 deluser --quiet saned scanner36 deluser --quiet saned scanner
37 fi
31 fi38 fi
3239
33 if [ -e $SANED_DEFAULT ]; then40 if [ -e $SANED_DEFAULT ]; then
@@ -40,10 +47,6 @@
40 sed -e "s/^ *RUN=.*/RUN=$RUN_SANED/" < $SANED_DEFAULT > $SANED_DEFAULT.tmp47 sed -e "s/^ *RUN=.*/RUN=$RUN_SANED/" < $SANED_DEFAULT > $SANED_DEFAULT.tmp
41 mv -f $SANED_DEFAULT.tmp $SANED_DEFAULT48 mv -f $SANED_DEFAULT.tmp $SANED_DEFAULT
42 fi49 fi
43
44 if dpkg --compare-versions "$2" lt "1.0.19-23ubuntu4"; then
45 update-rc.d -f saned remove
46 fi
47fi50fi
4851
4952
5053
=== modified file 'debian/sane-utils.templates'
--- debian/sane-utils.templates 2010-06-17 01:28:18 +0000
+++ debian/sane-utils.templates 2014-05-25 18:16:31 +0000
@@ -17,3 +17,19 @@
17 a running Avahi daemon.17 a running Avahi daemon.
18 .18 .
19 Accept this option if you want to make use of this feature.19 Accept this option if you want to make use of this feature.
20
21Template: sane-utils/saned_scanner_group
22Type: boolean
23Default: true
24_Description: Add saned user to the scanner group?
25 The saned server, when enabled, makes scanners available over the network.
26 By applying different permissions to the different scanners connected to
27 your machine, you can control which ones will be made available over the
28 network.
29 .
30 Read /usr/share/doc/sane-utils/README.Debian for details on how to manage
31 permissions for saned. By default, saned is run under the saned user and
32 group.
33 .
34 Accept this option if you want to make all your scanners available over
35 the network without restriction.

Subscribers

People subscribed via source and target branches

to all changes: