[libnet-irc-perl] 05/06: Add minimal DEP3 headers to all patches

Axel Beckert abe at deuxchevaux.org
Sun Nov 19 21:10:19 UTC 2017


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

abe pushed a commit to branch master
in repository libnet-irc-perl.

commit c1639e97881573b867ef02d8798f4b108ffbf244
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Nov 19 21:27:24 2017 +0100

    Add minimal DEP3 headers to all patches
---
 debian/changelog                                        | 2 ++
 debian/patches/10manpages.diff                          | 3 +++
 debian/patches/20do_one_loop.diff                       | 3 +++
 debian/patches/30irctest.diff                           | 3 +++
 debian/patches/40handler.diff                           | 3 +++
 debian/patches/50fix_next_outside_loop_with_return.diff | 3 +++
 debian/patches/60warnings_from_unknown_event.diff       | 3 +++
 debian/patches/70interactive-makefile-pl.diff           | 3 +++
 8 files changed, 23 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9125081..2b3817a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ libnet-irc-perl (0.79-2) UNRELEASED; urgency=medium
     + Change Priority back from "extra" to "optional".
   * Bump debhelper compatibility level to 10.
     + Update versioned debhelper build-dependency accordingly.
+  * Add minimal DEP3 headers (description only + "Forwarded: no") to all
+    patches.
 
  -- Axel Beckert <abe at debian.org>  Sun, 19 Nov 2017 21:14:28 +0100
 
diff --git a/debian/patches/10manpages.diff b/debian/patches/10manpages.diff
index 195828e..5b969c2 100644
--- a/debian/patches/10manpages.diff
+++ b/debian/patches/10manpages.diff
@@ -1,3 +1,6 @@
+Description: Add MAN3PODS section to Makefile.PL
+Forwarded: no
+
 --- a/Makefile.PL
 +++ b/Makefile.PL
 @@ -45,6 +45,12 @@
diff --git a/debian/patches/20do_one_loop.diff b/debian/patches/20do_one_loop.diff
index bef3c5c..8dd4e1a 100644
--- a/debian/patches/20do_one_loop.diff
+++ b/debian/patches/20do_one_loop.diff
@@ -1,3 +1,6 @@
+Description: Guard $caller for undefinedness
+Forwarded: no
+
 --- a/IRC.pm
 +++ b/IRC.pm
 @@ -138,7 +138,7 @@
diff --git a/debian/patches/30irctest.diff b/debian/patches/30irctest.diff
index 5f749c7..c32628b 100644
--- a/debian/patches/30irctest.diff
+++ b/debian/patches/30irctest.diff
@@ -1,3 +1,6 @@
+Description: Add warning to potentially security compromising example script
+Forwarded: no
+
 --- a/irctest
 +++ b/irctest
 @@ -14,6 +14,21 @@
diff --git a/debian/patches/40handler.diff b/debian/patches/40handler.diff
index a721c16..cc305bd 100644
--- a/debian/patches/40handler.diff
+++ b/debian/patches/40handler.diff
@@ -1,3 +1,6 @@
+Description: Guard calling $self->{_parent}->handler() with can()
+Forwarded: no
+
 --- a/DCC.pm
 +++ b/DCC.pm
 @@ -145,7 +145,7 @@
diff --git a/debian/patches/50fix_next_outside_loop_with_return.diff b/debian/patches/50fix_next_outside_loop_with_return.diff
index e7f5eb8..483b6b8 100644
--- a/debian/patches/50fix_next_outside_loop_with_return.diff
+++ b/debian/patches/50fix_next_outside_loop_with_return.diff
@@ -1,3 +1,6 @@
+Description: DCC.pm: Don't use next inside a function, use return instead.
+Forwarded: no
+
 --- a/DCC.pm
 +++ b/DCC.pm
 @@ -253,7 +253,7 @@
diff --git a/debian/patches/60warnings_from_unknown_event.diff b/debian/patches/60warnings_from_unknown_event.diff
index 105c0b7..6e33a02 100644
--- a/debian/patches/60warnings_from_unknown_event.diff
+++ b/debian/patches/60warnings_from_unknown_event.diff
@@ -1,3 +1,6 @@
+Description: Several guards around handling Net::IRC::Event objects
+Forwarded: no
+
 --- a/Connection.pm
 +++ b/Connection.pm
 @@ -467,6 +467,7 @@
diff --git a/debian/patches/70interactive-makefile-pl.diff b/debian/patches/70interactive-makefile-pl.diff
index 25758c0..48ca2f0 100644
--- a/debian/patches/70interactive-makefile-pl.diff
+++ b/debian/patches/70interactive-makefile-pl.diff
@@ -1,3 +1,6 @@
+Description: Make Makefile.PL non-interactive
+Forwarded: no
+
 Index: libnet-irc-perl/Makefile.PL
 ===================================================================
 --- libnet-irc-perl.orig/Makefile.PL	2014-06-02 04:01:00.000000000 +0200

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



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