From 3fcb4084a76dcd8195954feacb9d537c84472df3 Mon Sep 17 00:00:00 2001 From: sufang Date: Thu, 15 Sep 2022 09:31:54 +0800 Subject: [PATCH] Import Debian changes 0.02-ok1 libiterator-util-perl (0.02-ok1) yangtze; urgency=medium * Build for openkylin. --- debian/README.Debian | 8 +++++++ debian/changelog | 5 +++++ debian/control | 28 ++++++++++++++++++++++++ debian/copyright | 50 +++++++++++++++++++++++++++++++++++++++++++ debian/patches/series | 1 + debian/rules | 4 ++++ debian/source/format | 1 + debian/watch | 3 +++ 8 files changed, 100 insertions(+) create mode 100644 debian/README.Debian 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/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..72c3d94 --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,8 @@ +libiterator-util-perl for Debian + +Please edit this to provide information specific to +this libiterator-util-perl Debian package. + + (Automatically generated by debmake Version 4.3.1) + + -- sufang Thu, 15 Sep 2022 09:31:54 +0800 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..b063b22 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +libiterator-util-perl (0.02-ok1) yangtze; urgency=medium + + * Build for openkylin. + + -- sufang Thu, 15 Sep 2022 09:31:54 +0800 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..0b72eda --- /dev/null +++ b/debian/control @@ -0,0 +1,28 @@ +Source: libiterator-util-perl +Section: perl +Priority: optional +Maintainer: OpenKylin Developers +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: libexception-class-perl, + libiterator-perl, + perl +Standards-Version: 3.9.6 +Vcs-Browser: https://gitee.com/openkylin/libiterator-util-perl +Vcs-Git: https://gitee.com/openkylin/libiterator-util-perl.git +Homepage: https://metacpan.org/release/Iterator-Util +Testsuite: autopkgtest-pkg-perl + +Package: libiterator-util-perl +Architecture: all +Depends: libexception-class-perl, + libiterator-perl, + ${misc:Depends}, + ${perl:Depends} +Description: Useful functions for creating and manipulating iterator objects + Iterator::Util implements many useful functions for creating and manipulating + iterator objects. + . + An "iterator" is an object, represented as a code block that generates the + "next value" of a sequence, and generally implemented as a closure. For + further information, including a tutorial on using iterator objects, see the + Iterator documentation. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..6b2c8fd --- /dev/null +++ b/debian/copyright @@ -0,0 +1,50 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: libiterator-util-perl +Source: +# +# Please double check copyright with the licensecheck(1) command. + +Files: Changes + Iterator-Util-ppm.tar.gz + MANIFEST + META.yml + t/doc.t + t/iappend.t + t/iarray.t + t/ihead.t + t/ilist.t + t/imap.t + t/ipairwise.t + t/irange.t + t/iskip.t +Copyright: __NO_COPYRIGHT_NOR_LICENSE__ +License: __NO_COPYRIGHT_NOR_LICENSE__ + +Files: README +Copyright: 2005 Eric J. Roode. +License: __UNKNOWN__ + This module is free software; you can redistribute it and/or modify it + under the same terms as Perl itself. + +Files: Makefile.PL +Copyright: __NO_COPYRIGHT__ in: Makefile.PL +License: __UNKNOWN__ + package MY; + +Files: Util.pm +Copyright: 2005 Eric J. Roode. +License: __UNKNOWN__ + This module is free software; you can redistribute it and/or modify it + under the same terms as Perl itself. + . + To avoid my spam filter, please include "Perl", "module", or this + module's name in the message's subject line, and/or GPG-sign your + message. + +#---------------------------------------------------------------------------- +# xml and html files (skipped): +# Iterator-Util.ppd + +#---------------------------------------------------------------------------- +# 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..054de8a --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=4 +opts=dversionmangle=s/\+ds\d*$// \ +https://metacpan.org/release/Iterator-Util .*/Iterator-Util-v?@ANY_VERSION@@ARCHIVE_EXT@$