Import Debian changes 1:1.63-ok1
libscalar-list-utils-perl (1:1.63-ok1) nile; urgency=medium * Build for openKylin.
This commit is contained in:
parent
026e00b6f6
commit
79c30763ce
|
@ -0,0 +1,5 @@
|
|||
libscalar-list-utils-perl (1:1.63-ok1) nile; urgency=medium
|
||||
|
||||
* Build for openKylin.
|
||||
|
||||
-- openKylinBot <openKylinBot@openkylin.top> Tue, 07 May 2024 09:43:53 +0800
|
|
@ -0,0 +1,27 @@
|
|||
Source: libscalar-list-utils-perl
|
||||
Maintainer: openKylin Developers <packaging@lists.openkylin.top>
|
||||
XSBC-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
|
||||
Uploaders: Salvatore Bonaccorso <carnil@debian.org>
|
||||
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.
|
|
@ -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 <leonerd@leonerd.org.uk>
|
||||
Source: https://metacpan.org/release/Scalar-List-Utils
|
||||
|
||||
Files: *
|
||||
Copyright: 1997-2009, Graham Barr <gbarr@cpan.org>
|
||||
License: Artistic or GPL-1+
|
||||
|
||||
Files: lib/Scalar/Util.pm
|
||||
Copyright: 1997-2007, Graham Barr <gbarr@pobox.com>
|
||||
License: Artistic or GPL-1+
|
||||
Comment:
|
||||
The following statement is contained in lib/Scalar/Util.pm:
|
||||
Copyright (c) 1997-2007 Graham Barr <gbarr@pobox.com>. 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 <lukka@iki.fi>. 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 <gbarr@pobox.com>
|
||||
License: Artistic or GPL-1+
|
||||
|
||||
Files: lib/List/Util/XS.pm
|
||||
Copyright: 2008, Graham Barr <gbarr@pobox.com>
|
||||
License: Artistic or GPL-1+
|
||||
|
||||
Files: lib/Sub/Util.pm
|
||||
Copyright: 2014 Paul Evans <leonerd@leonerd.org.uk>
|
||||
License: Artistic or GPL-1+
|
||||
|
||||
Files: ppport.h
|
||||
Copyright: 2004-2013, Marcus Holland-Moritz <mhx-cpan@gmx.net>
|
||||
2001, Paul Marquess <pmqs@cpan.org> (Version 2.x)
|
||||
1999, Kenneth Albanowski <kjahds@kjahds.com> (Version 1.x)
|
||||
License: Artistic or GPL-1+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2009-2020, Salvatore Bonaccorso <carnil@debian.org>
|
||||
2010, Jonathan Yu <jawnsy@cpan.org>
|
||||
2011, Fabrizio Regalli <fabreg@fabreg.it>
|
||||
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'
|
|
@ -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