[SCM] Debian packaging of libcrypt-twofish-perl branch, master, updated. debian/2.15-2-6-g0469e93

Xavier Guimard x.guimard at free.fr
Thu Jul 11 02:26:33 UTC 2013


The following commit has been merged in the master branch:
commit 47c578edea80b56b73acca80e38b6ef0f0064853
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Thu Jul 11 04:26:06 2013 +0200

    Remove patch introduced in 2.15-2, now included in upstream

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 dbe164b..0000000
--- a/debian/patches/svupgrade.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Description: Bleadperl v5.17.6-328-g463ea22 breaks Twofish.xs
- As per subject. Here is the commit:
- http://perl5.git.perl.org/perl.git/commit/463ea2290a54ee65470ca4dd46dea0d41cfbc9dd
-Origin: CPAN RT
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=82012
-Bug-Debian: http.//bugs.debian.org/708470
-Forwarded: not needed
-Author: ANDK [...] cpan.org
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2013-05-17
-
-
-Tested patch:
-
---- a/Twofish.xs
-+++ b/Twofish.xs
-@@ -54,7 +54,8 @@
-             output = sv_newmortal();
-         outlen = 16;
- 
--        if (SvREADONLY(output) || !SvUPGRADE(output, SVt_PV))
-+        SvUPGRADE(output, SVt_PV);
-+        if (SvREADONLY(output))
-             croak("cannot use output as lvalue");
- 
-         twofish_crypt(self,

-- 
Debian packaging of libcrypt-twofish-perl



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