r69893 - in /trunk/libmousex-getopt-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Feb 27 16:17:26 UTC 2011


Author: gregoa
Date: Sun Feb 27 16:17:12 2011
New Revision: 69893

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=69893
Log:
Add missing build and runtime dependencies (closes: #615541).

Modified:
    trunk/libmousex-getopt-perl/debian/changelog
    trunk/libmousex-getopt-perl/debian/control

Modified: trunk/libmousex-getopt-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmousex-getopt-perl/debian/changelog?rev=69893&op=diff
==============================================================================
--- trunk/libmousex-getopt-perl/debian/changelog (original)
+++ trunk/libmousex-getopt-perl/debian/changelog Sun Feb 27 16:17:12 2011
@@ -1,3 +1,9 @@
+libmousex-getopt-perl (0.33-2) UNRELEASED; urgency=low
+
+  * Add missing build and runtime dependencies (closes: #615541).
+
+ -- gregor herrmann <gregoa at debian.org>  Sun, 27 Feb 2011 17:08:25 +0100
+
 libmousex-getopt-perl (0.33-1) unstable; urgency=low
 
   * Initial Release. (Closes: #612873)

Modified: trunk/libmousex-getopt-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmousex-getopt-perl/debian/control?rev=69893&op=diff
==============================================================================
--- trunk/libmousex-getopt-perl/debian/control (original)
+++ trunk/libmousex-getopt-perl/debian/control Sun Feb 27 16:17:12 2011
@@ -2,7 +2,12 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl,
+ libgetopt-long-descriptive-perl (>= 0.081),
+ libmouse-perl,
+ libtest-exception-perl,
+ libtest-warn-perl (>= 0.21),
+ perl (>= 5.10.1) | libetest-simple-perl (>= 0.88)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: TANIGUCHI Takaki <takaki at debian.org>
 Standards-Version: 3.9.1
@@ -12,7 +17,9 @@
 
 Package: libmousex-getopt-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends},
+ libgetopt-long-descriptive-perl (>= 0.081),
+ libmouse-perl
 Description: A Mouse role for processing command line options
  This is a role which provides an alternate constructor for creating objects
  using parameters passed in from the command line.




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