[libipc-run-perl] 03/04: Refresh hashbang.patch patch

Salvatore Bonaccorso carnil at debian.org
Thu Aug 3 03:55:44 UTC 2017


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

carnil pushed a commit to branch master
in repository libipc-run-perl.

commit 428dea6d082a9cbf8955da0f50db85fe6920cdfd
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Thu Aug 3 05:51:06 2017 +0200

    Refresh hashbang.patch patch
---
 debian/patches/hashbang.patch | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/debian/patches/hashbang.patch b/debian/patches/hashbang.patch
index d29219b..6cb0662 100644
--- a/debian/patches/hashbang.patch
+++ b/debian/patches/hashbang.patch
@@ -1,15 +1,18 @@
 Description: Fix hashbang to example script
 Origin: vendor
 Bug-Debian: https://bugs.debian.org/543673
+Forwarded: no
 Author: Gregor Herrmann <gregoa at debian.org>
 Reviewed-by: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2017-08-03
+
 --- a/eg/synopsis_scripting
 +++ b/eg/synopsis_scripting
 @@ -1,3 +1,4 @@
 +#!/usr/bin/perl -w
- use strict ;
+ use strict;
  
- my @cat = qw( cat ) ;
+ my @cat = qw( cat );
 --- a/eg/run_daemon
 +++ b/eg/run_daemon
 @@ -1,4 +1,4 @@
@@ -32,5 +35,5 @@ Reviewed-by: Salvatore Bonaccorso <carnil at debian.org>
 -#!/usr/local/lib/perl -w
 +#!/usr/bin/perl -w
  
- use strict ;
- use IPC::Run qw( :all ) ;
+ use strict;
+ use IPC::Run qw( :all );

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



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