Import Debian changes 0.02+ds1-ok1

libiterator-util-perl (0.02+ds1-ok1) nile; urgency=medium

  * Build for openKylin.
This commit is contained in:
openKylinBot 2024-05-07 09:32:02 +08:00 committed by luoyaoming
parent 5b6eda97e9
commit 5190d543ba
6 changed files with 70 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
libiterator-util-perl (0.02+ds1-ok1) nile; urgency=medium
* Build for openKylin.
-- openKylinBot <openKylinBot@openkylin.top> Tue, 07 May 2024 09:32:02 +0800

29
debian/control vendored Normal file
View File

@ -0,0 +1,29 @@
Source: libiterator-util-perl
Section: perl
Priority: optional
Maintainer: openKylin Developers <packaging@lists.openkylin.top>
Uploaders: Axel Beckert <abe@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libexception-class-perl,
libiterator-perl,
perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libiterator-util-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/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.

28
debian/copyright vendored Normal file
View File

@ -0,0 +1,28 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://metacpan.org/release/Iterator-Util
Upstream-Contact: Eric J. Roode <roode@cpan.org>
Upstream-Name: Iterator-Util
Files: *
Copyright: 2005, Eric J. Roode <roode@cpan.org>
License: Artistic or GPL-1+
Files: debian/*
Copyright: 2014-2015, Axel Beckert <abe@debian.org>
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 version 1 of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-1'.

4
debian/rules vendored Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/make -f
%:
dh $@

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)

3
debian/watch vendored Normal file
View File

@ -0,0 +1,3 @@
version=4
opts=dversionmangle=s/\+ds\d*$// \
https://metacpan.org/release/Iterator-Util .*/Iterator-Util-v?@ANY_VERSION@@ARCHIVE_EXT@$