[libcrypt-des-perl] 02/03: Drop svupgrade.patch patch
Salvatore Bonaccorso
carnil at debian.org
Fri Aug 9 18:29:56 UTC 2013
This is an automated email from the git hooks/post-receive script.
carnil pushed a commit to branch master
in repository libcrypt-des-perl.
commit 7e893f1d9876c3401d722c4eaab354db40f85554
Author: Salvatore Bonaccorso <carnil at debian.org>
Date: Fri Aug 9 20:25:27 2013 +0200
Drop svupgrade.patch patch
---
debian/patches/series | 1 -
debian/patches/svupgrade.patch | 21 ---------------------
2 files changed, 22 deletions(-)
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index dbb11bb..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-svupgrade.patch
diff --git a/debian/patches/svupgrade.patch b/debian/patches/svupgrade.patch
deleted file mode 100644
index dac03d5..0000000
--- a/debian/patches/svupgrade.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Description: update for SvUPGRADE()
-Origin: CPAN RT
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=82943
-Bug-Debian: http://bugs.debian.org/708468
-Forwarded: not-needed
-Author: Zefram <zefram [...] fysh.org>
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2013-05-17
-
---- a/DES.xs
-+++ b/DES.xs
-@@ -64,8 +64,7 @@
- output = sv_newmortal();
- output_len = 8;
-
-- if (!SvUPGRADE(output, SVt_PV))
-- croak("cannot use output argument as lvalue");
-+ (void) SvUPGRADE(output, SVt_PV);
-
- perl_des_crypt(input, SvGROW(output, output_len), (i32 *)ks, enc_flag);
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcrypt-des-perl.git
More information about the Pkg-perl-cvs-commits
mailing list