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

carnil pushed a commit to branch master
in repository liblinux-prctl-perl.

commit eeb6ef87ed90e547aded0c2d327c77194fb03b0b
Author: Salvatore Bonaccorso <car...@debian.org>
Date:   Sun May 17 22:22:46 2015 +0200

    Add Remove-stray-use-Linux-Prctl.patch
    
    Remove stray "use Linux::Prctl" from the
    Linux::Prctl::CapabilityBoundingSet, Linux::Prctl::CapabilitySet and
    Linux::Prctl::Securebits modules.
    
    Closes: #784829
---
 debian/patches/Remove-stray-use-Linux-Prctl.patch | 36 +++++++++++++++++++++++
 debian/patches/series                             |  1 +
 2 files changed, 37 insertions(+)

diff --git a/debian/patches/Remove-stray-use-Linux-Prctl.patch 
b/debian/patches/Remove-stray-use-Linux-Prctl.patch
new file mode 100644
index 0000000..bb62ab6
--- /dev/null
+++ b/debian/patches/Remove-stray-use-Linux-Prctl.patch
@@ -0,0 +1,36 @@
+Description: Remove stray "use Linux::Prctl"
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=104248
+Bug-Debian: https://bugs.debian.org/784829
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=104248
+Author: Salvatore Bonaccorso <car...@debian.org>
+Last-Update: 2015-05-17
+
+--- a/lib/Linux/Prctl/CapabilityBoundingSet.pm
++++ b/lib/Linux/Prctl/CapabilityBoundingSet.pm
+@@ -1,5 +1,4 @@
+ package Linux::Prctl::CapabilityBoundingSet;
+-use Linux::Prctl;
+ 
+ use strict;
+ use warnings;
+--- a/lib/Linux/Prctl/CapabilitySet.pm
++++ b/lib/Linux/Prctl/CapabilitySet.pm
+@@ -3,7 +3,6 @@ package Linux::Prctl::CapabilitySet;
+ use strict;
+ use warnings;
+ 
+-use Linux::Prctl;
+ use Tie::Hash;
+ use Carp qw(croak);
+ 
+--- a/lib/Linux/Prctl/Securebits.pm
++++ b/lib/Linux/Prctl/Securebits.pm
+@@ -3,7 +3,6 @@ package Linux::Prctl::Securebits;
+ use strict;
+ use warnings;
+ 
+-use Linux::Prctl;
+ use Tie::Hash;
+ use Carp qw(croak);
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1f059c3
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Remove-stray-use-Linux-Prctl.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/liblinux-prctl-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