r23511 - in /trunk/soap-lite: Makefile.PL debian/changelog debian/patches/no_service_parameter.diff debian/patches/series
dmn at users.alioth.debian.org
dmn at users.alioth.debian.org
Tue Jul 22 20:28:19 UTC 2008
Author: dmn
Date: Tue Jul 22 20:28:14 2008
New Revision: 23511
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23511
Log:
drop no_service_parameter.diff -- included in upstream release 0.710.08
Removed:
trunk/soap-lite/debian/patches/no_service_parameter.diff
Modified:
trunk/soap-lite/Makefile.PL
trunk/soap-lite/debian/changelog
trunk/soap-lite/debian/patches/series
Modified: trunk/soap-lite/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/soap-lite/Makefile.PL?rev=23511&op=diff
==============================================================================
--- trunk/soap-lite/Makefile.PL (original)
+++ trunk/soap-lite/Makefile.PL Tue Jul 22 20:28:14 2008
@@ -163,7 +163,7 @@
$tests = join ' ' , @test_from;
}
else {
- $tests = join ' ', glob ('t/0*.t');
+ $tests = join ' ', glob ('t/0*.t t/*xmlparserlite.t t/*loopback.t');
}
ExtUtils::MakeMaker::WriteMakefile(
@@ -175,7 +175,7 @@
'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},
);
Modified: trunk/soap-lite/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/soap-lite/debian/changelog?rev=23511&op=diff
==============================================================================
--- trunk/soap-lite/debian/changelog (original)
+++ trunk/soap-lite/debian/changelog Tue Jul 22 20:28:14 2008
@@ -1,3 +1,9 @@
+soap-lite (0.710.08-2) UNRELEASED; urgency=low
+
+ * drop no_service_parameter.diff -- included in upstream release 0.710.08
+
+ -- Damyan Ivanov <dmn at debian.org> Tue, 22 Jul 2008 23:27:23 +0300
+
soap-lite (0.710.08-1) unstable; urgency=low
* New upstream bugfix release
Modified: trunk/soap-lite/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/soap-lite/debian/patches/series?rev=23511&op=diff
==============================================================================
--- trunk/soap-lite/debian/patches/series (original)
+++ trunk/soap-lite/debian/patches/series Tue Jul 22 20:28:14 2008
@@ -1,5 +1,4 @@
#fix_xml_parser_lite_from_cvs
more_tests_to_run.diff
makefile_exe_files.diff
-#no_service_parameter.diff
#warnings-redefine.patch
More information about the Pkg-perl-cvs-commits
mailing list