From 75d66c7264024c456a93de2b3d316c1c89297599 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Mon, 29 Oct 2018 21:20:06 +0100 Subject: Import libmoox-late-perl_0.015-4.debian.tar.xz [dgit import tarball libmoox-late-perl 0.015-4 libmoox-late-perl_0.015-4.debian.tar.xz] --- changelog | 70 ++++++++++++++++++++++++++++++++++++++++++++++ compat | 1 + control | 36 ++++++++++++++++++++++++ copyright | 28 +++++++++++++++++++ libmoox-late-perl.docs | 1 + libmoox-late-perl.examples | 1 + rules | 4 +++ source/format | 1 + tests/pkg-perl/SKIP | 2 ++ upstream/metadata | 7 +++++ watch | 2 ++ 11 files changed, 153 insertions(+) create mode 100644 changelog create mode 100644 compat create mode 100644 control create mode 100644 copyright create mode 100644 libmoox-late-perl.docs create mode 100644 libmoox-late-perl.examples create mode 100755 rules create mode 100644 source/format create mode 100644 tests/pkg-perl/SKIP create mode 100644 upstream/metadata create mode 100644 watch diff --git a/changelog b/changelog new file mode 100644 index 0000000..3c8375c --- /dev/null +++ b/changelog @@ -0,0 +1,70 @@ +libmoox-late-perl (0.015-4) unstable; urgency=medium + + [ Salvatore Bonaccorso ] + * Update Vcs-* headers for switch to salsa.debian.org + + [ intrigeri ] + * Bump debhelper compatibility level to 11. + * Declare compliance with Debian Policy 4.2.1. + + -- intrigeri Mon, 29 Oct 2018 20:20:06 +0000 + +libmoox-late-perl (0.015-3) unstable; urgency=medium + + [ Salvatore Bonaccorso ] + * debian/control: Use HTTPS transport protocol for Vcs-Git URI + + [ gregor herrmann ] + * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. + * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS. + + [ intrigeri ] + * Declare compliance with Standards-Version 4.0.0 (no change required). + * Bump debhelper compat level to 10, adjust build-dependencies accordingly. + + -- intrigeri Sat, 24 Jun 2017 20:37:12 +0000 + +libmoox-late-perl (0.015-2) unstable; urgency=medium + + * Mark package as autopkgtest-able, but skip runtime-deps.d/use.t, + since this module can't be "use"'d in a non-Moo package. + * Declare compliance with Standards-Version 3.9.6. + * Make {build,runtime}-dependency on libtype-tiny-perl unversioned: + no older version was ever part of Debian. + + -- intrigeri Sat, 23 May 2015 16:57:25 +0200 + +libmoox-late-perl (0.015-1) unstable; urgency=medium + + [ Salvatore Bonaccorso ] + * Update Vcs-Browser URL to cgit web frontend + + [ intrigeri ] + * New upstream release. + * Bump {build,runtime}-dependencies: + - libmoo-perl to >= 1.006000 + - libtype-tiny-perl to >= 1.000001 + * Add build-dep on libmoox-handlesvia-perl, to enable some additional tests. + + -- intrigeri Tue, 26 Aug 2014 14:29:42 -0700 + +libmoox-late-perl (0.014-2) unstable; urgency=medium + + [ intrigeri ] + * Add versioned build-dependency on perl (>= 5.15.2): + ExtUtils::MakeMaker >= 6.59 is in core since this version. Also, + Test::More >= 0.96 is in core since 5.13.4. + * Add debian/upstream/metadata + * Drop Suggests on libmoox-perl, that is not part of Debian. + * Declare compliance with Standards-Version 3.9.5, no change required. + + [ gregor herrmann ] + * Install CONTRIBUTING file. + + -- intrigeri Thu, 14 Aug 2014 13:10:08 +0200 + +libmoox-late-perl (0.014-1) unstable; urgency=low + + * Initial Release (Closes: #728458). + + -- intrigeri Thu, 5 Sep 2013 16:26:27 +0200 diff --git a/compat b/compat new file mode 100644 index 0000000..b4de394 --- /dev/null +++ b/compat @@ -0,0 +1 @@ +11 diff --git a/control b/control new file mode 100644 index 0000000..fd6eb5f --- /dev/null +++ b/control @@ -0,0 +1,36 @@ +Source: libmoox-late-perl +Maintainer: Debian Perl Group +Uploaders: intrigeri +Section: perl +Priority: optional +Build-Depends: debhelper (>= 11) +Build-Depends-Indep: libmoo-perl (>= 1.006000), + libmoox-handlesvia-perl, + libtest-fatal-perl, + libtest-requires-perl (>= 0.06), + libtype-tiny-perl, + perl (>= 5.15.2) +Standards-Version: 4.2.1 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmoox-late-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmoox-late-perl.git +Homepage: https://metacpan.org/release/MooX-late +Testsuite: autopkgtest-pkg-perl + +Package: libmoox-late-perl +Architecture: all +Depends: ${misc:Depends}, + ${perl:Depends}, + libmoo-perl (>= 1.006000), + libtype-tiny-perl +Recommends: libmoox-handlesvia-perl +Description: easily translate Moose code to Moo + Moo is a light-weight object oriented programming framework which + aims to be partly compatible with Moose. However, the surface syntax + of Moo differs somewhat from Moose. + . + MooX::late provides some assistance by enabling a slightly more + Moosey surface syntax. MooX::late makes it easier: + . + - to port code that was initially written for Moose to Moo + - to write Moo code that can later be converted to use the + full Moose feature-set if needed. diff --git a/copyright b/copyright new file mode 100644 index 0000000..91544b4 --- /dev/null +++ b/copyright @@ -0,0 +1,28 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: https://metacpan.org/release/MooX-late +Upstream-Contact: Toby Inkster +Upstream-Name: MooX-late + +Files: * +Copyright: Toby Inkster +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2013, intrigeri +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'. diff --git a/libmoox-late-perl.docs b/libmoox-late-perl.docs new file mode 100644 index 0000000..dc63d18 --- /dev/null +++ b/libmoox-late-perl.docs @@ -0,0 +1 @@ +CONTRIBUTING diff --git a/libmoox-late-perl.examples b/libmoox-late-perl.examples new file mode 100644 index 0000000..e39721e --- /dev/null +++ b/libmoox-late-perl.examples @@ -0,0 +1 @@ +examples/* diff --git a/rules b/rules new file mode 100755 index 0000000..2d33f6a --- /dev/null +++ b/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ diff --git a/source/format b/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/tests/pkg-perl/SKIP b/tests/pkg-perl/SKIP new file mode 100644 index 0000000..af151ff --- /dev/null +++ b/tests/pkg-perl/SKIP @@ -0,0 +1,2 @@ +# cannot be use'd in a non-Moo package +runtime-deps.d/use.t diff --git a/upstream/metadata b/upstream/metadata new file mode 100644 index 0000000..bd4a997 --- /dev/null +++ b/upstream/metadata @@ -0,0 +1,7 @@ +--- +Archive: CPAN +Bug-Database: https://rt.cpan.org/Dist/Display.html?Queue=MooX-late +Contact: Toby Inkster +Homepage: https://metacpan.org/release/MooX-late +Name: MooX-late +Repository: https://github.com/tobyink/p5-moox-late diff --git a/watch b/watch new file mode 100644 index 0000000..8056a59 --- /dev/null +++ b/watch @@ -0,0 +1,2 @@ +version=3 +https://metacpan.org/release/MooX-late .*/MooX-late-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ -- cgit v1.2.3