[SCM] Debian packaging of libtext-levenshtein-perl branch, master, updated. a41584490750ac6b67202be33977094a963842d2

gregor herrmann gregoa at debian.org
Mon Dec 24 21:25:43 UTC 2012


The following commit has been merged in the master branch:
commit 0bf359602c63285fcf078781a4d9a5314c8da021
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Mon Dec 24 22:33:20 2012 +0400

    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).

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 <ryan at 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-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryan at 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 <dree at friul.it>
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Contact: Dree Mistrut <dree at friul.it>
 Upstream-Source: http://search.cpan.org/dist/Text-Levenshtein/
 Upstream-Name: Text-Levenshtein
 
 Files: *
 Copyright: Copyright 2002,2004,2008 Dree Mistrut <dree at friul.it>
-Licenses: GPL-1+ | Artistic
+License: GPL-1+ or Artistic
 License-Alias: Perl
 
 Files: debian/*
 Copyright: 2009, Ryan Niebur <ryan at 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 $@

-- 
Debian packaging of libtext-levenshtein-perl



More information about the Pkg-perl-cvs-commits mailing list