Bug#837055: fftw: diff for NMU version 2.1.5-4.1

2016-09-18 Thread gregor herrmann
On Sun, 18 Sep 2016 12:38:01 +, Mattia Rizzolo wrote:

> On Sun, Sep 18, 2016 at 02:27:15PM +0200, gregor herrmann wrote:
> > I've prepared an NMU for fftw (versioned as 2.1.5-4.1) and
> > uploaded it to DELAYED/2. Please feel free to tell me if I
> > should delay it longer.
> Thanks!  please feel free to speed it up to 0-day!

Thank you; done.
 

Cheers,
gregor

-- 
 .''`.  Homepage https://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer -  https://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Willi Resetarits & Stubnblues: Blotz in da Vitrin


signature.asc
Description: Digital Signature


Bug#837055: fftw: diff for NMU version 2.1.5-4.1

2016-09-18 Thread Mattia Rizzolo
On Sun, Sep 18, 2016 at 02:27:15PM +0200, gregor herrmann wrote:
> I've prepared an NMU for fftw (versioned as 2.1.5-4.1) and
> uploaded it to DELAYED/2. Please feel free to tell me if I
> should delay it longer.

Thanks!  please feel free to speed it up to 0-day!


@Thibaut:
please push your last changes to the git repository, and a tag of your
last upload.  Either I'll just import the delta using the 2.1.5-4 from
the archive.

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP signature


Bug#837055: fftw: diff for NMU version 2.1.5-4.1

2016-09-18 Thread gregor herrmann
Control: tags 837055 + pending

Dear maintainer,

I've prepared an NMU for fftw (versioned as 2.1.5-4.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  Homepage https://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer -  https://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Tom Waits: Jack Kerouac on the Road
diff -Nru fftw-2.1.5/debian/changelog fftw-2.1.5/debian/changelog
--- fftw-2.1.5/debian/changelog	2016-07-12 23:16:24.0 +0200
+++ fftw-2.1.5/debian/changelog	2016-09-18 14:15:51.0 +0200
@@ -1,3 +1,13 @@
+fftw (2.1.5-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "FTBFS due to bfnnconv.pl failing to execute m-ascii.pl (.
+removed from @INC in perl)":
+add patch adding "./" to the require() calls in FAQ/bfnnconv.pl.
+(Closes: #837055)
+
+ -- gregor herrmann   Sun, 18 Sep 2016 14:15:51 +0200
+
 fftw (2.1.5-4) unstable; urgency=medium
 
   * Team upload
diff -Nru fftw-2.1.5/debian/patches/perl-cwd-in-inc.patch fftw-2.1.5/debian/patches/perl-cwd-in-inc.patch
--- fftw-2.1.5/debian/patches/perl-cwd-in-inc.patch	1970-01-01 01:00:00.0 +0100
+++ fftw-2.1.5/debian/patches/perl-cwd-in-inc.patch	2016-09-18 14:15:48.0 +0200
@@ -0,0 +1,21 @@
+Description: require() sripts with ./
+ After cwd was removed from perl's @INC (CVE-2016-1238),
+ bfnnconv.pl doesn't find its "subscripts" anymore.
+ require them with "./" prefixed.
+Origin: vendor
+Bug-Debian: https://bugs.debian.org/837055
+Forwarded: no
+Author: gregor herrmann 
+Last-Update: 2016-09-18
+
+--- a/FAQ/bfnnconv.pl
 b/FAQ/bfnnconv.pl
+@@ -61,7 +61,7 @@
+ 
+ open(U,">$prefix.xrefdb-new");
+ 
+-for $x (@outputs) { require("m-$x.pl"); }
++for $x (@outputs) { require("./m-$x.pl"); }
+ 
+ &call('init');
+ 
diff -Nru fftw-2.1.5/debian/patches/series fftw-2.1.5/debian/patches/series
--- fftw-2.1.5/debian/patches/series	2016-07-11 08:55:51.0 +0200
+++ fftw-2.1.5/debian/patches/series	2016-09-18 14:06:40.0 +0200
@@ -4,3 +4,4 @@
 05_ac_define_syntax.diff
 info-syntax
 fix-texi2html-perl522.patch
+perl-cwd-in-inc.patch


signature.asc
Description: Digital Signature