[pdl] 03/06: Re-enable dumper_gnukfreebsd.patch.

Bas Couwenberg sebastic at debian.org
Fri Jun 17 21:50:31 UTC 2016


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

sebastic pushed a commit to branch master
in repository pdl.

commit f0a6e4b3a747765bb08664f0cf4f5ee18590b2c7
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Jun 17 20:05:46 2016 +0200

    Re-enable dumper_gnukfreebsd.patch.
---
 debian/patches/dumper_gnukfreebsd.patch | 9 +++++++--
 debian/patches/series                   | 2 +-
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/debian/patches/dumper_gnukfreebsd.patch b/debian/patches/dumper_gnukfreebsd.patch
index df29ba1..a2f5187 100644
--- a/debian/patches/dumper_gnukfreebsd.patch
+++ b/debian/patches/dumper_gnukfreebsd.patch
@@ -1,6 +1,11 @@
+Description: Fix Dumper.pm on kFreebsd.
+ 'gnukfreebsd' was assumed as a bsd userland,
+ which disabled/broke calls to 'uuencode' and 'uudecode'.
+Author: Henning Glawe <glaweh at debian.org>
+
 --- a/IO/Dumper.pm
 +++ b/IO/Dumper.pm
-@@ -118,7 +118,7 @@
+@@ -118,7 +118,7 @@ BEGIN{
    # make sure not to use uuencode/uudecode
    # on MSWin32 systems (it doesn't work)
    # Force Convert::UU for BSD systems to see if that fixes uudecode problem
@@ -9,7 +14,7 @@
       $PDL::IO::Dumper::uudecode_ok = &$checkprog('uudecode') and &$checkprog('uuencode') and ($^O !~ /MSWin32/);
    }
  
-@@ -424,7 +424,7 @@
+@@ -424,7 +424,7 @@ sub _make_tmpname () {
  # so we go this way for now as it is less-likely to break things
  #
  my $uudecode_string = "|uudecode";
diff --git a/debian/patches/series b/debian/patches/series
index c264ba1..234d5ac 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,9 +1,9 @@
 #callext_compile_options.patch
 #doc_dirlist.patch
-#dumper_gnukfreebsd.patch
 #testsuite_fixes.patch
 #slatec_default_integer_8.patch
 #minuit_default_integer_8.patch
 doc_vendor_install.patch
 spelling-errors.patch
 pdl-cppflags.patch
+dumper_gnukfreebsd.patch

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



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