r29816 - in /trunk/libtext-levenshtein-perl/debian: ./ changelog compat control copyright rules watch

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Mon Jan 19 05:58:01 UTC 2009


Author: ryan52-guest
Date: Mon Jan 19 05:57:58 2009
New Revision: 29816

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29816
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libtext-levenshtein-perl/debian/
    trunk/libtext-levenshtein-perl/debian/changelog
    trunk/libtext-levenshtein-perl/debian/compat
    trunk/libtext-levenshtein-perl/debian/control
    trunk/libtext-levenshtein-perl/debian/copyright
    trunk/libtext-levenshtein-perl/debian/rules   (with props)
    trunk/libtext-levenshtein-perl/debian/watch

Added: trunk/libtext-levenshtein-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-levenshtein-perl/debian/changelog?rev=29816&op=file
==============================================================================
--- trunk/libtext-levenshtein-perl/debian/changelog (added)
+++ trunk/libtext-levenshtein-perl/debian/changelog Mon Jan 19 05:57:58 2009
@@ -1,0 +1,7 @@
+libtext-levenshtein-perl (0.05-1) UNRELEASED; urgency=low
+
+  TODO: look at debian/watch
+
+  * Initial Release. (Closes: #512267)
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 18 Jan 2009 21:01:20 -0800

Added: trunk/libtext-levenshtein-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-levenshtein-perl/debian/compat?rev=29816&op=file
==============================================================================
--- trunk/libtext-levenshtein-perl/debian/compat (added)
+++ trunk/libtext-levenshtein-perl/debian/compat Mon Jan 19 05:57:58 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libtext-levenshtein-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-levenshtein-perl/debian/control?rev=29816&op=file
==============================================================================
--- trunk/libtext-levenshtein-perl/debian/control (added)
+++ trunk/libtext-levenshtein-perl/debian/control Mon Jan 19 05:57:58 2009
@@ -1,0 +1,22 @@
+Source: libtext-levenshtein-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Text-Levenshtein/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-levenshtein-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtext-levenshtein-perl/
+
+Package: libtext-levenshtein-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: implementation of the Levenshtein edit distance
+ Text::Levenshtein implements the Levenshtein edit distance. The Levenshtein
+ 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>

Added: trunk/libtext-levenshtein-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-levenshtein-perl/debian/copyright?rev=29816&op=file
==============================================================================
--- trunk/libtext-levenshtein-perl/debian/copyright (added)
+++ trunk/libtext-levenshtein-perl/debian/copyright Mon Jan 19 05:57:58 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Dree Mistrut <dree at friul.it>
+Upstream-Source: http://search.cpan.org/dist/Text-Levenshtein/
+Upstream-Name: Text-Levenshtein
+
+Files: *
+Copyright: Copyright 2002,2004 Dree Mistrut <dree at friul.it>
+Licenses: GPL-1+ | Artistic
+License-Alias: Perl
+
+Files: debian/*
+Copyright: 2009, Ryan Niebur <ryanryan52 at gmail.com>
+License: Artistic | GPL-1+
+
+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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libtext-levenshtein-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-levenshtein-perl/debian/rules?rev=29816&op=file
==============================================================================
--- trunk/libtext-levenshtein-perl/debian/rules (added)
+++ trunk/libtext-levenshtein-perl/debian/rules Mon Jan 19 05:57:58 2009
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

Propchange: trunk/libtext-levenshtein-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libtext-levenshtein-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-levenshtein-perl/debian/watch?rev=29816&op=file
==============================================================================
--- trunk/libtext-levenshtein-perl/debian/watch (added)
+++ trunk/libtext-levenshtein-perl/debian/watch Mon Jan 19 05:57:58 2009
@@ -1,0 +1,3 @@
+version=3
+# FIXME: I took out the _ from the character set below, so that it wouldn't match developer releases...is this correct?
+http://search.cpan.org/dist/Text-Levenshtein/   .*/Text-Levenshtein-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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