[SCM] Debian Qt/KDE packaging tools branch, master, updated. debian/0.15.23-2-gc198a87

Dmitry Shachnev mitya57 at moszumanska.debian.org
Wed Oct 19 17:49:26 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/pkg-kde-tools.git;a=commitdiff;h=c198a87

The following commit has been merged in the master branch:
commit c198a870caf899d862d4facb901636ce77a9844c
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Wed Oct 19 20:48:24 2016 +0300

    pkgkde-symbolshelper: Do not pass stderr handle to Dpkg::IPC::spawn.
    
    patch(1) does not print to stderr anyway.
---
 debian/changelog                                | 3 +++
 perllib/Debian/PkgKde/SymbolsHelper/Patching.pm | 1 -
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 38ecd86..6efa2d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 pkg-kde-tools (0.15.24) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * pkgkde-symbolshelper: Do not pass stderr handle to Dpkg::IPC::spawn,
+    to workaround #839905 (patch does not print to stderr anyway).
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 19 Oct 2016 20:46:40 +0300
 
diff --git a/perllib/Debian/PkgKde/SymbolsHelper/Patching.pm b/perllib/Debian/PkgKde/SymbolsHelper/Patching.pm
index c1ccd12..b5ce5a2 100644
--- a/perllib/Debian/PkgKde/SymbolsHelper/Patching.pm
+++ b/perllib/Debian/PkgKde/SymbolsHelper/Patching.pm
@@ -238,7 +238,6 @@ sub apply {
     my $pid = spawn(exec => [ "patch", "--posix", "--force", "-r-", "-p0" ],
                             from_pipe => \$to_patch_process,
                             to_handle => $outfile,
-                            error_to_handle => $outfile,
                             wait_child => 0
     );
     my $ret = $self->output($to_patch_process, $filename);

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list