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

nickm-guest pushed a commit to branch master
in repository libcrypt-hcesha-perl.

commit 14628cceda42aeba8cb23fdf6e705a160070e54a
Author: Nick Morrott <knowledgejun...@gmail.com>
Date:   Fri Jul 29 03:07:40 2016 +0100

    Drop remove_deprecated_defined.patch and use-Digest-SHA.patch (applied 
upstream)
---
 debian/patches/remove_deprecated_defined.patch | 24 -------------
 debian/patches/series                          |  2 --
 debian/patches/use-Digest-SHA.patch            | 48 --------------------------
 3 files changed, 74 deletions(-)

diff --git a/debian/patches/remove_deprecated_defined.patch 
b/debian/patches/remove_deprecated_defined.patch
deleted file mode 100644
index 016bf06..0000000
--- a/debian/patches/remove_deprecated_defined.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Author: Jonas Genannt <gena...@debian.org>
-Description: removed deprecated defined in Perl 5.22 (Closes: #789139)
-Bug: https://rt.cpan.org/Ticket/Display.html?id=105384
-
---- a/test.pl
-+++ b/test.pl
-@@ -186,7 +186,7 @@
-           last if ($_ eq '+END_OF_LIST');
-           push @response, $_;
-       };
--      if (!defined(@response)) {
-+      if (!@response) {
-           return;
-       } else {
-           return @response;
-@@ -202,7 +202,7 @@
-           last if ($dec_data eq "+END_OF_LIST");
-           push @response, $dec_data;
-       };
--      if (!defined(@response)) {
-+      if (!@response) {
-           return;
-       } else {
-           return @response;
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index d3f4851..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-use-Digest-SHA.patch
-remove_deprecated_defined.patch
diff --git a/debian/patches/use-Digest-SHA.patch 
b/debian/patches/use-Digest-SHA.patch
deleted file mode 100644
index e0c02a2..0000000
--- a/debian/patches/use-Digest-SHA.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-Author: Salvatore Bonaccorso <car...@debian.org>
-Description: digest-sha-perl-transition (Closes: #635178)
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=67841
-
-diff -urN libcrypt-hcesha-perl-0.70.orig//HCE_SHA.pm 
libcrypt-hcesha-perl-0.70/HCE_SHA.pm
---- libcrypt-hcesha-perl-0.70.orig//HCE_SHA.pm 2004-03-26 16:27:58.000000000 
+0100
-+++ libcrypt-hcesha-perl-0.70/HCE_SHA.pm       2011-04-29 20:42:11.309252526 
+0200
-@@ -10,7 +10,7 @@
- use strict;
- use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
- 
--use Digest::SHA1;
-+use Digest::SHA;
- use MIME::Base64;
- use Carp;
- 
-@@ -46,7 +46,7 @@
-     my $self = shift;
-     my ($rnd) = @_;
-  
--    my $context = new Digest::SHA1;
-+    my $context = new Digest::SHA;
-     $context->add($self->{SKEY}, $rnd);
-     my $digest = $context->digest();
-     my @e_block = unpack('C*', $digest);
-diff -urN libcrypt-hcesha-perl-0.70.orig//META.yml 
libcrypt-hcesha-perl-0.70/META.yml
---- libcrypt-hcesha-perl-0.70.orig//META.yml   2004-03-26 16:28:13.000000000 
+0100
-+++ libcrypt-hcesha-perl-0.70/META.yml 2011-04-29 20:42:17.622499154 +0200
-@@ -5,7 +5,7 @@
- version_from: HCE_SHA.pm
- installdirs:  site
- requires:
--    Digest::SHA1:                  0
-+    Digest::SHA:                  0
-     MIME::Base64:                  2
- 
- distribution_type: module
-diff -urN libcrypt-hcesha-perl-0.70.orig//Makefile.PL 
libcrypt-hcesha-perl-0.70/Makefile.PL
---- libcrypt-hcesha-perl-0.70.orig//Makefile.PL        2003-11-13 
00:24:46.000000000 +0100
-+++ libcrypt-hcesha-perl-0.70/Makefile.PL      2011-04-29 20:42:25.417251532 
+0200
-@@ -4,6 +4,6 @@
- WriteMakefile(
-     'NAME'    => 'Crypt::HCE_SHA',
-     'VERSION_FROM' => 'HCE_SHA.pm', # finds $VERSION
--    'PREREQ_PM' => {'Digest::SHA1' => 0,
-+    'PREREQ_PM' => {'Digest::SHA' => 0,
-                   'MIME::Base64' => 2}
- );

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libcrypt-hcesha-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