r62580 - in /trunk/libmath-bigint-gmp-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Sep 14 21:51:59 UTC 2010


Author: gregoa
Date: Tue Sep 14 21:51:47 2010
New Revision: 62580

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62580
Log:
WAITS-FOR: libmath-bigint-perl 1.90
* Add (build) dependency on libmath-bigint-perl >= 1.90.

Modified:
    trunk/libmath-bigint-gmp-perl/debian/changelog
    trunk/libmath-bigint-gmp-perl/debian/control

Modified: trunk/libmath-bigint-gmp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-bigint-gmp-perl/debian/changelog?rev=62580&op=diff
==============================================================================
--- trunk/libmath-bigint-gmp-perl/debian/changelog (original)
+++ trunk/libmath-bigint-gmp-perl/debian/changelog Tue Sep 14 21:51:47 2010
@@ -1,4 +1,6 @@
 libmath-bigint-gmp-perl (1.26-1) UNRELEASED; urgency=low
+
+  WAITS-FOR: libmath-bigint-perl 1.90
 
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
@@ -17,6 +19,7 @@
   * debian/control: remove version from perl build dependency (already
     satisfied in lenny). Mention module name in long description.
   * Reformat debian/copyright (DEP5), add info about new third party file.
+  * Add (build) dependency on libmath-bigint-perl >= 1.90.
 
  -- gregor herrmann <gregoa at debian.org>  Tue, 14 Sep 2010 23:29:49 +0200
 

Modified: trunk/libmath-bigint-gmp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-bigint-gmp-perl/debian/control?rev=62580&op=diff
==============================================================================
--- trunk/libmath-bigint-gmp-perl/debian/control (original)
+++ trunk/libmath-bigint-gmp-perl/debian/control Tue Sep 14 21:51:47 2010
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7), libgmp3-dev, perl, libyaml-perl,
- libtest-pod-perl, libtest-pod-coverage-perl
+ libmath-bigint-perl (>= 1.90), libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Laurent Fousse <laurent at komite.net>,
  gregor herrmann <gregoa at debian.org>
@@ -13,7 +13,8 @@
 
 Package: libmath-bigint-gmp-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
+ libmath-bigint-perl (>= 1.90)
 Description: GMP library for Math::BigInt routines
  The GNU MP is a library for arbitrary precision arithmetic. The
  Math::BigInt::GMP mdoule offers efficient replacements to the Math::BigInt




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