[SCM] Debian packaging of libembperl-perl branch, master, updated. 2baa7e615f09fcbd06b84978a8ea35db745636df

Florian Schlichting fschlich at zedat.fu-berlin.de
Tue Sep 25 21:35:47 UTC 2012


The following commit has been merged in the master branch:
commit fadc0194a76fedbd805a605b04fbf8a919ea5b7c
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Tue Sep 25 21:57:52 2012 +0200

    simplify Makefile.PL.patch: this hunk doesnt seem to make a difference

diff --git a/debian/patches/Makefile.PL.patch b/debian/patches/Makefile.PL.patch
index 8cdf27f..35645c8 100644
--- a/debian/patches/Makefile.PL.patch
+++ b/debian/patches/Makefile.PL.patch
@@ -46,28 +46,6 @@ Description:
  
   sub MY::post_constants
         {
-@@ -337,20 +354,7 @@
- sub GetString
- 	{
- 	my ($prompt, $default) = @_ ;
--
--	printf ("%s [%s]", $prompt, $default) ;
--	chomp ($_ = <STDIN>) ;
--	s/\s+$//;
--        if (!/^\s*$/)
--	    {return $_ ;}
--	else
--    	{
--        if ($_ eq "")
--	        {return $default ;}
--	    else
--            { return "" ; }
--    
--        }
-+        return prompt($prompt, $default) ;
-     }
- 
- ## ----------------------------------------------------------------------------
 @@ -1337,6 +1341,7 @@
      'INC'	   => "-I$EPPATH $i",     			 
      'VERSION'      => undef,

-- 
Debian packaging of libembperl-perl



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