This is an automated email from the git hooks/post-receive script.

ondrej pushed a commit to branch master
in repository libnet-dns-sec-perl.

commit 647dcc86aea0e6c01ec3ade8738d3a7f3b72ddd9
Author: Ondřej Surý <ond...@sury.org>
Date:   Thu Aug 18 10:26:59 2011 +0200

    Remove Digest::SHA1 from dependencies (Closes: #594273)
---
 debian/control                        |  3 +--
 debian/patches/0001-remote_sha1.patch | 22 ++++++++++++++++++++++
 debian/patches/series                 |  1 +
 3 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 3c84490..dc09839 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,6 @@ Build-Depends: quilt (>= 0.46-7~),
                libcrypt-openssl-rsa-perl (>= 0.19),
               libdigest-bubblebabble-perl (>= 0.0.1),
                libdigest-sha-perl,
-              libdigest-sha1-perl,
               libnet-dns-perl (>= 0.64),
                libtest-simple-perl,
               libtime-local-perl,
@@ -25,7 +24,7 @@ Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libcrypt-openssl-bignum-perl (>= 
0.03),
          libcrypt-openssl-dsa-perl (>= 0.1), libcrypt-openssl-rsa-perl (>= 
0.19),
          libdigest-bubblebabble-perl (>= 0.0.1), libdigest-sha-perl,
-         libdigest-sha1-perl, libnet-dns-perl (>= 0.64), libtime-local-perl,
+        libnet-dns-perl (>= 0.64), libtime-local-perl,
         libmime-base32-perl
 Description:  DNSSEC extension to NET::DNS
  This module implements DNS Resource Record types that are relevant
diff --git a/debian/patches/0001-remote_sha1.patch 
b/debian/patches/0001-remote_sha1.patch
new file mode 100644
index 0000000..13b7483
--- /dev/null
+++ b/debian/patches/0001-remote_sha1.patch
@@ -0,0 +1,22 @@
+--- a/META.yml
++++ b/META.yml
+@@ -14,7 +14,6 @@ requires:
+     Crypt::OpenSSL::RSA:  0.19
+     Digest::BubbleBabble:  0.01
+     Digest::SHA:          5.23
+-    Digest::SHA1:         0
+     File::Basename:       0
+     Math::BigInt:         0
+     MIME::Base32:         0
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -36,8 +36,7 @@ WriteMakefile(
+       MIME::Base32              => 0.0,
+       Math::BigInt              => 0.0,
+       Time::Local               => 0.0,
+-      Digest::BubbleBabble      => 0.01,
+-      Digest::SHA1              => 0.0,
++      Digest::BubbleBabble      => 0.01
+       },
+       'ABSTRACT'                  => 'DNSSEC extensions to Net::DNS',
+       'AUTHOR'                    => 'Olaf M. Kolkman <o...@net-dns.org>',
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..7a61910 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-remote_sha1.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libnet-dns-sec-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to