[SCM] Packaging of String::Similarity in Debian branch, master, updated. upstream/1.04-1-g6d5cda9

Fabrizio Regalli fabreg at fabreg.it
Tue Mar 6 17:13:17 UTC 2012


The following commit has been merged in the master branch:
commit 6d5cda9e6b898ee2937c656a6e3b2a3b8e2aefd7
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Tue Mar 6 18:13:04 2012 +0100

    First debian release

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5fa00e2
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libstring-similarity-perl (1.04-1) UNRELEASED; urgency=low
+
+  * Initial Release (Closes: #662819).
+
+ -- Fabrizio Regalli <fabreg at fabreg.it>  Tue, 6 Mar 2012 17:22:24 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..04aa0c3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: libstring-similarity-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Fabrizio Regalli <fabreg at fabreg.it>
+Build-Depends: debhelper (>= 9),
+ perl,
+ perl-modules
+Standards-Version: 3.9.3
+Homepage: http://search.cpan.org/dist/String-Similarity/
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libstring-similarity-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libstring-similarity-perl.git
+
+Package: libstring-similarity-perl
+Architecture: any
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Description: Perl module for calculating the similarity of two strings
+ String::Similarity calculates the similarity index of its two arguments.
+ A value of 0 means that the strings are entirely different. A value
+ of 1 means that the strings are identical. Everything else lies between 
+ 0 and 1 and describes the amount of similarity between the strings.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..bc339c3
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,37 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Contact: Marc Lehmann <schmorp at schmorp.de>
+Source: http://search.cpan.org/dist/String-Similarity/
+Upstream-Name: String-Similarity
+
+Files: *
+Copyright: Marc Lehmann <schmorp at schmorp.de>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2012, Fabrizio Regalli <fabreg at fabreg.it>
+License: GPL-2+ or Artistic or GPL-1+
+
+License: GPL-2+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; version 2 dated June, 1991, or (at your
+ option) any later version.
+ .
+ On Debian systems, the complete text of version 2 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'.
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
diff --git a/debian/patches/01-fix-spelling.diff b/debian/patches/01-fix-spelling.diff
new file mode 100644
index 0000000..c8f49b7
--- /dev/null
+++ b/debian/patches/01-fix-spelling.diff
@@ -0,0 +1,15 @@
+Description: fix typo
+Author: Fabrizio Regalli <fabreg at fabreg.it>
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=75582
+
+--- a/Similarity.pm
++++ b/Similarity.pm
+@@ -43,7 +43,7 @@
+ analyzing the string as soon as the result drops below the given limit,
+ in which case the result will be invalid but lower than the given
+ C<$limit>. You can use this to speed up the common case of searching for
+-the most similar string from a set by specifing the maximum similarity
++the most similar string from a set by specifying the maximum similarity
+ found so far.
+ 
+ =cut
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b427a59
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-fix-spelling.diff
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..bc4fc45
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/String-Similarity/   .*/String-Similarity-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Packaging of String::Similarity in Debian



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