--- libtext-levenshteinxs-perl-0.03.orig/COPYING +++ libtext-levenshteinxs-perl-0.03/COPYING @@ -0,0 +1,17 @@ +Copyright: + Copyright (C) 2003 by Dree Mistrut + +License: + +This program is free software; you can redistribute it and/or modify + it under the same terms as perl itself, which are either: + + a) the GNU General Public License as published by the Free Software + Foundation; either version 1, or (at your option) any later + version, or + + b) the "Artistic License" which comes with Perl. + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' and + the Artistic Licence in `/usr/share/common-licenses/Artistic'. --- libtext-levenshteinxs-perl-0.03.orig/debian/watch +++ libtext-levenshteinxs-perl-0.03/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/CPAN/authors/id/J/JG/JGOLDBERG/Text-LevenshteinXS-(.*).tar.gz --- libtext-levenshteinxs-perl-0.03.orig/debian/compat +++ libtext-levenshteinxs-perl-0.03/debian/compat @@ -0,0 +1 @@ +5 --- libtext-levenshteinxs-perl-0.03.orig/debian/control +++ libtext-levenshteinxs-perl-0.03/debian/control @@ -0,0 +1,16 @@ +Source: libtext-levenshteinxs-perl +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Ralph Janke +Section: perl +Priority: optional +Build-Depends: cdbs, debhelper (>= 5), perl (>= 5.6.0-16), perl-modules +Standards-Version: 3.7.2.2 +Homepage: http://search.cpan.org/~jgoldberg/Text-LevenshteinXS-0.03/ + + +Package: libtext-levenshteinxs-perl +Architecture: all +Depends: ${perl:Depends}, perl-modules +Description: Text::LevenshteinXS is an XS implementation of the + Levenshtein edit distance in Perl. + A good point to start is: --- libtext-levenshteinxs-perl-0.03.orig/debian/changelog +++ libtext-levenshteinxs-perl-0.03/debian/changelog @@ -0,0 +1,17 @@ +libtext-levenshteinxs-perl (0.03-0ubuntu3) lucid; urgency=low + + * changed debian/control Architecture: all + + -- Holger Schvestka Thu, 04 Nov 2010 10:13:10 +0100 + +libtext-levenshteinxs-perl (0.03-0ubuntu2) lucid; urgency=low + + * reb. yavdr repo + + -- Holger Schvestka Mon, 01 Nov 2010 17:09:21 +0100 + +libtext-levenshteinxs-perl (0.03-0ubuntu1) hardy; urgency=low + + * Initial release LP: #163102. + + -- Ralph Janke Fri, 09 Nov 2007 21:52:24 +0000 --- libtext-levenshteinxs-perl-0.03.orig/debian/rules +++ libtext-levenshteinxs-perl-0.03/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/perlmodule.mk + --- libtext-levenshteinxs-perl-0.03.orig/debian/copyright +++ libtext-levenshteinxs-perl-0.03/debian/copyright @@ -0,0 +1,24 @@ +This package was debianized by Ralph Janke on +Fri, 09 Nov 2007 21:52:24 +0000 + +It was downloaded from: http://search.cpan.org/~jgoldberg/Text-LevenshteinXS-0.03/ + +Upstream Author: Dree Mistrut + +Copyright: + Copyright (C) 2003 by Dree Mistrut + +License: + +This program is free software; you can redistribute it and/or modify + it under the same terms as perl itself, which are either: + + a) the GNU General Public License as published by the Free Software + Foundation; either version 1, or (at your option) any later + version, or + + b) the "Artistic License" which comes with Perl. + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' and + the Artistic Licence in `/usr/share/common-licenses/Artistic'.