Import Debian changes 1.63-ok1
libscalar-list-utils-perl (1.63-ok1) yangtze; urgency=medium * Build for openkylin.
This commit is contained in:
parent
026e00b6f6
commit
8d711e0149
|
@ -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 <denghao@kylinos.cn> Tue, 27 Sep 2022 15:30:49 +0300
|
|
@ -0,0 +1,5 @@
|
||||||
|
libscalar-list-utils-perl (1.63-ok1) yangtze; urgency=medium
|
||||||
|
|
||||||
|
* Build for openkylin.
|
||||||
|
|
||||||
|
-- denghao <denghao@kylinos.cn> Tue, 27 Sep 2022 15:30:49 +0300
|
|
@ -0,0 +1,25 @@
|
||||||
|
Source: libscalar-list-utils-perl
|
||||||
|
Section: perl
|
||||||
|
Priority: optional
|
||||||
|
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
|
||||||
|
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.
|
|
@ -0,0 +1,82 @@
|
||||||
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
Upstream-Name: libscalar-list-utils-perl
|
||||||
|
Source: <url://example.com>
|
||||||
|
#
|
||||||
|
# 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 <gbarr@pobox.com>.
|
||||||
|
2014 Paul Evans <leonerd@leonerd.org.uk>.
|
||||||
|
__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 <gbarr@pobox.com>.
|
||||||
|
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 <leonerd@leonerd.org.uk>
|
||||||
|
|
||||||
|
Files: README
|
||||||
|
Copyright: 1997-2006 Graham Barr <gbarr@pobox.com>.
|
||||||
|
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.
|
|
@ -0,0 +1 @@
|
||||||
|
# You must remove unused comment lines for the released package.
|
|
@ -0,0 +1,6 @@
|
||||||
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@
|
|
@ -0,0 +1 @@
|
||||||
|
3.0 (quilt)
|
|
@ -0,0 +1 @@
|
||||||
|
List::Util
|
|
@ -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
|
|
@ -0,0 +1,2 @@
|
||||||
|
version=4
|
||||||
|
https://metacpan.org/release/Scalar-List-Utils .*/Scalar-List-Utils-v??@ANY_VERSION@@ARCHIVE_EXT@$
|
Loading…
Reference in New Issue