forked from openkylin/libfreezethaw-perl
Import Debian changes 0.5001-ok1
libfreezethaw-perl (0.5001-ok1) yangtze; urgency=medium * Build for openkylin.
This commit is contained in:
parent
55f8d81be9
commit
caad27665d
|
@ -0,0 +1,8 @@
|
||||||
|
libfreezethaw-perl for Debian
|
||||||
|
|
||||||
|
Please edit this to provide information specific to
|
||||||
|
this libfreezethaw-perl Debian package.
|
||||||
|
|
||||||
|
(Automatically generated by debmake Version 4.3.1)
|
||||||
|
|
||||||
|
-- denghao <denghao@kylinos.cn> Tue, 13 Sep 2022 06:08:11 +0300
|
|
@ -0,0 +1,5 @@
|
||||||
|
libfreezethaw-perl (0.5001-ok1) yangtze; urgency=medium
|
||||||
|
|
||||||
|
* Build for openkylin.
|
||||||
|
|
||||||
|
-- denghao <denghao@kylinos.cn> Tue, 13 Sep 2022 06:08:11 +0300
|
|
@ -0,0 +1 @@
|
||||||
|
11
|
|
@ -0,0 +1,21 @@
|
||||||
|
Source: libfreezethaw-perl
|
||||||
|
Section: perl
|
||||||
|
Priority: optional
|
||||||
|
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
|
||||||
|
Build-Depends: debhelper (>=11~)
|
||||||
|
Build-Depends-Indep: perl
|
||||||
|
Testsuite: autopkgtest-pkg-perl
|
||||||
|
Standards-Version: 4.1.4
|
||||||
|
Vcs-Browser: https://gitee.com/openkylin/libfreezethaw-perl
|
||||||
|
Vcs-Git: https://gitee.com/openkylin/libfreezethaw-perl.git
|
||||||
|
Homepage: https://metacpan.org/release/FreezeThaw
|
||||||
|
|
||||||
|
Package: libfreezethaw-perl
|
||||||
|
Architecture: all
|
||||||
|
Depends: ${misc:Depends},
|
||||||
|
${perl:Depends}
|
||||||
|
Description: module to serialize and deserialize Perl data structures
|
||||||
|
FreezeThaw is a Perl module designed to convert data to and from a serialized
|
||||||
|
string format, appropriate for saving to and reading from permanent storage.
|
||||||
|
It is capable of dealing with objects, circular lists and repeated appearance
|
||||||
|
of the same reference.
|
|
@ -0,0 +1,42 @@
|
||||||
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
Upstream-Name: libfreezethaw-perl
|
||||||
|
Source: <url://example.com>
|
||||||
|
#
|
||||||
|
# Please double check copyright with the licensecheck(1) command.
|
||||||
|
|
||||||
|
Files: Changes
|
||||||
|
FreezeThaw.pm
|
||||||
|
MANIFEST
|
||||||
|
META.yml
|
||||||
|
Makefile.PL
|
||||||
|
t/FreezeThaw.t
|
||||||
|
t/overload.t
|
||||||
|
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
|
||||||
|
License: __NO_COPYRIGHT_NOR_LICENSE__
|
||||||
|
|
||||||
|
Files: README
|
||||||
|
Copyright: 1995 Ilya Zakharevich.
|
||||||
|
License: Perl
|
||||||
|
This program is free software; you can redistribute it and/or
|
||||||
|
modify it under the same terms as Perl itself.
|
||||||
|
.
|
||||||
|
You should have received a copy of the Perl license along with
|
||||||
|
Perl; see the file README in Perl distribution.
|
||||||
|
.
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with Perl; see the file Copying. If not, write to
|
||||||
|
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
|
.
|
||||||
|
You should have received a copy of the Artistic License
|
||||||
|
along with Perl; see the file Artistic.
|
||||||
|
.
|
||||||
|
you can use it, you are in luck, if not, I should not be kept
|
||||||
|
responsible. Keep a handy copy of your backup tape at hand.
|
||||||
|
.
|
||||||
|
With this module from this moment on you are on your own ;-). Good luck.
|
||||||
|
.
|
||||||
|
The FSF address in the above text is the old one.
|
||||||
|
|
||||||
|
#----------------------------------------------------------------------------
|
||||||
|
# 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,4 @@
|
||||||
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@
|
|
@ -0,0 +1 @@
|
||||||
|
3.0 (quilt)
|
|
@ -0,0 +1,3 @@
|
||||||
|
version=3
|
||||||
|
opts=uversionmangle=s/\.\d\d$/$&00/ \
|
||||||
|
https://metacpan.org/release/FreezeThaw .*/FreezeThaw-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
|
Loading…
Reference in New Issue