[libclass-insideout-perl] 01/01: releasing version 1.13-2
Damyan Ivanov
dmn at alioth.debian.org
Tue Aug 13 21:22:28 UTC 2013
This is an automated email from the git hooks/post-receive script.
dmn pushed a commit to branch master
in repository libclass-insideout-perl.
commit c1db73e5c3487da72a61bf6ef8e77b8db466aa12
Author: Дамян Иванов <dmn at debian.org>
Date: Tue Aug 13 23:22:13 2013 +0200
releasing version 1.13-2
---
debian/changelog | 9 +++++++++
debian/control | 7 ++++---
2 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a08196b..928b5fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libclass-insideout-perl (1.13-2) unstable; urgency=low
+
+ * Team upload
+
+ * add explicit (build-) dependency on libclass-isa-perl, which is no longer
+ pulled up by perl-modules in perl 5.18
+
+ -- Damyan Ivanov <dmn at debian.org> Tue, 13 Aug 2013 23:21:14 +0200
+
libclass-insideout-perl (1.13-1) unstable; urgency=low
* Imported Upstream version 1.13
diff --git a/debian/control b/debian/control
index 6d39819..a2cc8b8 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,8 @@ Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>,
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libtype-tiny-perl,
+Build-Depends-Indep: libclass-isa-perl,
+ libtype-tiny-perl,
perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-insideout-perl.git
@@ -17,7 +18,8 @@ Homepage: https://metacpan.org/release/Class-InsideOut/
Package: libclass-insideout-perl
Architecture: all
Depends: ${misc:Depends},
- ${perl:Depends}
+ ${perl:Depends},
+ libclass-isa-perl
Description: safe, simple inside-out object construction kit
Class::InsideOut is a simple, safe and streamlined toolkit for building
inside-out objects. Unlike most other inside-out object building modules
@@ -34,4 +36,3 @@ Description: safe, simple inside-out object construction kit
.
It provides the minimal support necessary for creating safe inside-out
objects and generating flexible accessors.
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libclass-insideout-perl.git
More information about the Pkg-perl-cvs-commits
mailing list