[libtext-bibtex-perl] 01/04: Add patch to fix FTBFS on Hurd.

gregor herrmann gregoa at debian.org
Sun Jan 19 17:53:10 UTC 2014


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

gregoa pushed a commit to branch master
in repository libtext-bibtex-perl.

commit dfac7b35bacc4e5f22351a68d44453429bf1ec17
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jan 19 18:49:21 2014 +0100

    Add patch to fix FTBFS on Hurd.
    
    Thanks: Pino Toscano for the bug report and the patch.
    Closes: #734352
---
 debian/patches/0008-hurd.diff | 20 ++++++++++++++++++++
 debian/patches/series         |  1 +
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/0008-hurd.diff b/debian/patches/0008-hurd.diff
new file mode 100644
index 0000000..0b8cb0a
--- /dev/null
+++ b/debian/patches/0008-hurd.diff
@@ -0,0 +1,20 @@
+Description: use $LD_LIBRARY_PATH also on Hurd
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/734352
+Bug: https://rt.cpan.org/Ticket/Display.html?id=92266
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=92266
+Author: Pino Toscano <pino at debian.org>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-01-19
+
+--- a/inc/MyBuilder.pm
++++ b/inc/MyBuilder.pm
+@@ -359,7 +359,7 @@
+     if ($^O =~ /darwin/i) {
+         $ENV{DYLD_LIBRARY_PATH} = catdir($self->blib, "usrlib");
+     }
+-    elsif ($^O =~ /(?:linux|bsd|sun|sol|dragonfly|hpux|irix)/i) {
++    elsif ($^O =~ /(?:linux|bsd|sun|sol|dragonfly|hpux|irix|gnu)/i) {
+         $ENV{LD_LIBRARY_PATH} = catdir($self->blib, "usrlib");
+     }
+     elsif ($^O =~ /aix/i) {
diff --git a/debian/patches/series b/debian/patches/series
index 7bbfbee..01b84e8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@
 0005-no-ldconfig.patch
 0006-manpage-section.patch
 0007-hardening-flags.patch
+0008-hurd.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-bibtex-perl.git



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