summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulien BLACHE <jblache@debian.org>2011-02-04 19:56:33 +0100
committerMattia Rizzolo <mattia@mapreri.org>2014-10-03 14:05:58 +0000
commiteb2d7e4cf8eebc85bb69b8a6fb646acc6192ccbb (patch)
tree46ef29d04500bc92897f24ebe1e93e1c16cf4bfb /debian
parentbbb14791f2535cea66c313d069020b84c2c0fad2 (diff)
parentca9f280d0ac4173cdd29f745fd574a3b597969e7 (diff)
Imported Debian patch 0.998-1debian/0.998-1
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
-rw-r--r--debian/control2
-rw-r--r--debian/patches/deb_docviewer.patch6
-rw-r--r--debian/patches/deb_gimp_acquire_menu.patch6
-rw-r--r--debian/patches/deb_inhibit_clickthrough.patch6
-rw-r--r--debian/patches/deb_printing_defaults.patch6
-rw-r--r--debian/patches/fix_broken_links.patch6
-rw-r--r--debian/patches/fix_message_typo.patch162
-rw-r--r--debian/patches/fix_options_handling_fix.patch36
-rw-r--r--debian/patches/fix_pdf_floats.patch14
-rw-r--r--debian/patches/fix_pdf_xref.patch6
-rw-r--r--debian/patches/fix_preview_mouse_events.patch10
-rw-r--r--debian/patches/fix_spin_button_pagesize.patch42
-rw-r--r--debian/patches/i18n_po_update_es_add_gl.patch18
-rw-r--r--debian/patches/i18n_po_update_fr.patch6
15 files changed, 161 insertions, 174 deletions
diff --git a/debian/changelog b/debian/changelog
index 20d47d1..4be7fe4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+xsane (0.998-1) unstable; urgency=low
+
+ * New upstream release.
+
+ * debian/control:
+ + Bump Standards-Version to 3.9.1 (no changes).
+
+ -- Julien BLACHE <jblache@debian.org> Fri, 04 Feb 2011 19:56:33 +0100
+
xsane (0.997-2) unstable; urgency=low
* debian/patches/fix_spin_button_pagesize.patch:
diff --git a/debian/control b/debian/control
index 1f835f0..83d8d45 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xsane
Section: graphics
Priority: optional
Maintainer: Julien BLACHE <jblache@debian.org>
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
Build-Depends: debhelper (>= 5), libgimp2.0-dev (>= 2.0.0), libgtk2.0-dev, libjpeg62-dev, libpng12-dev, libtiff4-dev, liblcms1-dev, libsane-dev (>= 1.0.11-3), zlib1g-dev, gettext, autotools-dev
Package: xsane
diff --git a/debian/patches/deb_docviewer.patch b/debian/patches/deb_docviewer.patch
index ad6e9cb..8e5bc0c 100644
--- a/debian/patches/deb_docviewer.patch
+++ b/debian/patches/deb_docviewer.patch
@@ -3,10 +3,10 @@ Description: Use sensible-browser
Author: Julien BLACHE <jblache@debian.org>
Forwarded: not-needed
-Index: xsane-0.996/src/xsane.h
+Index: xsane-0.998/src/xsane.h
===================================================================
---- xsane-0.996.orig/src/xsane.h 2010-03-13 20:42:56.787742668 +0100
-+++ xsane-0.996/src/xsane.h 2010-03-13 20:42:58.391742649 +0100
+--- xsane-0.998.orig/src/xsane.h 2011-02-04 19:50:22.945016002 +0100
++++ xsane-0.998/src/xsane.h 2011-02-04 19:50:32.653016002 +0100
@@ -251,7 +251,7 @@
# elif defined(HAVE_OS2_H)
# define DEFAULT_BROWSER "netscape"
diff --git a/debian/patches/deb_gimp_acquire_menu.patch b/debian/patches/deb_gimp_acquire_menu.patch
index f372107..d5eb94d 100644
--- a/debian/patches/deb_gimp_acquire_menu.patch
+++ b/debian/patches/deb_gimp_acquire_menu.patch
@@ -3,10 +3,10 @@ Description: Change XSane's GIMP menu layout
Author: Julien BLACHE <jblache@debian.org>
Forwarded: not-needed
-Index: xsane-0.997/src/xsane-text.h
+Index: xsane-0.998/src/xsane-text.h
===================================================================
---- xsane-0.997.orig/src/xsane-text.h 2002-08-16 10:34:58.000000000 +0200
-+++ xsane-0.997/src/xsane-text.h 2010-05-29 12:30:25.543408856 +0200
+--- xsane-0.998.orig/src/xsane-text.h 2002-08-16 10:34:58.000000000 +0200
++++ xsane-0.998/src/xsane-text.h 2011-02-04 19:50:36.505016000 +0100
@@ -870,8 +870,8 @@
#define XSANE_GIMP_INSTALL_HELP _("This function provides access to scanners and other image acquisition devices through the SANE (Scanner Access Now Easy) interface.")
diff --git a/debian/patches/deb_inhibit_clickthrough.patch b/debian/patches/deb_inhibit_clickthrough.patch
index 6c6a98a..5b1ab31 100644
--- a/debian/patches/deb_inhibit_clickthrough.patch
+++ b/debian/patches/deb_inhibit_clickthrough.patch
@@ -3,10 +3,10 @@ Description: Inhibit XSane's click-through license
Author: Julien BLACHE <jblache@debian.org>
Forwarded: not-needed
-Index: xsane-0.997/src/xsane.c
+Index: xsane-0.998/src/xsane.c
===================================================================
---- xsane-0.997.orig/src/xsane.c 2002-10-02 13:02:50.000000000 +0200
-+++ xsane-0.997/src/xsane.c 2010-05-29 12:30:32.277409114 +0200
+--- xsane-0.998.orig/src/xsane.c 2010-11-16 21:57:51.000000000 +0100
++++ xsane-0.998/src/xsane.c 2011-02-04 19:50:40.957016002 +0100
@@ -1909,11 +1909,11 @@
/* ---------------------------------------------------------------------------------------------------------------------- */
diff --git a/debian/patches/deb_printing_defaults.patch b/debian/patches/deb_printing_defaults.patch
index a3b9ce5..0e55191 100644
--- a/debian/patches/deb_printing_defaults.patch
+++ b/debian/patches/deb_printing_defaults.patch
@@ -3,10 +3,10 @@ Description: Set default printing options for lp
Author: Julien BLACHE <jblache@debian.org>
Forwarded: not-needed
-Index: xsane-0.996/src/xsane.h
+Index: xsane-0.998/src/xsane.h
===================================================================
---- xsane-0.996.orig/src/xsane.h 2010-03-13 20:42:33.711742315 +0100
-+++ xsane-0.996/src/xsane.h 2010-03-13 20:42:56.787742668 +0100
+--- xsane-0.998.orig/src/xsane.h 2010-11-16 22:00:33.000000000 +0100
++++ xsane-0.998/src/xsane.h 2011-02-04 19:50:22.945016002 +0100
@@ -510,8 +510,8 @@
#define OUT_FILENAME "out.pnm"
diff --git a/debian/patches/fix_broken_links.patch b/debian/patches/fix_broken_links.patch
index 1b29bb5..a556d0e 100644
--- a/debian/patches/fix_broken_links.patch
+++ b/debian/patches/fix_broken_links.patch
@@ -2,10 +2,10 @@ Description: Fix broken links in HTML documentation
Fix/remove a couple of broken links.
Author: Julien BLACHE <jblache@debian.org>
-Index: xsane-0.996/doc/sane-xsane-doc.html
+Index: xsane-0.998/doc/sane-xsane-doc.html
===================================================================
---- xsane-0.996.orig/doc/sane-xsane-doc.html 2010-03-13 20:42:16.605742467 +0100
-+++ xsane-0.996/doc/sane-xsane-doc.html 2010-03-13 20:43:04.172741448 +0100
+--- xsane-0.998.orig/doc/sane-xsane-doc.html 2007-03-03 14:11:32.000000000 +0100
++++ xsane-0.998/doc/sane-xsane-doc.html 2011-02-04 19:51:09.289016000 +0100
@@ -165,8 +165,7 @@
<li><a href="sane-xsane-setup-display-doc.html">Display setup</a></li>
<li><a href="sane-xsane-setup-enhancement-doc.html">Enhancement setup</a></li>
diff --git a/debian/patches/fix_message_typo.patch b/debian/patches/fix_message_typo.patch
index 0048200..17b8fae 100644
--- a/debian/patches/fix_message_typo.patch
+++ b/debian/patches/fix_message_typo.patch
@@ -5,10 +5,10 @@ Origin: other, http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;bug=569747
Bug-Debian: http://bugs.debian.org/569747
Forwarded: no
-Index: xsane-0.996/po/ca.po
+Index: xsane-0.998/po/ca.po
===================================================================
---- xsane-0.996.orig/po/ca.po 2010-03-13 20:46:20.672742276 +0100
-+++ xsane-0.996/po/ca.po 2010-03-13 20:45:14.249740726 +0100
+--- xsane-0.998.orig/po/ca.po 2007-11-21 20:18:25.000000000 +0100
++++ xsane-0.998/po/ca.po 2011-02-04 19:51:14.781016002 +0100
@@ -1969,11 +1969,11 @@
msgstr "Valor gamma addicional de la component blava per a les fotocòpies"
@@ -23,10 +23,10 @@ Index: xsane-0.996/po/ca.po
msgstr "Crea un fitxer PostScript que conté el perfil ICM de la impressora"
#. DESC_PRINTER_CMS_BPC
-Index: xsane-0.996/po/cs.po
+Index: xsane-0.998/po/cs.po
===================================================================
---- xsane-0.996.orig/po/cs.po 2010-03-13 20:46:21.274742724 +0100
-+++ xsane-0.996/po/cs.po 2010-03-13 20:45:14.256740809 +0100
+--- xsane-0.998.orig/po/cs.po 2007-11-21 20:18:25.000000000 +0100
++++ xsane-0.998/po/cs.po 2011-02-04 19:51:14.781016002 +0100
@@ -2015,11 +2015,11 @@
msgstr "Dodatečná gama hodnota pro modrou komponentu pro kopírování"
@@ -41,10 +41,10 @@ Index: xsane-0.996/po/cs.po
msgstr ""
#. DESC_PRINTER_CMS_BPC
-Index: xsane-0.996/po/da.po
+Index: xsane-0.998/po/da.po
===================================================================
---- xsane-0.996.orig/po/da.po 2010-03-13 20:46:21.239742190 +0100
-+++ xsane-0.996/po/da.po 2010-03-13 20:45:14.262740719 +0100
+--- xsane-0.998.orig/po/da.po 2007-11-21 20:18:26.000000000 +0100
++++ xsane-0.998/po/da.po 2011-02-04 19:51:14.801016002 +0100
@@ -1960,11 +1960,11 @@
msgstr "Supplerende gammaværdi for fotokopiering, blå farvedel"
@@ -59,10 +59,10 @@ Index: xsane-0.996/po/da.po
msgstr "Danner en postscriptfil der indeholder ICM-profilen for printeren"
#. DESC_PRINTER_CMS_BPC
-Index: xsane-0.996/po/de.po
+Index: xsane-0.998/po/de.po
===================================================================
---- xsane-0.996.orig/po/de.po 2010-03-13 20:46:20.332742592 +0100
-+++ xsane-0.996/po/de.po 2010-03-13 20:45:14.269740667 +0100
+--- xsane-0.998.orig/po/de.po 2007-11-21 20:18:26.000000000 +0100
++++ xsane-0.998/po/de.po 2011-02-04 19:51:14.825016002 +0100
@@ -1962,11 +1962,11 @@
msgstr "Zusätzlicher Gammawert für blaue Komponente beim Fotokopieren"
@@ -77,10 +77,10 @@ Index: xsane-0.996/po/de.po
msgstr "Erzeugt eine Postscriptdatei die das ICM-Profil des Druckers enthält"
#. DESC_PRINTER_CMS_BPC
-Index: xsane-0.996/po/es.po
+Index: xsane-0.998/po/es.po
===================================================================
---- xsane-0.996.orig/po/es.po 2010-03-13 20:46:21.375742617 +0100
-+++ xsane-0.996/po/es.po 2010-03-13 21:03:05.849742195 +0100
+--- xsane-0.998.orig/po/es.po 2007-11-21 20:18:26.000000000 +0100
++++ xsane-0.998/po/es.po 2011-02-04 19:51:14.853016001 +0100
@@ -2048,11 +2048,11 @@
msgstr "Valor de gamma adicional del valor azul para fotocopia"
@@ -95,10 +95,10 @@ Index: xsane-0.996/po/es.po
msgstr ""
#. DESC_PRINTER_CMS_BPC
-Index: xsane-0.996/po/fi.po
+Index: xsane-0.998/po/fi.po
===================================================================
---- xsane-0.996.orig/po/fi.po 2010-03-13 20:46:20.970742508 +0100
-+++ xsane-0.996/po/fi.po 2010-03-13 20:45:14.283740735 +0100
+--- xsane-0.998.orig/po/fi.po 2007-11-21 20:18:26.000000000 +0100
++++ xsane-0.998/po/fi.po 2011-02-04 19:51:14.877016001 +0100
@@ -1943,11 +1943,11 @@
msgstr ""
@@ -113,10 +113,10 @@ Index: xsane-0.996/po/fi.po
msgstr ""
#. DESC_PRINTER_CMS_BPC
-Index: xsane-0.996/po/fr.po
+Index: xsane-0.998/po/fr.po
===================================================================
---- xsane-0.996.orig/po/fr.po 2010-03-13 20:46:21.190742810 +0100
-+++ xsane-0.996/po/fr.po 2010-03-13 21:01:04.698741767 +0100
+--- xsane-0.998.orig/po/fr.po 2007-11-21 20:18:26.000000000 +0100
++++ xsane-0.998/po/fr.po 2011-02-04 19:51:14.921016003 +0100
@@ -2042,11 +2042,11 @@
msgstr "Gamma additionnel pour la composante bleue pour la photocopie"
@@ -131,10 +131,10 @@ Index: xsane-0.996/po/fr.po
msgstr ""
#. DESC_PRINTER_CMS_BPC
-Index: xsane-0.996/po/hu.po
+Index: xsane-0.998/po/hu.po
===================================================================
---- xsane-0.996.orig/po/hu.po 2010-03-13 20:46:20.589742210 +0100
-+++ xsane-0.996/po/hu.po 2010-03-13 20:45:14.297740727 +0100
+--- xsane-0.998.orig/po/hu.po 2007-11-21 20:18:27.000000000 +0100
++++ xsane-0.998/po/hu.po 2011-02-04 19:51:14.945016000 +0100
@@ -2012,11 +2012,11 @@
msgstr "Plusz kék gamma érték a fotómásoláshoz"
@@ -149,10 +149,10 @@ Index: xsane-0.996/po/hu.po
msgstr ""
#. DESC_PRINTER_CMS_BPC
-Index: xsane-0.996/po/it.po
+Index: xsane-0.998/po/it.po
===================================================================
---- xsane-0.996.orig/po/it.po 2010-03-13 20:46:20.367742448 +0100
-+++ xsane-0.996/po/it.po 2010-03-13 20:45:14.303740706 +0100
+--- xsane-0.998.orig/po/it.po 2007-11-21 20:18:27.000000000 +0100
++++ xsane-0.998/po/it.po 2011-02-04 19:51:14.965016001 +0100
@@ -1965,11 +1965,11 @@
msgstr "Valore aggiuntivo della gamma per la componente blu per la fotocopia"
@@ -167,10 +167,10 @@ Index: xsane-0.996/po/it.po
msgstr "Crea un file postscript che contiene il profilo ICM della stampante"
#. DESC_PRINTER_CMS_BPC
-Index: xsane-0.996/po/ja.po
+Index: xsane-0.998/po/ja.po
===================================================================
---- xsane-0.996.orig/po/ja.po 2010-03-13 20:46:20.832742745 +0100
-+++ xsane-0.996/po/ja.po 2010-03-13 20:45:14.310740713 +0100
+--- xsane-0.998.orig/po/ja.po 2007-11-21 20:18:27.000000000 +0100
++++ xsane-0.998/po/ja.po 2011-02-04 19:51:14.981016000 +0100
@@ -2031,11 +2031,11 @@
msgstr "焼き増しへの青成分追加ガンマ値"
@@ -185,10 +185,10 @@ Index: xsane-0.996/po/ja.po
msgstr ""
#. DESC_PRINTER_CMS_BPC
-Index: xsane-0.996/po/nl.po
+Index: xsane-0.998/po/nl.po
===================================================================
---- xsane-0.996.orig/po/nl.po 2010-03-13 20:46:20.493742583 +0100
-+++ xsane-0.996/po/nl.po 2010-03-13 20:45:14.317740738 +0100
+--- xsane-0.998.orig/po/nl.po 2007-11-21 20:18:27.000000000 +0100
++++ xsane-0.998/po/nl.po 2011-02-04 19:51:14.997016002 +0100
@@ -2025,11 +2025,11 @@
msgstr "Extra gammacorrectie voor blauw voor fotokopie"
@@ -203,10 +203,10 @@ Index: xsane-0.996/po/nl.po
msgstr ""
#. DESC_PRINTER_CMS_BPC
-Index: xsane-0.996/po/pa.po
+Index: xsane-0.998/po/pa.po
===================================================================
---- xsane-0.996.orig/po/pa.po 2010-03-13 20:46:21.104742156 +0100
-+++ xsane-0.996/po/pa.po 2010-03-13 20:45:14.324740795 +0100
+--- xsane-0.998.orig/po/pa.po 2007-11-21 20:18:28.000000000 +0100
++++ xsane-0.998/po/pa.po 2011-02-04 19:51:15.013016002 +0100
@@ -1951,11 +1951,11 @@
msgstr "ਫੋਟੋ-ਕਾਪੀ ਲਈ ਨੀਲੇ ਭਾਗ ਵਾਸਤੇ ਹੋਰ ਗਾਮਾ ਮੁੱਲ"
@@ -221,10 +221,10 @@ Index: xsane-0.996/po/pa.po
msgstr "ਇੱਕ ਪੋਸਟ-ਸਕ੍ਰਿਪਟ ਫਾਇਲ ਬਣਾਓ, ਜੋ ਕਿ ਪਰਿੰਟਰ ਦਾ ICM ਪਰੋਫਾਇਲ ਰੱਖਦੀ ਹੋਵੇ।"
#. DESC_PRINTER_CMS_BPC
-Index: xsane-0.996/po/pl.po
+Index: xsane-0.998/po/pl.po
===================================================================
---- xsane-0.996.orig/po/pl.po 2010-03-13 20:46:20.527742248 +0100
-+++ xsane-0.996/po/pl.po 2010-03-13 20:45:14.331740912 +0100
+--- xsane-0.998.orig/po/pl.po 2007-11-21 20:18:28.000000000 +0100
++++ xsane-0.998/po/pl.po 2011-02-04 19:51:15.049016001 +0100
@@ -2030,11 +2030,11 @@
msgstr "Dodatkowy parametr gamma dla niebieskiej składowej kopii"
@@ -239,10 +239,10 @@ Index: xsane-0.996/po/pl.po
msgstr ""
#. DESC_PRINTER_CMS_BPC
-Index: xsane-0.996/po/pt.po
+Index: xsane-0.998/po/pt.po
===================================================================
---- xsane-0.996.orig/po/pt.po 2010-03-13 20:46:20.885742285 +0100
-+++ xsane-0.996/po/pt.po 2010-03-13 20:45:14.338740732 +0100
+--- xsane-0.998.orig/po/pt.po 2007-11-21 20:18:28.000000000 +0100
++++ xsane-0.998/po/pt.po 2011-02-04 19:51:15.065016001 +0100
@@ -2040,11 +2040,11 @@
msgstr "Valor gama adicional para o componente azul para fotocópia"
@@ -257,10 +257,10 @@ Index: xsane-0.996/po/pt.po
msgstr ""
#. DESC_PRINTER_CMS_BPC
-Index: xsane-0.996/po/pt_BR.po
+Index: xsane-0.998/po/pt_BR.po
===================================================================
---- xsane-0.996.orig/po/pt_BR.po 2010-03-13 20:46:20.922742415 +0100
-+++ xsane-0.996/po/pt_BR.po 2010-03-13 20:45:14.345740676 +0100
+--- xsane-0.998.orig/po/pt_BR.po 2007-11-21 20:18:28.000000000 +0100
++++ xsane-0.998/po/pt_BR.po 2011-02-04 19:51:15.081016002 +0100
@@ -2040,11 +2040,11 @@
msgstr "Valor gama adicional para o componente azul para fotocópia"
@@ -275,10 +275,10 @@ Index: xsane-0.996/po/pt_BR.po
msgstr ""
#. DESC_PRINTER_CMS_BPC
-Index: xsane-0.996/po/ro.po
+Index: xsane-0.998/po/ro.po
===================================================================
---- xsane-0.996.orig/po/ro.po 2010-03-13 20:46:21.003742774 +0100
-+++ xsane-0.996/po/ro.po 2010-03-13 20:45:14.352740744 +0100
+--- xsane-0.998.orig/po/ro.po 2007-11-21 20:18:28.000000000 +0100
++++ xsane-0.998/po/ro.po 2011-02-04 19:51:15.097016002 +0100
@@ -2043,11 +2043,11 @@
msgstr "Valoare gamma adiţională componentă albastru pt. fotocopie"
@@ -293,10 +293,10 @@ Index: xsane-0.996/po/ro.po
msgstr ""
#. DESC_PRINTER_CMS_BPC
-Index: xsane-0.996/po/ru.po
+Index: xsane-0.998/po/ru.po
===================================================================
---- xsane-0.996.orig/po/ru.po 2010-03-13 20:46:20.799742211 +0100
-+++ xsane-0.996/po/ru.po 2010-03-13 20:45:14.359740721 +0100
+--- xsane-0.998.orig/po/ru.po 2007-11-21 20:18:29.000000000 +0100
++++ xsane-0.998/po/ru.po 2011-02-04 19:51:15.133016000 +0100
@@ -2024,11 +2024,11 @@
msgstr "Дополнительное значение синего компонента гаммы при копировании"
@@ -311,10 +311,10 @@ Index: xsane-0.996/po/ru.po
msgstr ""
#. DESC_PRINTER_CMS_BPC
-Index: xsane-0.996/po/sk.po
+Index: xsane-0.998/po/sk.po
===================================================================
---- xsane-0.996.orig/po/sk.po 2010-03-13 20:46:20.298742205 +0100
-+++ xsane-0.996/po/sk.po 2010-03-13 20:45:14.365740770 +0100
+--- xsane-0.998.orig/po/sk.po 2007-11-21 20:18:29.000000000 +0100
++++ xsane-0.998/po/sk.po 2011-02-04 19:51:15.149016002 +0100
@@ -1971,11 +1971,11 @@
msgstr "Dodatočná gama hodnota pre modrý komponent fotokópie"
@@ -329,10 +329,10 @@ Index: xsane-0.996/po/sk.po
msgstr "Vytvoriť postscript súbor obsahujúci ICM profil tlačiarne"
#. DESC_PRINTER_CMS_BPC
-Index: xsane-0.996/po/sl.po
+Index: xsane-0.998/po/sl.po
===================================================================
---- xsane-0.996.orig/po/sl.po 2010-03-13 20:46:20.718742501 +0100
-+++ xsane-0.996/po/sl.po 2010-03-13 20:45:14.372740679 +0100
+--- xsane-0.998.orig/po/sl.po 2007-11-21 20:18:29.000000000 +0100
++++ xsane-0.998/po/sl.po 2011-02-04 19:51:15.165016000 +0100
@@ -2015,11 +2015,11 @@
msgstr "Dodatna vrednost gama za modro komponento pri fotokopiranju"
@@ -347,10 +347,10 @@ Index: xsane-0.996/po/sl.po
msgstr ""
#. DESC_PRINTER_CMS_BPC
-Index: xsane-0.996/po/sr.po
+Index: xsane-0.998/po/sr.po
===================================================================
---- xsane-0.996.orig/po/sr.po 2010-03-13 20:46:21.072742358 +0100
-+++ xsane-0.996/po/sr.po 2010-03-13 21:04:32.620741160 +0100
+--- xsane-0.998.orig/po/sr.po 2007-11-21 20:18:29.000000000 +0100
++++ xsane-0.998/po/sr.po 2011-02-04 19:51:15.189016000 +0100
@@ -1958,12 +1958,12 @@
msgstr "Додатна вредност гама за плаву компоненту при фотокопирању"
@@ -368,10 +368,10 @@ Index: xsane-0.996/po/sr.po
#. DESC_PRINTER_CMS_BPC
msgid "Applies black point compensation"
-Index: xsane-0.996/po/sv.po
+Index: xsane-0.998/po/sv.po
===================================================================
---- xsane-0.996.orig/po/sv.po 2010-03-13 20:46:20.764742735 +0100
-+++ xsane-0.996/po/sv.po 2010-03-13 20:45:14.385740768 +0100
+--- xsane-0.998.orig/po/sv.po 2007-11-21 20:18:30.000000000 +0100
++++ xsane-0.998/po/sv.po 2011-02-04 19:51:15.209016000 +0100
@@ -2043,11 +2043,11 @@
msgstr "Extra gammavärde för den blåa komponeneten vid fotokopiering"
@@ -386,10 +386,10 @@ Index: xsane-0.996/po/sv.po
msgstr ""
#. DESC_PRINTER_CMS_BPC
-Index: xsane-0.996/po/tr.po
+Index: xsane-0.998/po/tr.po
===================================================================
---- xsane-0.996.orig/po/tr.po 2010-03-13 20:46:21.147742196 +0100
-+++ xsane-0.996/po/tr.po 2010-03-13 20:45:14.392740765 +0100
+--- xsane-0.998.orig/po/tr.po 2007-11-21 20:18:30.000000000 +0100
++++ xsane-0.998/po/tr.po 2011-02-04 19:51:15.409016001 +0100
@@ -2023,11 +2023,11 @@
msgstr "Fotokopi için mavi bileşenin ilave gamma değeri"
@@ -404,10 +404,10 @@ Index: xsane-0.996/po/tr.po
msgstr ""
#. DESC_PRINTER_CMS_BPC
-Index: xsane-0.996/po/vi.po
+Index: xsane-0.998/po/vi.po
===================================================================
---- xsane-0.996.orig/po/vi.po 2010-03-13 20:46:20.457742815 +0100
-+++ xsane-0.996/po/vi.po 2010-03-13 20:45:14.399740734 +0100
+--- xsane-0.998.orig/po/vi.po 2007-11-21 20:18:30.000000000 +0100
++++ xsane-0.998/po/vi.po 2011-02-04 19:51:15.425016002 +0100
@@ -2061,11 +2061,11 @@
msgstr "Giá trị gamma thêm cho thành phần màu xanh da trời cho photocopy"
@@ -422,10 +422,10 @@ Index: xsane-0.996/po/vi.po
msgstr ""
#. DESC_PRINTER_CMS_BPC
-Index: xsane-0.996/po/xsane.pot
+Index: xsane-0.998/po/xsane.pot
===================================================================
---- xsane-0.996.orig/po/xsane.pot 2010-03-13 20:46:21.039741815 +0100
-+++ xsane-0.996/po/xsane.pot 2010-03-13 20:45:34.967740754 +0100
+--- xsane-0.998.orig/po/xsane.pot 2007-08-13 09:22:06.000000000 +0200
++++ xsane-0.998/po/xsane.pot 2011-02-04 19:51:15.425016003 +0100
@@ -1912,11 +1912,11 @@
msgstr ""
@@ -440,10 +440,10 @@ Index: xsane-0.996/po/xsane.pot
msgstr ""
#. DESC_PRINTER_CMS_BPC
-Index: xsane-0.996/po/zh.po
+Index: xsane-0.998/po/zh.po
===================================================================
---- xsane-0.996.orig/po/zh.po 2010-03-13 20:46:21.306742209 +0100
-+++ xsane-0.996/po/zh.po 2010-03-13 20:45:14.405740725 +0100
+--- xsane-0.998.orig/po/zh.po 2007-11-21 20:18:30.000000000 +0100
++++ xsane-0.998/po/zh.po 2011-02-04 19:51:15.457016001 +0100
@@ -2011,11 +2011,11 @@
msgstr ""
@@ -458,10 +458,10 @@ Index: xsane-0.996/po/zh.po
msgstr ""
#. DESC_PRINTER_CMS_BPC
-Index: xsane-0.996/po/zh_CN.po
+Index: xsane-0.998/po/zh_CN.po
===================================================================
---- xsane-0.996.orig/po/zh_CN.po 2010-03-13 20:46:20.623742975 +0100
-+++ xsane-0.996/po/zh_CN.po 2010-03-13 20:45:14.412740725 +0100
+--- xsane-0.998.orig/po/zh_CN.po 2007-11-21 20:18:30.000000000 +0100
++++ xsane-0.998/po/zh_CN.po 2011-02-04 19:51:15.493016000 +0100
@@ -1986,11 +1986,11 @@
msgstr ""
@@ -476,10 +476,10 @@ Index: xsane-0.996/po/zh_CN.po
msgstr ""
#. DESC_PRINTER_CMS_BPC
-Index: xsane-0.996/src/xsane-text.h
+Index: xsane-0.998/src/xsane-text.h
===================================================================
---- xsane-0.996.orig/src/xsane-text.h 2010-03-13 20:46:21.699742631 +0100
-+++ xsane-0.996/src/xsane-text.h 2010-03-13 20:45:01.429741046 +0100
+--- xsane-0.998.orig/src/xsane-text.h 2011-02-04 19:50:36.505016000 +0100
++++ xsane-0.998/src/xsane-text.h 2011-02-04 19:51:15.493016001 +0100
@@ -579,8 +579,8 @@
#define DESC_PRINTER_GAMMA_RED _("Additional gamma value for red component for photocopy")
#define DESC_PRINTER_GAMMA_GREEN _("Additional gamma value for green component for photocopy")
diff --git a/debian/patches/fix_options_handling_fix.patch b/debian/patches/fix_options_handling_fix.patch
index 4b6565c..49084fe 100644
--- a/debian/patches/fix_options_handling_fix.patch
+++ b/debian/patches/fix_options_handling_fix.patch
@@ -4,11 +4,11 @@ Description: Fixup options handling
be stable, and actually isn't stable when the net backend is used.
Author: Julien BLACHE <jblache@debian.org>
-Index: xsane-0.997/src/xsane-back-gtk.c
+Index: xsane-0.998/src/xsane-back-gtk.c
===================================================================
---- xsane-0.997.orig/src/xsane-back-gtk.c 2002-10-02 13:05:52.000000000 +0200
-+++ xsane-0.997/src/xsane-back-gtk.c 2010-05-29 12:30:37.652409969 +0200
-@@ -2229,11 +2229,13 @@
+--- xsane-0.998.orig/src/xsane-back-gtk.c 2010-11-16 21:24:59.000000000 +0100
++++ xsane-0.998/src/xsane-back-gtk.c 2011-02-04 19:50:46.389016001 +0100
+@@ -2225,11 +2225,13 @@
/* ----------------------------------------------------------------------------------------------------------------- */
void xsane_back_gtk_option_menu_new(GtkWidget *parent, const char *name, char *str_list[],
@@ -23,7 +23,7 @@ Index: xsane-0.997/src/xsane-back-gtk.c
int i, num_items;
DBG(DBG_proc, "xsane_back_gtk_option_menu_new(%s)\n", name);
-@@ -2251,16 +2253,23 @@
+@@ -2247,16 +2249,23 @@
menu_items = malloc((num_items + 1) * sizeof(menu_items[0]));
@@ -49,7 +49,7 @@ Index: xsane-0.997/src/xsane-back-gtk.c
menu_items[i].elem = elem;
menu_items[i].index = i;
}
-@@ -2406,14 +2415,15 @@
+@@ -2402,14 +2411,15 @@
xsane.standard_hbox = NULL;
xsane.advanced_hbox = NULL;
@@ -67,10 +67,10 @@ Index: xsane-0.997/src/xsane-back-gtk.c
{
for (j = 0; j < elem->menu_size; ++j)
{
-Index: xsane-0.997/src/xsane-back-gtk.h
+Index: xsane-0.998/src/xsane-back-gtk.h
===================================================================
---- xsane-0.997.orig/src/xsane-back-gtk.h 2007-02-24 01:56:54.000000000 +0100
-+++ xsane-0.997/src/xsane-back-gtk.h 2010-05-29 12:30:37.652409969 +0200
+--- xsane-0.998.orig/src/xsane-back-gtk.h 2007-02-24 01:56:54.000000000 +0100
++++ xsane-0.998/src/xsane-back-gtk.h 2011-02-04 19:50:46.389016001 +0100
@@ -117,7 +117,7 @@
gfloat quant, int automatic,
DialogElement *elem, GtkTooltips *tooltips, const char *desc, SANE_Int settable);
@@ -80,10 +80,10 @@ Index: xsane-0.997/src/xsane-back-gtk.h
extern void xsane_back_gtk_text_entry_new(GtkWidget *parent, const char *name, const char *val,
DialogElement *elem, GtkTooltips *tooltips, const char *desc, SANE_Int settable);
extern void xsane_back_gtk_push_button_callback(GtkWidget *widget, gpointer data);
-Index: xsane-0.997/src/xsane-front-gtk.c
+Index: xsane-0.998/src/xsane-front-gtk.c
===================================================================
---- xsane-0.997.orig/src/xsane-front-gtk.c 2002-10-02 13:04:33.000000000 +0200
-+++ xsane-0.997/src/xsane-front-gtk.c 2010-05-29 12:30:37.681408559 +0200
+--- xsane-0.998.orig/src/xsane-front-gtk.c 2010-11-16 21:25:33.000000000 +0100
++++ xsane-0.998/src/xsane-front-gtk.c 2011-02-04 19:50:46.393016001 +0100
@@ -64,10 +64,10 @@
int *state, void *xsane_toggle_button_callback);
GtkWidget *xsane_button_new_with_pixmap(GdkWindow *window, GtkWidget *parent, const char *xpm_d[], const char *desc,
@@ -158,10 +158,10 @@ Index: xsane-0.997/src/xsane-front-gtk.c
gtk_widget_show(hbox);
}
-Index: xsane-0.997/src/xsane-front-gtk.h
+Index: xsane-0.998/src/xsane-front-gtk.h
===================================================================
---- xsane-0.997.orig/src/xsane-front-gtk.h 2007-05-17 14:45:19.000000000 +0200
-+++ xsane-0.997/src/xsane-front-gtk.h 2010-05-29 12:30:37.705467626 +0200
+--- xsane-0.998.orig/src/xsane-front-gtk.h 2007-05-17 14:45:19.000000000 +0200
++++ xsane-0.998/src/xsane-front-gtk.h 2011-02-04 19:50:46.453016001 +0100
@@ -54,10 +54,10 @@
extern GtkWidget *xsane_button_new_with_pixmap(GdkWindow *window, GtkWidget *parent, const char *xpm_d[], const char *desc,
void *xsane_button_callback, gpointer data);
@@ -175,10 +175,10 @@ Index: xsane-0.997/src/xsane-front-gtk.h
GtkWidget **data, int option,
void *option_menu_callback, SANE_Int settable, const gchar *widget_name);
extern void xsane_range_new(GtkBox *parent, char *labeltext, const char *desc,
-Index: xsane-0.997/src/xsane.c
+Index: xsane-0.998/src/xsane.c
===================================================================
---- xsane-0.997.orig/src/xsane.c 2010-05-29 12:30:32.277409114 +0200
-+++ xsane-0.997/src/xsane.c 2010-05-29 12:30:37.711409616 +0200
+--- xsane-0.998.orig/src/xsane.c 2011-02-04 19:50:40.957016002 +0100
++++ xsane-0.998/src/xsane.c 2011-02-04 19:50:46.457016001 +0100
@@ -876,7 +876,7 @@
str_list[j] = 0;
sprintf(str, "%d", (int) val);
diff --git a/debian/patches/fix_pdf_floats.patch b/debian/patches/fix_pdf_floats.patch
index 39a0592..869deee 100644
--- a/debian/patches/fix_pdf_floats.patch
+++ b/debian/patches/fix_pdf_floats.patch
@@ -4,10 +4,10 @@ Description: Fix floats in PDF and PostScript
Author: Julien BLACHE <jblache@debian.org>
Forwarded: yes
-Index: xsane-0.996/src/xsane-save.c
+Index: xsane-0.998/src/xsane-save.c
===================================================================
---- xsane-0.996.orig/src/xsane-save.c 2010-03-13 20:42:23.891741843 +0100
-+++ xsane-0.996/src/xsane-save.c 2010-03-13 20:43:02.545741964 +0100
+--- xsane-0.998.orig/src/xsane-save.c 2010-11-16 22:06:00.000000000 +0100
++++ xsane-0.998/src/xsane-save.c 2011-02-04 19:51:01.557016000 +0100
@@ -26,6 +26,8 @@
#include "xsane-back-gtk.h"
#include "xsane-front-gtk.h"
@@ -17,7 +17,7 @@ Index: xsane-0.996/src/xsane-save.c
#include <time.h>
#include <sys/wait.h>
-@@ -2411,6 +2413,7 @@
+@@ -2415,6 +2417,7 @@
int flatedecode)
{
int depth;
@@ -25,7 +25,7 @@ Index: xsane-0.996/src/xsane-save.c
depth = image_info->depth;
-@@ -2428,8 +2431,15 @@
+@@ -2432,8 +2435,15 @@
fprintf(outfile, "%d rotate\n", degree);
fprintf(outfile, "%d %d translate\n", position_left, position_bottom);
@@ -41,7 +41,7 @@ Index: xsane-0.996/src/xsane-save.c
fprintf(outfile, "<<\n");
fprintf(outfile, " /ImageType 1\n");
fprintf(outfile, " /Width %d\n", image_info->image_width);
-@@ -3889,6 +3899,7 @@
+@@ -3895,6 +3905,7 @@
int position_left, position_bottom, box_left, box_bottom, box_right, box_top, depth;
int left, bottom;
float rad;
@@ -49,7 +49,7 @@ Index: xsane-0.996/src/xsane-save.c
DBG(DBG_proc, "xsane_save_pdf_create_page_header\n");
-@@ -4003,8 +4014,16 @@
+@@ -4009,8 +4020,16 @@
fprintf(outfile, "q\n");
fprintf(outfile, "1 0 0 1 %d %d cm\n", position_left, position_bottom); /* translate */
diff --git a/debian/patches/fix_pdf_xref.patch b/debian/patches/fix_pdf_xref.patch
index 302caae..0b81e9d 100644
--- a/debian/patches/fix_pdf_xref.patch
+++ b/debian/patches/fix_pdf_xref.patch
@@ -3,10 +3,10 @@ Description: Fix xref table generation
Author: Julien BLACHE <jblache@debian.org>
Forwarded: yes
-Index: xsane-0.996/src/xsane-multipage-project.c
+Index: xsane-0.998/src/xsane-multipage-project.c
===================================================================
---- xsane-0.996.orig/src/xsane-multipage-project.c 2010-03-13 20:42:27.672742804 +0100
-+++ xsane-0.996/src/xsane-multipage-project.c 2010-03-13 20:43:01.671742346 +0100
+--- xsane-0.998.orig/src/xsane-multipage-project.c 2010-11-16 21:25:50.000000000 +0100
++++ xsane-0.998/src/xsane-multipage-project.c 2011-02-04 19:50:53.929016002 +0100
@@ -973,6 +973,10 @@
else if (output_format == XSANE_PDF)
{
diff --git a/debian/patches/fix_preview_mouse_events.patch b/debian/patches/fix_preview_mouse_events.patch
index f07e8c1..c047ed8 100644
--- a/debian/patches/fix_preview_mouse_events.patch
+++ b/debian/patches/fix_preview_mouse_events.patch
@@ -4,10 +4,10 @@ Description: Fix mouse events handling in preview window
Bug-Debian: http://bugs.debian.org/583661
Author: Reinhard Fssmeier <info@ais-sanmarino.org>
-Index: xsane-0.997/src/xsane-preview.c
+Index: xsane-0.998/src/xsane-preview.c
===================================================================
---- xsane-0.997.orig/src/xsane-preview.c 2010-05-29 12:36:28.326409629 +0200
-+++ xsane-0.997/src/xsane-preview.c 2010-05-29 12:35:47.134409038 +0200
+--- xsane-0.998.orig/src/xsane-preview.c 2010-11-16 21:52:39.000000000 +0100
++++ xsane-0.998/src/xsane-preview.c 2011-02-04 19:51:41.789016002 +0100
@@ -80,7 +80,6 @@
#include "xsane-preview.h"
#include "xsane-preferences.h"
@@ -16,7 +16,7 @@ Index: xsane-0.997/src/xsane-preview.c
#ifndef PATH_MAX
-@@ -3022,9 +3021,9 @@
+@@ -3023,9 +3022,9 @@
preview_display_color_components(p, event->motion.x, event->motion.y);
switch (((GdkEventMotion *)event)->state &
@@ -28,7 +28,7 @@ Index: xsane-0.997/src/xsane-preview.c
DBG(DBG_info2, "left button\n");
-@@ -3291,8 +3290,8 @@
+@@ -3292,8 +3291,8 @@
}
break;
diff --git a/debian/patches/fix_spin_button_pagesize.patch b/debian/patches/fix_spin_button_pagesize.patch
index 9b981eb..ba0b5de 100644
--- a/debian/patches/fix_spin_button_pagesize.patch
+++ b/debian/patches/fix_spin_button_pagesize.patch
@@ -4,11 +4,11 @@ Description: Fix spin buttons usage for newer versions of GTK+ 2.0
Author: Julien BLACHE <jblache@debian.org>
Forwarded: no
-Index: xsane-0.997/src/xsane-back-gtk.c
+Index: xsane-0.998/src/xsane-back-gtk.c
===================================================================
---- xsane-0.997.orig/src/xsane-back-gtk.c 2010-05-31 19:35:46.406976445 +0200
-+++ xsane-0.997/src/xsane-back-gtk.c 2010-05-31 19:36:33.583975801 +0200
-@@ -2031,6 +2031,7 @@
+--- xsane-0.998.orig/src/xsane-back-gtk.c 2011-02-04 19:50:46.000000000 +0100
++++ xsane-0.998/src/xsane-back-gtk.c 2011-02-04 19:54:55.581016002 +0100
+@@ -2028,6 +2028,7 @@
digits = 5;
}
#endif
@@ -16,7 +16,7 @@ Index: xsane-0.997/src/xsane-back-gtk.c
spinbutton = gtk_spin_button_new(GTK_ADJUSTMENT(elem->data), 0, digits);
if (preferences.show_range_mode & 3) /* slider also visible */
-@@ -2133,6 +2134,7 @@
+@@ -2129,6 +2130,7 @@
digits = 5;
}
#endif
@@ -24,11 +24,11 @@ Index: xsane-0.997/src/xsane-back-gtk.c
spinbutton = gtk_spin_button_new(GTK_ADJUSTMENT(elem->data), 0, digits);
if (preferences.show_range_mode & 3) /* sliders are visible */
-Index: xsane-0.997/src/xsane-front-gtk.c
+Index: xsane-0.998/src/xsane-front-gtk.c
===================================================================
---- xsane-0.997.orig/src/xsane-front-gtk.c 2010-05-31 19:35:46.421976568 +0200
-+++ xsane-0.997/src/xsane-front-gtk.c 2010-05-31 19:36:33.584975905 +0200
-@@ -1166,6 +1166,7 @@
+--- xsane-0.998.orig/src/xsane-front-gtk.c 2011-02-04 19:50:46.000000000 +0100
++++ xsane-0.998/src/xsane-front-gtk.c 2011-02-04 19:54:55.581016002 +0100
+@@ -1163,6 +1163,7 @@
/* spinbutton */
if (preferences.show_range_mode & 4)
{
@@ -36,7 +36,7 @@ Index: xsane-0.997/src/xsane-front-gtk.c
spinbutton = gtk_spin_button_new(GTK_ADJUSTMENT(*data), 0, digits);
if (preferences.show_range_mode & 3) /* slider also visible */
{
-@@ -1261,6 +1262,7 @@
+@@ -1255,6 +1256,7 @@
/* spinbutton */
if (preferences.show_range_mode & 4)
{
@@ -44,25 +44,3 @@ Index: xsane-0.997/src/xsane-front-gtk.c
spinbutton = gtk_spin_button_new(GTK_ADJUSTMENT(*data), 0, digits);
gtk_widget_set_size_request(spinbutton, 60, -1);
xsane_back_gtk_set_tooltip(xsane.tooltips, spinbutton, desc);
-Index: xsane-0.997/src/xsane.c
-===================================================================
---- xsane-0.997.orig/src/xsane.c 2010-05-31 19:35:46.438976828 +0200
-+++ xsane-0.997/src/xsane.c 2010-05-31 19:36:33.591976211 +0200
-@@ -1218,7 +1218,7 @@
- gtk_widget_show(pixmapwidget);
-
- /* adf pages maximum */
-- adjustment = gtk_adjustment_new(preferences.adf_pages_max, 1, 9999, 1, 10, 1);
-+ adjustment = gtk_adjustment_new(preferences.adf_pages_max, 1, 9999, 1, 10, 0);
- xsane_spinbutton = gtk_spin_button_new(GTK_ADJUSTMENT(adjustment), 0, 0);
- gtk_widget_set_size_request(xsane_spinbutton, 55, -1);
- gtk_spin_button_set_wrap(GTK_SPIN_BUTTON(xsane_spinbutton), FALSE);
-@@ -1317,7 +1317,7 @@
-
-
- /* number of copies */
-- adjustment = gtk_adjustment_new(xsane.copy_number, 1, 99, 1, 10, 1);
-+ adjustment = gtk_adjustment_new(xsane.copy_number, 1, 99, 1, 10, 0);
- xsane_spinbutton = gtk_spin_button_new(GTK_ADJUSTMENT(adjustment), 0, 0);
- gtk_widget_set_size_request(xsane_spinbutton, 40, -1);
- gtk_spin_button_set_wrap(GTK_SPIN_BUTTON(xsane_spinbutton), FALSE);
diff --git a/debian/patches/i18n_po_update_es_add_gl.patch b/debian/patches/i18n_po_update_es_add_gl.patch
index 4322962..550c900 100644
--- a/debian/patches/i18n_po_update_es_add_gl.patch
+++ b/debian/patches/i18n_po_update_es_add_gl.patch
@@ -3,11 +3,11 @@ Description: PO updates, update es and add gl
Author: Miguel Bouzada <mbouzada@gmail.com>
Forwarded: yes
-Index: xsane-0.997/configure
+Index: xsane-0.998/configure
===================================================================
---- xsane-0.997.orig/configure 2009-07-21 20:39:23.000000000 +0200
-+++ xsane-0.997/configure 2010-05-29 12:31:08.066408482 +0200
-@@ -1769,7 +1769,7 @@
+--- xsane-0.998.orig/configure 2007-12-17 11:18:11.000000000 +0100
++++ xsane-0.998/configure 2011-02-04 19:51:23.625016001 +0100
+@@ -1329,7 +1329,7 @@
BINPROGS="xsane"
# languages
@@ -16,10 +16,10 @@ Index: xsane-0.997/configure
SANE_V_MAJOR=1
VERSION=${V_MAJOR}.${V_MINOR}
-Index: xsane-0.997/po/es.po
+Index: xsane-0.998/po/es.po
===================================================================
---- xsane-0.997.orig/po/es.po 2010-05-29 12:31:03.538038748 +0200
-+++ xsane-0.997/po/es.po 2010-05-29 12:31:08.070408333 +0200
+--- xsane-0.998.orig/po/es.po 2011-02-04 19:51:14.853016001 +0100
++++ xsane-0.998/po/es.po 2011-02-04 19:51:23.625016001 +0100
@@ -1,21 +1,24 @@
-# translation of es.po to Castellano
-# XSane Spanish .po file
@@ -3277,10 +3277,10 @@ Index: xsane-0.997/po/es.po
#~ msgid "Mail"
#~ msgstr "Correo electrónico"
+
-Index: xsane-0.997/po/gl.po
+Index: xsane-0.998/po/gl.po
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ xsane-0.997/po/gl.po 2010-05-29 12:31:08.115427686 +0200
++++ xsane-0.998/po/gl.po 2011-02-04 19:51:23.657016001 +0100
@@ -0,0 +1,3127 @@
+# Galego translation
+# XSane Galician gl.po file
diff --git a/debian/patches/i18n_po_update_fr.patch b/debian/patches/i18n_po_update_fr.patch
index 7d42d25..dfa81bf 100644
--- a/debian/patches/i18n_po_update_fr.patch
+++ b/debian/patches/i18n_po_update_fr.patch
@@ -5,10 +5,10 @@ Origin: other, http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;bug=573213
Bug-Debian: http://bugs.debian.org/573213
Forwarded: no
-Index: xsane-0.996/po/fr.po
+Index: xsane-0.998/po/fr.po
===================================================================
---- xsane-0.996.orig/po/fr.po 2010-03-13 20:55:07.585742355 +0100
-+++ xsane-0.996/po/fr.po 2010-03-13 20:55:45.799740883 +0100
+--- xsane-0.998.orig/po/fr.po 2011-02-04 19:51:14.921016003 +0100
++++ xsane-0.998/po/fr.po 2011-02-04 19:51:37.393016002 +0100
@@ -1,14 +1,18 @@
# French translation for XSane.
-# Copyright (C) 1999-2000