Import Upstream version 0.02+ds1
This commit is contained in:
parent
266f2487a5
commit
5b6eda97e9
Binary file not shown.
|
@ -1,13 +0,0 @@
|
|||
<SOFTPKG NAME="Iterator-Util" VERSION="0,01,0,0">
|
||||
<TITLE>Iterator-Util</TITLE>
|
||||
<ABSTRACT>Essential utilities for the Iterator class.</ABSTRACT>
|
||||
<AUTHOR>Eric Roode <roode@cpan.org></AUTHOR>
|
||||
<IMPLEMENTATION>
|
||||
<DEPENDENCY NAME="Exception-Class" VERSION="1,21,0,0" />
|
||||
<DEPENDENCY NAME="Iterator" VERSION="0,01,0,0" />
|
||||
<DEPENDENCY NAME="Test-Simple" VERSION="0,40,0,0" />
|
||||
|
||||
|
||||
<CODEBASE HREF="" />
|
||||
</IMPLEMENTATION>
|
||||
</SOFTPKG>
|
|
@ -1,8 +0,0 @@
|
|||
libiterator-util-perl for Debian
|
||||
|
||||
Please edit this to provide information specific to
|
||||
this libiterator-util-perl Debian package.
|
||||
|
||||
(Automatically generated by debmake Version 4.3.1)
|
||||
|
||||
-- sufang <sufang@kylinos.cn> Thu, 15 Sep 2022 09:31:54 +0800
|
|
@ -1,5 +0,0 @@
|
|||
libiterator-util-perl (0.02-ok1) yangtze; urgency=medium
|
||||
|
||||
* Build for openkylin.
|
||||
|
||||
-- sufang <sufang@kylinos.cn> Thu, 15 Sep 2022 09:31:54 +0800
|
|
@ -1,28 +0,0 @@
|
|||
Source: libiterator-util-perl
|
||||
Section: perl
|
||||
Priority: optional
|
||||
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
|
||||
Build-Depends: debhelper-compat (= 13)
|
||||
Build-Depends-Indep: libexception-class-perl,
|
||||
libiterator-perl,
|
||||
perl
|
||||
Standards-Version: 3.9.6
|
||||
Vcs-Browser: https://gitee.com/openkylin/libiterator-util-perl
|
||||
Vcs-Git: https://gitee.com/openkylin/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.
|
|
@ -1,50 +0,0 @@
|
|||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: libiterator-util-perl
|
||||
Source: <url://example.com>
|
||||
#
|
||||
# Please double check copyright with the licensecheck(1) command.
|
||||
|
||||
Files: Changes
|
||||
Iterator-Util-ppm.tar.gz
|
||||
MANIFEST
|
||||
META.yml
|
||||
t/doc.t
|
||||
t/iappend.t
|
||||
t/iarray.t
|
||||
t/ihead.t
|
||||
t/ilist.t
|
||||
t/imap.t
|
||||
t/ipairwise.t
|
||||
t/irange.t
|
||||
t/iskip.t
|
||||
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
|
||||
License: __NO_COPYRIGHT_NOR_LICENSE__
|
||||
|
||||
Files: README
|
||||
Copyright: 2005 Eric J. Roode.
|
||||
License: __UNKNOWN__
|
||||
This module is free software; you can redistribute it and/or modify it
|
||||
under the same terms as Perl itself.
|
||||
|
||||
Files: Makefile.PL
|
||||
Copyright: __NO_COPYRIGHT__ in: Makefile.PL
|
||||
License: __UNKNOWN__
|
||||
package MY;
|
||||
|
||||
Files: Util.pm
|
||||
Copyright: 2005 Eric J. Roode.
|
||||
License: __UNKNOWN__
|
||||
This module is free software; you can redistribute it and/or modify it
|
||||
under the same terms as Perl itself.
|
||||
.
|
||||
To avoid my spam filter, please include "Perl", "module", or this
|
||||
module's name in the message's subject line, and/or GPG-sign your
|
||||
message.
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# xml and html files (skipped):
|
||||
# Iterator-Util.ppd
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
|
||||
# license/copyright files.
|
|
@ -1 +0,0 @@
|
|||
# You must remove unused comment lines for the released package.
|
|
@ -1,4 +0,0 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@
|
|
@ -1 +0,0 @@
|
|||
3.0 (native)
|
|
@ -1,3 +0,0 @@
|
|||
version=4
|
||||
opts=dversionmangle=s/\+ds\d*$// \
|
||||
https://metacpan.org/release/Iterator-Util .*/Iterator-Util-v?@ANY_VERSION@@ARCHIVE_EXT@$
|
Loading…
Reference in New Issue