Control: tags 800257 + patch
Dear maintainer,
I've sponsored an NMU for libtext-unaccent-perl (versioned as 1.08-1.2). The
diff
is attached to this message.
Regards.
--
Jonathan Wiltshire [email protected]
Debian Developer http://people.debian.org/~jmw
4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC 74C3 5394 479D D352 4C51
diff -u libtext-unaccent-perl-1.08/debian/changelog libtext-unaccent-perl-1.08/debian/changelog
--- libtext-unaccent-perl-1.08/debian/changelog
+++ libtext-unaccent-perl-1.08/debian/changelog
@@ -1,3 +1,23 @@
+libtext-unaccent-perl (1.08-1.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * changed from debhelper compatability level 3 to 9:
+ closes: #800257
+ - changed (control) Build-Depends: debhelper (>= 9)
+ - added (control) Depends: ${misc:Depends}
+ - removed (rules) export DH_COMPAT=3
+ - added new (compat) file
+ - replaced (rules) (deprecated) dh_clean -k
+ with dh_prep
+ * resolved lintian warnings:
+ - changed (copyright) FSF address
+ - added version in (copyright)
+ /usr/share/common-licenses/GPL-2
+ - added (rules) targets build-indep & build-arch
+ - changed (rules) stop ignoring errors in make clean
+
+ -- Andy Simpkins <[email protected]> Sat, 20 Feb 2016 14:17:59 +0000
+
libtext-unaccent-perl (1.08-1.1) unstable; urgency=medium
* Non-maintainer upload.
diff -u libtext-unaccent-perl-1.08/debian/control libtext-unaccent-perl-1.08/debian/control
--- libtext-unaccent-perl-1.08/debian/control
+++ libtext-unaccent-perl-1.08/debian/control
@@ -1,13 +1,13 @@
Source: libtext-unaccent-perl
Section: interpreters
Priority: optional
-Build-Depends: debhelper (>= 3.0.5), perl (>= 5.6.1-7)
+Build-Depends: debhelper (>= 9), perl (>= 5.6.1-7)
Maintainer: Loic Dachary (OuoU) <[email protected]>
Standards-Version: 3.6.1
Package: libtext-unaccent-perl
Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: provides functions to remove accents using UTF16 as a pivot
Text::Unaccent is a module that provides functions to remove accents
from a string. For instance the string été will become ete. The
diff -u libtext-unaccent-perl-1.08/debian/copyright libtext-unaccent-perl-1.08/debian/copyright
--- libtext-unaccent-perl-1.08/debian/copyright
+++ libtext-unaccent-perl-1.08/debian/copyright
@@ -19,7 +19,6 @@
- You should have received a copy of the GNU General Public License
- along with this package; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA.
-
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation,
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
On Debian systems the full text of these two licences can be found
-in /usr/share/common-licenses/GPL files.
+in /usr/share/common-licenses/GPL-2 files.
diff -u libtext-unaccent-perl-1.08/debian/rules libtext-unaccent-perl-1.08/debian/rules
--- libtext-unaccent-perl-1.08/debian/rules
+++ libtext-unaccent-perl-1.08/debian/rules
@@ -6,7 +6,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-export DH_COMPAT=3
+
PACKAGE=$(shell dh_listpackages)
@@ -32,6 +32,10 @@
touch build-stamp
+build-indep:
+
+build-arch: build
+
clean:
dh_testdir
dh_testroot
@@ -45,7 +49,7 @@
install:
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
# Add here commands to install the package into debian/tmp.
only in patch2:
unchanged:
--- libtext-unaccent-perl-1.08.orig/debian/compat
+++ libtext-unaccent-perl-1.08/debian/compat
@@ -0,0 +1 @@
+9
\ No newline at end of file