diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..8040a24 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +libscalar-list-utils-perl (1:1.63-ok1) nile; urgency=medium + + * Build for openKylin. + + -- openKylinBot Tue, 07 May 2024 09:43:53 +0800 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..3d29ab5 --- /dev/null +++ b/debian/control @@ -0,0 +1,27 @@ +Source: libscalar-list-utils-perl +Maintainer: openKylin Developers +XSBC-Original-Maintainer: Debian Perl Group +Uploaders: Salvatore Bonaccorso +Section: perl +Testsuite: autopkgtest-pkg-perl +Priority: optional +Build-Depends: debhelper-compat (= 13), + perl-xs-dev, + perl:native +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libscalar-list-utils-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/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..410e437 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,68 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Scalar-List-Utils +Upstream-Contact: Paul Evans +Source: https://metacpan.org/release/Scalar-List-Utils + +Files: * +Copyright: 1997-2009, Graham Barr +License: Artistic or GPL-1+ + +Files: lib/Scalar/Util.pm +Copyright: 1997-2007, Graham Barr +License: Artistic or GPL-1+ +Comment: + The following statement is contained in lib/Scalar/Util.pm: + Copyright (c) 1997-2007 Graham Barr . All rights reserved. + This program is free software; you can redistribute it and/or modify it + under the same terms as Perl itself. + . + Except weaken and isweak which are + . + Copyright (c) 1999 Tuomas J. Lukka . All rights reserved. + This program is free software; you can redistribute it and/or modify it + under the same terms as perl itself. + . + Copyright (C) 2004, 2008 Matthijs van Duin. All rights reserved. + Copyright (C) 2014 cPanel Inc. All rights reserved. + This program is free software; you can redistribute it and/or modify + it under the same terms as Perl itself. + +Files: ListUtil.xs +Copyright: 1997-2000, Graham Barr +License: Artistic or GPL-1+ + +Files: lib/List/Util/XS.pm +Copyright: 2008, Graham Barr +License: Artistic or GPL-1+ + +Files: lib/Sub/Util.pm +Copyright: 2014 Paul Evans +License: Artistic or GPL-1+ + +Files: ppport.h +Copyright: 2004-2013, Marcus Holland-Moritz + 2001, Paul Marquess (Version 2.x) + 1999, Kenneth Albanowski (Version 1.x) +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2009-2020, Salvatore Bonaccorso + 2010, Jonathan Yu + 2011, Fabrizio Regalli +License: Artistic or GPL-1+ + +License: Artistic + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. + . + On Debian systems, the complete text of the Artistic License can be + found in `/usr/share/common-licenses/Artistic' + +License: GPL-1+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 1, or (at your option) + any later version. + . + On Debian systems, the complete text of the GNU General Public License + can be found in `/usr/share/common-licenses/GPL-1' 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@$