[pari-sage] 01/01: Import patch from Debian package to avoid FTBFS from Perl warnings.

Tobias Hansen thansen at moszumanska.debian.org
Tue Mar 8 19:50:17 UTC 2016


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

thansen pushed a commit to branch master
in repository pari-sage.

commit 8890de1dc2097a34118aae784bf73d633cdb22eb
Author: Tobias Hansen <thansen at broeselmaschine.fc.up.pt>
Date:   Tue Mar 8 19:34:44 2016 +0000

    Import patch from Debian package to avoid FTBFS from Perl warnings.
---
 debian/patches/perl-warning-non-fatal | 11 +++++++++++
 debian/patches/series                 |  1 +
 2 files changed, 12 insertions(+)

diff --git a/debian/patches/perl-warning-non-fatal b/debian/patches/perl-warning-non-fatal
new file mode 100644
index 0000000..0abffb9
--- /dev/null
+++ b/debian/patches/perl-warning-non-fatal
@@ -0,0 +1,11 @@
+Index: pari-2.7.4/src/desc/doc_make
+===================================================================
+--- pari-2.7.4.orig/src/desc/doc_make	2015-08-01 16:14:31.008177776 +0200
++++ pari-2.7.4/src/desc/doc_make	2015-08-01 16:15:00.008758521 +0200
+@@ -1,5 +1,5 @@
+ #!/usr/bin/perl
+-use warnings FATAL => 'all';
++use warnings;
+ use strict;
+ use PARI::822;
+ 
diff --git a/debian/patches/series b/debian/patches/series
index fe46e21..c699890 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 enable_build_envvar
 public_memory_functions.patch
+perl-warning-non-fatal

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pari-sage.git



More information about the debian-science-commits mailing list