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

carnil pushed a commit to branch master
in repository libproc-daemon-perl.

commit 3525a36f16212eed0fda55ae155b721685c0e2ce
Author: Salvatore Bonaccorso <car...@debian.org>
Date:   Wed May 6 22:00:01 2015 +0200

    Drop pid.patch (issue resolved upstream)
---
 debian/patches/pid.patch | 25 -------------------------
 debian/patches/series    |  1 -
 2 files changed, 26 deletions(-)

diff --git a/debian/patches/pid.patch b/debian/patches/pid.patch
deleted file mode 100644
index 646a8b2..0000000
--- a/debian/patches/pid.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Description: Fix too permissive umask
-Bug-Debian: http://bugs.debian.org/732283
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=91450
-Author: Axel Beckert <a...@debian.org>
-
-Index: libproc-daemon-perl/lib/Proc/Daemon.pm
-===================================================================
---- libproc-daemon-perl.orig/lib/Proc/Daemon.pm        2013-08-29 
16:50:09.000000000 +0200
-+++ libproc-daemon-perl/lib/Proc/Daemon.pm     2013-12-16 20:20:36.000000000 
+0100
-@@ -152,7 +152,7 @@
-             die "Can't <chdir> to $self->{work_dir}: $!" unless chdir 
$self->{work_dir};
- 
-             # Clear the file creation mask.
--            umask 0;
-+            umask 066;
- 
-             # Detach the child from the terminal (no controlling tty), make 
it the
-             # session-leader and the process-group-leader of a new process 
group.
-@@ -633,4 +633,4 @@
-     return $pid;
- }
- 
--1;
-\ No newline at end of file
-+1;
diff --git a/debian/patches/series b/debian/patches/series
index 9ec3411..c9352c4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-pid.patch
 pod.patch

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to