r12868 - in /trunk/libparams-validate-perl/debian: changelog compat control

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Thu Jan 17 20:05:09 UTC 2008


Author: gregoa-guest
Date: Thu Jan 17 20:05:09 2008
New Revision: 12868

URL: http://svn.debian.org/wsvn/?sc=1&rev=12868
Log:
* debian/control: add ${shlibs:Depends}, ${misc:Depends} to Depends.
* debian/rules: add call to dh_shlibdeps.
* Set debhelper compatibility level to 6.

Modified:
    trunk/libparams-validate-perl/debian/changelog
    trunk/libparams-validate-perl/debian/compat
    trunk/libparams-validate-perl/debian/control

Modified: trunk/libparams-validate-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libparams-validate-perl/debian/changelog?rev=12868&op=diff
==============================================================================
--- trunk/libparams-validate-perl/debian/changelog (original)
+++ trunk/libparams-validate-perl/debian/changelog Thu Jan 17 20:05:09 2008
@@ -1,8 +1,11 @@
 libparams-validate-perl (0.89-2) UNRELEASED; urgency=low
 
   * debian/rules: delete /usr/share/perl5 only if it exists.
+  * debian/control: add ${shlibs:Depends}, ${misc:Depends} to Depends.
+  * debian/rules: add call to dh_shlibdeps.
+  * Set debhelper compatibility level to 6.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 09 Jan 2008 21:18:31 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Thu, 17 Jan 2008 21:01:03 +0100
 
 libparams-validate-perl (0.89-1) unstable; urgency=low
 

Modified: trunk/libparams-validate-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libparams-validate-perl/debian/compat?rev=12868&op=diff
==============================================================================
--- trunk/libparams-validate-perl/debian/compat (original)
+++ trunk/libparams-validate-perl/debian/compat Thu Jan 17 20:05:09 2008
@@ -1,1 +1,1 @@
-5
+6

Modified: trunk/libparams-validate-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libparams-validate-perl/debian/control?rev=12868&op=diff
==============================================================================
--- trunk/libparams-validate-perl/debian/control (original)
+++ trunk/libparams-validate-perl/debian/control Thu Jan 17 20:05:09 2008
@@ -1,7 +1,7 @@
 Source: libparams-validate-perl
 Section: perl
 Priority: optional
-Build-Depends: perl (>= 5.8.0-17) | perl-base (>= 5.8.0-17), debhelper (>= 5),
+Build-Depends: perl (>= 5.8.0-17) | perl-base (>= 5.8.0-17), debhelper (>= 6),
  libreadonly-xs-perl, libreadonly-perl, libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>, 
@@ -13,7 +13,7 @@
 
 Package: libparams-validate-perl
 Architecture: any
-Depends: ${perl:Depends}
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Description: validate parameters to Perl method/function calls
  The Params::Validate module provides a flexible system for validating
  method/function call parameters.  The validation can be as simple as




More information about the Pkg-perl-cvs-commits mailing list