I didn't notice that the package has a git repository. Attached an updated patch against git master.
-- Dmitry Shachnev
>From 3114415e83005910751c723702a5318a1d9fcc08 Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev <mity...@gmail.com> Date: Mon, 24 Dec 2012 22:33:20 +0400 Subject: [PATCH] Fixed lintian warnings (Closes: #696639). - ancient-standards-version: bumped to 3.9.4. - debian-rules-missing-recommended-target: added build-arch and build-indep targets. - wiki-copyright-format-uri: updated debian/copyright to the latest format. Also, removed dead link from package description (Closes: #695754). --- debian/changelog | 9 +++++++++ debian/control | 5 ++--- debian/copyright | 9 ++++----- debian/rules | 3 ++- 4 files changed, 17 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 88c8660..965bb54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,15 @@ libtext-levenshtein-perl (0.06~01-2) UNRELEASED; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. + [ Dmitry Shachnev ] + * Fixed lintian warnings (Closes: #696639): + - ancient-standards-version: bumped to 3.9.4. + - debian-rules-missing-recommended-target: added build-arch and + build-indep targets. + - wiki-copyright-format-uri: updated debian/copyright to the latest + format. + * Removed dead link from package description (Closes: #695754). + -- Ryan Niebur <r...@debian.org> Fri, 25 Sep 2009 00:26:46 -0700 libtext-levenshtein-perl (0.06~01-1) unstable; urgency=low diff --git a/debian/control b/debian/control index cc72a46..8969485 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Build-Depends: debhelper (>= 7), quilt Build-Depends-Indep: perl Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org> Uploaders: Ryan Niebur <r...@debian.org> -Standards-Version: 3.8.0 +Standards-Version: 3.9.4 Homepage: http://search.cpan.org/dist/Text-Levenshtein/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libtext-levenshtein-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtext-levenshtein-perl.git @@ -18,5 +18,4 @@ Description: implementation of the Levenshtein edit distance edit distance is a measure of the degree of proximity between two strings. This distance is the number of substitutions, deletions or insertions ("edits") needed to transform one string into the other one (and vice versa). - When two strings have distance 0, they are the same. A good point to start - is: <http://www.merriampark.com/ld.htm> + When two strings have distance 0, they are the same. diff --git a/debian/copyright b/debian/copyright index 9aa07af..073e081 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,17 +1,16 @@ -Format-Specification: - http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 -Upstream-Maintainer: Dree Mistrut <d...@friul.it> +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Contact: Dree Mistrut <d...@friul.it> Upstream-Source: http://search.cpan.org/dist/Text-Levenshtein/ Upstream-Name: Text-Levenshtein Files: * Copyright: Copyright 2002,2004,2008 Dree Mistrut <d...@friul.it> -Licenses: GPL-1+ | Artistic +License: GPL-1+ or Artistic License-Alias: Perl Files: debian/* Copyright: 2009, Ryan Niebur <r...@debian.org> -License: Artistic | GPL-1+ +License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify diff --git a/debian/rules b/debian/rules index d9229f5..3b3e4a6 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,9 @@ #!/usr/bin/make -f include /usr/share/quilt/quilt.make +build-arch: -build: build-stamp +build-indep build: build-stamp build-stamp: $(QUILT_STAMPFN) dh build touch $@ -- 1.7.10.4