diff -Nru libtext-bibtex-perl-0.66/debian/changelog libtext-bibtex-perl-0.66/debian/changelog --- libtext-bibtex-perl-0.66/debian/changelog 2013-08-30 04:52:47.000000000 +0000 +++ libtext-bibtex-perl-0.66/debian/changelog 2014-01-19 17:51:44.000000000 +0000 @@ -1,3 +1,13 @@ +libtext-bibtex-perl (0.66-2) unstable; urgency=medium + + * Team upload. + * Add patch to fix FTBFS on Hurd. Thanks to Pino Toscano for the bug + report and the patch. (Closes: #734352) + * Update years of packaging copyright. + * Declare compliance with Debian Policy 3.9.5. + + -- gregor herrmann Sun, 19 Jan 2014 18:51:20 +0100 + libtext-bibtex-perl (0.66-1) unstable; urgency=low [ David Bremner ] diff -Nru libtext-bibtex-perl-0.66/debian/control libtext-bibtex-perl-0.66/debian/control --- libtext-bibtex-perl-0.66/debian/control 2013-07-13 06:11:03.000000000 +0000 +++ libtext-bibtex-perl-0.66/debian/control 2014-01-19 17:51:44.000000000 +0000 @@ -11,7 +11,7 @@ libconfig-autoconf-perl, libextutils-libbuilder-perl, perl (>= 5.11.3) | libmodule-build-perl -Standards-Version: 3.9.4 +Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtext-bibtex-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-bibtex-perl.git Homepage: https://metacpan.org/release/Text-BibTeX/ diff -Nru libtext-bibtex-perl-0.66/debian/copyright libtext-bibtex-perl-0.66/debian/copyright --- libtext-bibtex-perl-0.66/debian/copyright 2013-07-13 05:47:34.000000000 +0000 +++ libtext-bibtex-perl-0.66/debian/copyright 2014-01-19 17:51:44.000000000 +0000 @@ -22,7 +22,7 @@ Files: debian/* Copyright: 2006, 2009, Bas Zoetekouw - 2011-2012, gregor herrmann + 2011-2014, gregor herrmann 2012, David Bremner License: Artistic or GPL-1+ @@ -59,4 +59,3 @@ . On Debian systems, the complete text of version 2 of the GNU Library General Public License can be found in `/usr/share/common-licenses/LGPL-2'. - diff -Nru libtext-bibtex-perl-0.66/debian/patches/0008-hurd.diff libtext-bibtex-perl-0.66/debian/patches/0008-hurd.diff --- libtext-bibtex-perl-0.66/debian/patches/0008-hurd.diff 1970-01-01 00:00:00.000000000 +0000 +++ libtext-bibtex-perl-0.66/debian/patches/0008-hurd.diff 2014-01-19 17:51:44.000000000 +0000 @@ -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 +Reviewed-by: gregor herrmann +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 -Nru libtext-bibtex-perl-0.66/debian/patches/series libtext-bibtex-perl-0.66/debian/patches/series --- libtext-bibtex-perl-0.66/debian/patches/series 2013-07-13 05:47:34.000000000 +0000 +++ libtext-bibtex-perl-0.66/debian/patches/series 2014-01-19 17:51:44.000000000 +0000 @@ -5,3 +5,4 @@ 0005-no-ldconfig.patch 0006-manpage-section.patch 0007-hardening-flags.patch +0008-hurd.diff