summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorintrigeri <intrigeri@debian.org>2018-10-29 21:20:06 +0100
committerintrigeri <intrigeri@debian.org>2018-10-29 21:20:06 +0100
commit3c57a1e02143aaaf548370c31b04f898fc1dbe1d (patch)
tree8df7420b03260275730b783932af5e4017ccac72
parentc25504ec8741d15e06d8e6fa51b3f1f6d5e3a0e2 (diff)
parent75d66c7264024c456a93de2b3d316c1c89297599 (diff)
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. [dgit import unpatched libmoox-late-perl 0.015-4]
-rw-r--r--debian/changelog70
-rw-r--r--debian/compat1
-rw-r--r--debian/control36
-rw-r--r--debian/copyright28
-rw-r--r--debian/libmoox-late-perl.docs1
-rw-r--r--debian/libmoox-late-perl.examples1
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
-rw-r--r--debian/tests/pkg-perl/SKIP2
-rw-r--r--debian/upstream/metadata7
-rw-r--r--debian/watch2
11 files changed, 153 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3c8375c
--- /dev/null
+++ b/debian/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 <intrigeri@debian.org> 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 <intrigeri@debian.org> 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 <intrigeri@debian.org> 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 <intrigeri@debian.org> 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 <intrigeri@debian.org> Thu, 14 Aug 2014 13:10:08 +0200
+
+libmoox-late-perl (0.014-1) unstable; urgency=low
+
+ * Initial Release (Closes: #728458).
+
+ -- intrigeri <intrigeri@debian.org> Thu, 5 Sep 2013 16:26:27 +0200
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..fd6eb5f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,36 @@
+Source: libmoox-late-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: intrigeri <intrigeri@debian.org>
+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/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..91544b4
--- /dev/null
+++ b/debian/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 <tobyink@cpan.org>
+Upstream-Name: MooX-late
+
+Files: *
+Copyright: Toby Inkster <tobyink@cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2013, intrigeri <intrigeri@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'.
diff --git a/debian/libmoox-late-perl.docs b/debian/libmoox-late-perl.docs
new file mode 100644
index 0000000..dc63d18
--- /dev/null
+++ b/debian/libmoox-late-perl.docs
@@ -0,0 +1 @@
+CONTRIBUTING
diff --git a/debian/libmoox-late-perl.examples b/debian/libmoox-late-perl.examples
new file mode 100644
index 0000000..e39721e
--- /dev/null
+++ b/debian/libmoox-late-perl.examples
@@ -0,0 +1 @@
+examples/*
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/tests/pkg-perl/SKIP b/debian/tests/pkg-perl/SKIP
new file mode 100644
index 0000000..af151ff
--- /dev/null
+++ b/debian/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/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..bd4a997
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,7 @@
+---
+Archive: CPAN
+Bug-Database: https://rt.cpan.org/Dist/Display.html?Queue=MooX-late
+Contact: Toby Inkster <tobyink@cpan.org>
+Homepage: https://metacpan.org/release/MooX-late
+Name: MooX-late
+Repository: https://github.com/tobyink/p5-moox-late
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..8056a59
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/MooX-late .*/MooX-late-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$