[SCM] Debian packaging of Const-Fast CPAN distribution branch, master, updated. debian/0.011-1-8-g2a6eea4
Nuno Carvalho
smash at cpan.org
Thu Aug 16 18:25:36 UTC 2012
The following commit has been merged in the master branch:
commit 338e8c154a9a371f810f52d9ad0aa2486fa68e03
Author: Nuno Carvalho <smash at cpan.org>
Date: Thu Aug 16 19:00:21 2012 +0100
Update dependencies in d/control
diff --git a/debian/changelog b/debian/changelog
index 7146a61..f6efd62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libconst-fast-perl (0.012-1) UNRELEASED; urgency=low
+
+ * d/control: Add new dependency libsub-exporter-progressive-perl.
+
+ -- Nuno Carvalho <smash at cpan.org> Thu, 09 Aug 2012 23:51:25 +0100
+
libconst-fast-perl (0.011-1) unstable; urgency=low
* Initial Release (Closes: #669890)
diff --git a/debian/control b/debian/control
index 743ad28..44d25c0 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Uploaders: Stig Sandbeck Mathisen <ssm at debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libsub-exporter-perl,
libtest-exception-perl,
- perl,
+ libsub-exporter-progressive-perl,
+ perl
Standards-Version: 3.9.3
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libconst-fast-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libconst-fast-perl.git
@@ -16,6 +17,7 @@ Package: libconst-fast-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libsub-exporter-perl,
+ libsub-exporter-progressive-perl
Description: Facility for creating read-only scalars, arrays, and hashes
Const::Fast is a perl module for creating read-only scalars, arrays,
and hashes. It enables you to set a variable to the given value and
--
Debian packaging of Const-Fast CPAN distribution
More information about the Pkg-perl-cvs-commits
mailing list