[libcompress-raw-lzma-perl] 05/07: Drop no-version-check.patch.

gregor herrmann gregoa at debian.org
Sat Jun 17 21:11:41 UTC 2017


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

gregoa pushed a commit to branch master
in repository libcompress-raw-lzma-perl.

commit 0b5bc57b48c46802c6a5a9c45deaa36c3b15b117
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 17 23:02:38 2017 +0200

    Drop no-version-check.patch.
    
    The runtime version check is gone in Lzma.xs.
---
 debian/patches/no-version-check.patch | 23 -----------------------
 debian/patches/series                 |  1 -
 2 files changed, 24 deletions(-)

diff --git a/debian/patches/no-version-check.patch b/debian/patches/no-version-check.patch
deleted file mode 100644
index b9fbb28..0000000
--- a/debian/patches/no-version-check.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Description: Turn off version comparison in Lzma.xs.
- liblzma5 has a proper symbols file which is used by
- dh_shlibdeps/dpkg-shlibdeps
-Origin: vendor
-Forwarded: not-needed
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2016-10-15
-
---- a/Lzma.xs
-+++ b/Lzma.xs
-@@ -590,10 +590,12 @@ INCLUDE: constants.xs
- 
- BOOT:
-     int t = trace; t = t;
-+/*
-     if (lzma_version_number() != LZMA_VERSION)
-     {
-         croak("Version Mismatch - Built with version %d, library used is version %d\n", LZMA_VERSION, lzma_version_number());
-     }
-+*/
-     //set_compression_settings();
-     //lzma_init();
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 8e72e8e..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-no-version-check.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcompress-raw-lzma-perl.git



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