r23243 - in /trunk/soap-lite/debian: changelog patches/makefile_exe_files.diff

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Jul 15 13:58:25 UTC 2008


Author: dmn
Date: Tue Jul 15 13:58:22 2008
New Revision: 23243

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23243
Log:
refresh makefile_exe_files.diff to apply again

Modified:
    trunk/soap-lite/debian/changelog
    trunk/soap-lite/debian/patches/makefile_exe_files.diff

Modified: trunk/soap-lite/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/soap-lite/debian/changelog?rev=23243&op=diff
==============================================================================
--- trunk/soap-lite/debian/changelog (original)
+++ trunk/soap-lite/debian/changelog Tue Jul 15 13:58:22 2008
@@ -1,6 +1,7 @@
 soap-lite (0.710.08-1) UNRELEASED; urgency=low
 
   * New upstream bugfix release
+  * refresh makefile_exe_files.diff to apply again
 
  -- Damyan Ivanov <dmn at debian.org>  Tue, 15 Jul 2008 16:53:51 +0300
 

Modified: trunk/soap-lite/debian/patches/makefile_exe_files.diff
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/soap-lite/debian/patches/makefile_exe_files.diff?rev=23243&op=diff
==============================================================================
--- trunk/soap-lite/debian/patches/makefile_exe_files.diff (original)
+++ trunk/soap-lite/debian/patches/makefile_exe_files.diff Tue Jul 15 13:58:22 2008
@@ -1,11 +1,11 @@
 --- a/Makefile.PL
 +++ b/Makefile.PL
-@@ -172,7 +172,7 @@ ExtUtils::MakeMaker::WriteMakefile(
-     'PREREQ_PM'    => {
+@@ -175,7 +175,7 @@ ExtUtils::MakeMaker::WriteMakefile(
+     'PREREQ_PM'     => {
          %prereqs
       },
--    'EXE_FILES'    => ['bin/SOAPsh.pl', 'bin/XMLRPCsh.pl', 'bin/stubmaker.pl'],
-+    'EXE_FILES'    => ['bin/SOAPsh', 'bin/XMLRPCsh', 'bin/stubmaker'],
-     test           => {TESTS => $tests},
+-    'EXE_FILES'     => ['bin/SOAPsh.pl', 'bin/XMLRPCsh.pl', 'bin/stubmaker.pl'],
++    'EXE_FILES'     => ['bin/SOAPsh', 'bin/XMLRPCsh', 'bin/stubmaker'],
+     test            => {TESTS => $tests},
  );
  




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