diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..d8705b9 --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,8 @@ +libscalar-list-utils-perl for Debian + +Please edit this to provide information specific to +this libscalar-list-utils-perl Debian package. + + (Automatically generated by debmake Version 4.3.1) + + -- denghao Tue, 27 Sep 2022 15:30:49 +0300 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..fce43f1 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +libscalar-list-utils-perl (1.63-ok1) yangtze; urgency=medium + + * Build for openkylin. + + -- denghao Tue, 27 Sep 2022 15:30:49 +0300 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..683b937 --- /dev/null +++ b/debian/control @@ -0,0 +1,25 @@ +Source: libscalar-list-utils-perl +Section: perl +Priority: optional +Maintainer: OpenKylin Developers +Build-Depends: debhelper-compat (=13), + perl-xs-dev, + perl:native +Testsuite: autopkgtest-pkg-perl +Standards-Version: 4.6.0 +Vcs-Browser: https://gitee.com/openkylin/libscalar-list-utils-perl +Vcs-Git: https://gitee.com/openkylin/libscalar-list-utils-perl.git +Homepage: https://metacpan.org/release/Scalar-List-Utils +Rules-Requires-Root: no + +Package: libscalar-list-utils-perl +Architecture: any +Depends: ${misc:Depends}, + ${perl:Depends}, + ${shlibs:Depends} +Description: modules providing common scalar and list utility subroutines + List::Util is a collection of Perl modules that provide subroutines useful + for working with scalars and lists, which people have expressed would be nice + to have as a perl builtin, but where usage would not be sufficient to warrant + use of a keyword, and the size so small such that being individual extensions + would be wasteful. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..7e943fc --- /dev/null +++ b/debian/copyright @@ -0,0 +1,82 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: libscalar-list-utils-perl +Source: +# +# Please double check copyright with the licensecheck(1) command. + +Files: Changes + MANIFEST + META.json + META.yml + Makefile.PL + multicall.h + t/00version.t + t/any-all.t + t/blessed.t + t/dualvar.t + t/exotic_names.t + t/first.t + t/getmagic-once.t + t/head-tail.t + t/isvstring.t + t/lln.t + t/max.t + t/maxstr.t + t/mesh.t + t/min.t + t/minstr.t + t/openhan.t + t/pair.t + t/product.t + t/prototype.t + t/readonly.t + t/reduce.t + t/reductions.t + t/refaddr.t + t/reftype.t + t/rt-96343.t + t/sample.t + t/scalarutil-proto.t + t/shuffle.t + t/stack-corruption.t + t/subname.t + t/sum.t + t/sum0.t + t/tainted.t + t/undefined-block.t + t/uniq.t + t/uniqnum.t + t/weak.t + t/zip.t +Copyright: __NO_COPYRIGHT_NOR_LICENSE__ +License: __NO_COPYRIGHT_NOR_LICENSE__ + +Files: ListUtil.xs + lib/List/Util/XS.pm + lib/Sub/Util.pm + ppport.h +Copyright: 1997-2008 Graham Barr . + 2014 Paul Evans . + __NO_COPYRIGHT__ in: ppport.h +License: Perl + This program is free software; you can redistribute it and/or + modify it under the same terms as Perl itself. + +Files: lib/List/Util.pm + lib/Scalar/Util.pm +Copyright: 1997-2009 Graham Barr . +License: Perl + This program is free software; you can redistribute it and/or + modify it under the same terms as Perl itself. + . + Maintained since 2013 by Paul Evans + +Files: README +Copyright: 1997-2006 Graham Barr . +License: __UNKNOWN__ + This library is free software; 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..d8309f6 --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + +%: + 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/tests/pkg-perl/use-name b/debian/tests/pkg-perl/use-name new file mode 100644 index 0000000..2af4057 --- /dev/null +++ b/debian/tests/pkg-perl/use-name @@ -0,0 +1 @@ +List::Util diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..b5843a8 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,6 @@ +--- +Archive: CPAN +Bug-Database: https://rt.cpan.org/Public/Dist/Display.html?Name=Scalar-List-Utils +Bug-Submit: bug-Scalar-List-Utils@rt.cpan.org +Repository: https://github.com/Scalar-List-Utils/Scalar-List-Utils.git +Repository-Browse: https://github.com/Scalar-List-Utils/Scalar-List-Utils diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..c5b42d5 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=4 +https://metacpan.org/release/Scalar-List-Utils .*/Scalar-List-Utils-v??@ANY_VERSION@@ARCHIVE_EXT@$