r56352 - in /trunk/libmodule-runtime-perl/debian: changelog control
ivan at users.alioth.debian.org
ivan at users.alioth.debian.org
Sun Apr 18 04:17:48 UTC 2010
Author: ivan
Date: Sun Apr 18 04:17:35 2010
New Revision: 56352
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56352
Log:
Add dependencies on libparams-classify-perl, patch from Hideki Yamane (closes: Bug#576495)
Modified:
trunk/libmodule-runtime-perl/debian/changelog
trunk/libmodule-runtime-perl/debian/control
Modified: trunk/libmodule-runtime-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-runtime-perl/debian/changelog?rev=56352&op=diff
==============================================================================
--- trunk/libmodule-runtime-perl/debian/changelog (original)
+++ trunk/libmodule-runtime-perl/debian/changelog Sun Apr 18 04:17:35 2010
@@ -8,8 +8,10 @@
debian at 420.am>); Ivan Kohler <ivan-debian at 420.am> moved to
Uploaders.
* debian/watch: use dist-based URL.
+ * Add dependencies on libparams-classify-perl, patch from Hideki Yamane,
+ thanks! (closes: Bug#576495)
- -- Ivan Kohler <ivan-debian at 420.am> Sat, 17 Apr 2010 21:04:56 -0700
+ -- Ivan Kohler <ivan-debian at 420.am> Sat, 17 Apr 2010 21:11:59 -0700
libmodule-runtime-perl (0.007-1) unstable; urgency=low
Modified: trunk/libmodule-runtime-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-runtime-perl/debian/control?rev=56352&op=diff
==============================================================================
--- trunk/libmodule-runtime-perl/debian/control (original)
+++ trunk/libmodule-runtime-perl/debian/control Sun Apr 18 04:17:35 2010
@@ -1,8 +1,8 @@
Source: libmodule-runtime-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 4.0.0), libmodule-build-perl
-Build-Depends-Indep: perl (>= 5.8.4-8)
+Build-Depends: debhelper (>= 5), libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.8.4-8), libparams-classify-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Ivan Kohler <ivan-debian at 420.am>
Standards-Version: 3.7.2
@@ -12,7 +12,7 @@
Package: libmodule-runtime-perl
Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
+Depends: ${perl:Depends}, ${misc:Depends}, libparams-classify-perl
Description: Perl module for runtime module handling
The functions exported by this module deal with runtime handling of Perl
modules, which are normally handled at compile time.
More information about the Pkg-perl-cvs-commits
mailing list