r53850 - in /trunk/libinline-perl/debian: changelog control

franck at users.alioth.debian.org franck at users.alioth.debian.org
Sun Mar 7 15:03:14 UTC 2010


Author: franck
Date: Sun Mar  7 15:02:55 2010
New Revision: 53850

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53850
Log:
Removed BDI and depedency on libdigest-md5-perl which is a core module since 5.7.3.

Modified:
    trunk/libinline-perl/debian/changelog
    trunk/libinline-perl/debian/control

Modified: trunk/libinline-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libinline-perl/debian/changelog?rev=53850&op=diff
==============================================================================
--- trunk/libinline-perl/debian/changelog (original)
+++ trunk/libinline-perl/debian/changelog Sun Mar  7 15:02:55 2010
@@ -14,6 +14,10 @@
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
+
+  [ Franck Joncourt ]
+  * Removed BDI and depedency on libdigest-md5-perl which is a core module
+    since 5.7.3.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sat, 06 Mar 2010 19:40:13 -0500
 

Modified: trunk/libinline-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libinline-perl/debian/control?rev=53850&op=diff
==============================================================================
--- trunk/libinline-perl/debian/control (original)
+++ trunk/libinline-perl/debian/control Sun Mar  7 15:02:55 2010
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libdigest-md5-perl, libparse-recdescent-perl
+Build-Depends-Indep: perl, libparse-recdescent-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.8.4
@@ -13,8 +13,7 @@
 Package: libinline-perl
 Architecture: all
 Recommends: gcc | c-compiler
-Depends: ${perl:Depends}, ${misc:Depends}, libparse-recdescent-perl,
- libdigest-md5-perl
+Depends: ${perl:Depends}, ${misc:Depends}, libparse-recdescent-perl
 Description: module for producing simple Foreign Function Interfaces
  Inline is a Perl module designed to allow developers to integrate source code
  written in other programming languages directly "inline" in Perl scripts or




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