r15551 - in /trunk/libclass-methodmaker-perl/debian: changelog control

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Feb 24 23:03:26 UTC 2008


Author: gregoa-guest
Date: Sun Feb 24 23:03:25 2008
New Revision: 15551

URL: http://svn.debian.org/wsvn/?sc=1&rev=15551
Log:
Depend on ${perl:Depends}.

Modified:
    trunk/libclass-methodmaker-perl/debian/changelog
    trunk/libclass-methodmaker-perl/debian/control

Modified: trunk/libclass-methodmaker-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libclass-methodmaker-perl/debian/changelog?rev=15551&op=diff
==============================================================================
--- trunk/libclass-methodmaker-perl/debian/changelog (original)
+++ trunk/libclass-methodmaker-perl/debian/changelog Sun Feb 24 23:03:25 2008
@@ -19,8 +19,9 @@
     - install examples/*
   * Set Standards-Version to 3.7.3 (no changes).
   * Set debhelper compatibility level to 6; add debian/compat.
+  * Depend on ${perl:Depends}.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 24 Feb 2008 23:57:41 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 25 Feb 2008 00:02:56 +0100
 
 libclass-methodmaker-perl (2.07-2) unstable; urgency=low
 

Modified: trunk/libclass-methodmaker-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libclass-methodmaker-perl/debian/control?rev=15551&op=diff
==============================================================================
--- trunk/libclass-methodmaker-perl/debian/control (original)
+++ trunk/libclass-methodmaker-perl/debian/control Sun Feb 24 23:03:25 2008
@@ -10,7 +10,7 @@
 
 Package: libclass-methodmaker-perl
 Architecture: any
-Depends: perl
+Depends: ${perl:Depends}
 Description: perl module for creating generic methods
  This module solves the problem of having to write a bazillion
  get/set methods that are all the same.




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