[libglib-perl] 01/05: debian/patches/fix-gtks-whatis: drop seemingly useless chunk.

Intrigeri intrigeri at moszumanska.debian.org
Mon Aug 10 13:24:59 UTC 2015


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

intrigeri pushed a commit to branch master
in repository libglib-perl.

commit 6dbb0d11b2554ce3ad6f45c9864912979d9aec69
Author: intrigeri <intrigeri at boum.org>
Date:   Mon Aug 10 09:34:31 2015 +0000

    debian/patches/fix-gtks-whatis: drop seemingly useless chunk.
    
    This chunk was introduced in commit a494283. I failed to understand what it is
    useful for. Removing it seems to affect neither the resulting libglib-perl
    binary package, nor the libgtk2-perl-doc one (checked with diffoscope).
    
    So, let's drop this chunk, which will make it easier to upstream the rest:  it's
    hard to argue why a patch should be applied upstream when one feels can't find
    out what it is useful for.
---
 debian/patches/fix-gtks-whatis | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/debian/patches/fix-gtks-whatis b/debian/patches/fix-gtks-whatis
index 6f0e66c..a787fbf 100644
--- a/debian/patches/fix-gtks-whatis
+++ b/debian/patches/fix-gtks-whatis
@@ -24,16 +24,7 @@ Author: Ryan Niebur <ryan at debian.org>
  		print "\n\n=cut\n\n";
  
  		#                   pods            , position 
-@@ -1156,6 +1164,8 @@
- 
- sub set_main_mod {
- 	$MAIN_MOD = shift;
-+        eval "use $MAIN_MOD";
-+        die($@) if($@);
- }
- 
- sub preprocess_pod
-@@ -1522,6 +1532,27 @@
+@@ -1522,6 +1530,27 @@
  	} while (@dirs);
  }
  

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



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