diff -Nru libintl-perl-1.26/debian/changelog libintl-perl-1.26/debian/changelog --- libintl-perl-1.26/debian/changelog 2016-08-15 02:02:44.000000000 +0000 +++ libintl-perl-1.26/debian/changelog 2016-09-05 02:27:29.000000000 +0000 @@ -1,3 +1,9 @@ +libintl-perl (1.26-2) unstable; urgency=medium + + * Add patch to handle removal of '.' from @INC (closes: #835181) + + -- Peter Eisentraut Mon, 05 Sep 2016 02:27:29 +0000 + libintl-perl (1.26-1) unstable; urgency=low * New upstream release diff -Nru libintl-perl-1.26/debian/patches/dot-inc.patch libintl-perl-1.26/debian/patches/dot-inc.patch --- libintl-perl-1.26/debian/patches/dot-inc.patch 1970-01-01 00:00:00.000000000 +0000 +++ libintl-perl-1.26/debian/patches/dot-inc.patch 2016-09-05 02:20:58.000000000 +0000 @@ -0,0 +1,16 @@ +Subject: FTBFS with '.' removed from perl's @INC +Bug-Debian: https://bugs.debian.org/835181 +From: Dominic Hargreaves +Last-Update: 2016-09-04 + +--- a/Makefile.PL ++++ b/Makefile.PL +@@ -199,7 +199,7 @@ + my $fragment = $self->SUPER::tools_other (@_); + + $fragment =~ s/^MOD_INSTALL\s*=\s*(.*?)-MExtUtils::Install +- /MOD_INSTALL =$1-MMyInstall/msx; ++ /MOD_INSTALL =$1-I. -MMyInstall/msx; + + return $fragment; + } diff -Nru libintl-perl-1.26/debian/patches/series libintl-perl-1.26/debian/patches/series --- libintl-perl-1.26/debian/patches/series 2016-07-25 18:52:34.000000000 +0000 +++ libintl-perl-1.26/debian/patches/series 2016-09-05 02:18:41.000000000 +0000 @@ -1 +1,2 @@ CVE-2016-1238.patch +dot-inc.patch