diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/NEWS.Debian | 3 | ||||
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rw-r--r-- | debian/patches/0920-add_Name_Comment_pt_BR.patch | 24 | ||||
-rw-r--r-- | debian/patches/series | 1 |
5 files changed, 35 insertions, 3 deletions
diff --git a/debian/NEWS.Debian b/debian/NEWS.Debian index 5d2a98f..9ddc8d2 100644 --- a/debian/NEWS.Debian +++ b/debian/NEWS.Debian @@ -1,6 +1,9 @@ +xsane (0.999-7) unstable; urgency=medium Upstream stopped working on xsane some time ago. Now the homepage and the archive are offline, too. If the situation doesn't change, xsane will be removed before Bullseye is released. + + -- Jörg Frings-Fürst <debian@jff.email> Fri, 26 Jul 2019 13:13:58 +0200
\ No newline at end of file diff --git a/debian/changelog b/debian/changelog index 2265c8d..8d0052f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -xsane (0.999-7) UNRELEASED; urgency=medium +xsane (0.999-7) unstable; urgency=medium * Migrate to debhelper 12: - Change debian/compat to 12. @@ -9,8 +9,12 @@ xsane (0.999-7) UNRELEASED; urgency=medium * Upstream website is offline: - debian/watch: Comment out URL. - debian/control: Remove homepage. + * New debian/patches/0920-add_Name_Comment_pt_BR.patch (Closes: #926959): + - Added Name and Comment to pt_BR in xsane.desktop + (Thanks to Edson Juliano Drosdeck <edson@policorp.com.br>). + * debian/copyright: Add year 2019 to debian/*. - -- Jörg Frings-Fürst <debian@jff.email> Thu, 25 Jul 2019 17:37:17 +0200 + -- Jörg Frings-Fürst <debian@jff.email> Fri, 26 Jul 2019 13:13:58 +0200 xsane (0.999-6) unstable; urgency=medium diff --git a/debian/copyright b/debian/copyright index 096e4d4..7baf360 100644 --- a/debian/copyright +++ b/debian/copyright @@ -65,7 +65,7 @@ License: GPL-2+ Files: debian/* Copyright: 1999-2002 Oliver Rauch <Oliver.Rauch@xsane.org> 2002-2011 Julien BLACHE <jblache@debian.org> - 2014-2018 Jörg Frings-Fürst <debian@jff.email> + 2014-2019 Jörg Frings-Fürst <debian@jff.email> License: GPL-3+ Files: lib/alloca.c diff --git a/debian/patches/0920-add_Name_Comment_pt_BR.patch b/debian/patches/0920-add_Name_Comment_pt_BR.patch new file mode 100644 index 0000000..5d2d0dd --- /dev/null +++ b/debian/patches/0920-add_Name_Comment_pt_BR.patch @@ -0,0 +1,24 @@ +Description: Added Name and Comment to pt_BR in xsane.desktop +Author: Edson Juliano Drosdeck <edson@policorp.com.br> +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926959 +Last-Update: 2019-07-26 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/src/xsane.desktop +=================================================================== +--- trunk.orig/src/xsane.desktop ++++ trunk/src/xsane.desktop +@@ -6,11 +6,13 @@ GenericName[ru]=Программа дл + GenericName[ca]=Programa d'escaneig d'imatges + GenericName[es]=Programa de escaneo de imágenes + GenericName[fr]=Programme d'acquisition d'images ++GenericName[pt_BR]=Programa de Digitalização de Imagens XSane + Comment=A program to work with scanner. Can be used as a scanning, copier, OCR, fax tools. + Comment[ru]=Программа для работы со сканером. Может быть использована в качестве копировального аппарата, факса, и др. + Comment[ca]=Un programa per a treballar amb escànners. Es pot utilitzar com una eina d'escanejat, copiat, OCR i fax. + Comment[es]=Un programa para trabajar con escáners. Se puede utilizar como una herramienta para escanear, copiar, OCR y fax. + Comment[fr]=Un programme d'acquisition d'images pour votre scanner. Peut également photocopier, faxer ou faire de la reconnaissance de caractères. ++Comment[pt_BR]=Um programa para trabalhar com digitalizadores de imagens (scanners). Pode ser utilizado para digitalizar, como ferramenta fax, e para fazer reconhecimento de texto. + Exec=xsane + Icon=xsane + Terminal=false diff --git a/debian/patches/series b/debian/patches/series index ec70fb1..7de2829 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -24,3 +24,4 @@ 0010-fix_missing_sane-config.patch 0915-i18n_typo_geometrie.patch 0175-icm_profile_field.patch +0920-add_Name_Comment_pt_BR.patch |