From 7b4d3c854c10cfea0edc6e31850e1a2e85dbd375 Mon Sep 17 00:00:00 2001 From: sufang Date: Fri, 23 Sep 2022 09:48:16 +0800 Subject: [PATCH] Import Debian changes 0.03-ok1 libtext-levenshteinxs-perl (0.03-ok1) yangtze; urgency=medium * Build for openkylin. --- debian/changelog | 5 +++++ debian/control | 26 ++++++++++++++++++++++++++ debian/copyright | 27 +++++++++++++++++++++++++++ debian/patches/series | 1 + debian/rules | 4 ++++ debian/source/format | 1 + debian/watch | 2 ++ 7 files changed, 66 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/patches/series create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..f8598fa --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +libtext-levenshteinxs-perl (0.03-ok1) yangtze; urgency=medium + + * Build for openkylin. + + -- sufang Fri, 23 Sep 2022 09:48:16 +0800 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..f45bee9 --- /dev/null +++ b/debian/control @@ -0,0 +1,26 @@ +Source: libtext-levenshteinxs-perl +Section: perl +Priority: optional +Maintainer: OpenKylin Developers +Build-Depends: debhelper-compat (= 13), + perl-xs-dev, + perl:native +Standards-Version: 3.9.5 +Vcs-Browser: https://gitee.com/openkylin/libtext-levenshteinxs-perl +Vcs-Git: https://gitee.com/openkylin/libtext-levenshteinxs-perl.git +Homepage: https://metacpan.org/release/Text-LevenshteinXS +Testsuite: autopkgtest-pkg-perl + +Package: libtext-levenshteinxs-perl +Architecture: any +Depends: ${misc:Depends}, + ${perl:Depends}, + ${shlibs:Depends} +Description: XS implementation of the Levenshtein edit distance + Text::LevenshteinXS implements the Levenshtein edit distance in a XS way; this + should be much faster than the pure Perl implementation. + . + 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. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..f630344 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,27 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: libtext-levenshteinxs-perl +Source: +# +# Please double check copyright with the licensecheck(1) command. + +Files: Changes + LevenshteinXS.xs + MANIFEST + META.yml + Makefile.PL + test.pl +Copyright: __NO_COPYRIGHT_NOR_LICENSE__ +License: __NO_COPYRIGHT_NOR_LICENSE__ + +Files: LevenshteinXS.pm + README +Copyright: 2003 Dree Mistrut > Modifications Copyright 2004 Josh Goldberg > + 2003 Dree Mistrut +License: __UNKNOWN__ + This package is free software and is provided "as is" without express + or implied warranty. You can redistribute it and/or modify it under + the same terms as Perl itself. + +#---------------------------------------------------------------------------- +# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following +# license/copyright files. diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..4a97dfa --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +# You must remove unused comment lines for the released package. 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..b952831 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=4 +https://metacpan.org/release/Text-LevenshteinXS .*/Text-LevenshteinXS-v?@ANY_VERSION@@ARCHIVE_EXT@$