From caad27665d624bb84dcc7424a5f4e2bf28922dc9 Mon Sep 17 00:00:00 2001 From: denghao Date: Tue, 13 Sep 2022 06:08:11 +0300 Subject: [PATCH] Import Debian changes 0.5001-ok1 libfreezethaw-perl (0.5001-ok1) yangtze; urgency=medium * Build for openkylin. --- debian/README.Debian | 8 ++++++++ debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 21 +++++++++++++++++++++ debian/copyright | 42 ++++++++++++++++++++++++++++++++++++++++++ debian/patches/series | 1 + debian/rules | 4 ++++ debian/source/format | 1 + debian/watch | 3 +++ 9 files changed, 86 insertions(+) create mode 100644 debian/README.Debian create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/patches/series create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..9037704 --- /dev/null +++ b/debian/README.Debian @@ -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 Tue, 13 Sep 2022 06:08:11 +0300 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..8fadc86 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +libfreezethaw-perl (0.5001-ok1) yangtze; urgency=medium + + * Build for openkylin. + + -- denghao Tue, 13 Sep 2022 06:08:11 +0300 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..b4de394 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +11 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..b32492f --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +Source: libfreezethaw-perl +Section: perl +Priority: optional +Maintainer: OpenKylin Developers +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. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..b5a0fe3 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,42 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: libfreezethaw-perl +Source: +# +# 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. diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..4a97dfa --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +# You must remove unused comment lines for the released package. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2d33f6a --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + 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/watch b/debian/watch new file mode 100644 index 0000000..5ff8081 --- /dev/null +++ b/debian/watch @@ -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)