r75643 - in /trunk/libnet-epp-perl/debian: changelog control

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Mon Jun 13 18:18:02 UTC 2011


Author: carnil
Date: Mon Jun 13 18:17:45 2011
New Revision: 75643

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75643
Log:
* Add use-Digest-SHA.patch patch to use Digest::SHA instead of Digest::SHA1. 
* debian/control: Drop (Build-)Depends(-Indep) on libdigest-sha1-perl.

Modified:
    trunk/libnet-epp-perl/debian/changelog
    trunk/libnet-epp-perl/debian/control

Modified: trunk/libnet-epp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-epp-perl/debian/changelog?rev=75643&op=diff
==============================================================================
--- trunk/libnet-epp-perl/debian/changelog (original)
+++ trunk/libnet-epp-perl/debian/changelog Mon Jun 13 18:17:45 2011
@@ -1,11 +1,13 @@
-libnet-epp-perl (0.17-2) unstable; urgency=low
+libnet-epp-perl (0.17-2) UNRELEASED; urgency=low
 
   * Drop again do-not-use-UNIVERSAL-isa-as-function.patch, which was not
     correctly implemented on all possible calls. Bug #614869 can be left
     closed, as the deprecation warnings disapeared with the 0.17 upload with
     https://rt.cpan.org/Public/Bug/Display.html?id=67327
+  * Add use-Digest-SHA.patch patch to use Digest::SHA instead of Digest::SHA1. 
+  * debian/control: Drop (Build-)Depends(-Indep) on libdigest-sha1-perl.
 
- -- Salvatore Bonaccorso <carnil at debian.org>  Mon, 13 Jun 2011 20:04:10 +0200
+ -- Salvatore Bonaccorso <carnil at debian.org>  Mon, 13 Jun 2011 20:17:26 +0200
 
 libnet-epp-perl (0.17-1) unstable; urgency=low
 

Modified: trunk/libnet-epp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-epp-perl/debian/control?rev=75643&op=diff
==============================================================================
--- trunk/libnet-epp-perl/debian/control (original)
+++ trunk/libnet-epp-perl/debian/control Mon Jun 13 18:17:45 2011
@@ -4,7 +4,6 @@
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
  libio-socket-ssl-perl,
- libdigest-sha1-perl,
  libxml-libxml-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
@@ -17,7 +16,6 @@
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends},
  libio-socket-ssl-perl,
- libdigest-sha1-perl,
  libxml-libxml-perl
 Description: module implementing the Extensible Provisioning Protocol
  Net::EPP is a collection of Perl modules that collectively implement the




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