r1812 - packages/soap-lite/trunk/debian
Niko Tyni
ntyni-guest at costa.debian.org
Sat Dec 31 12:46:06 UTC 2005
Author: ntyni-guest
Date: 2005-12-31 12:46:06 +0000 (Sat, 31 Dec 2005)
New Revision: 1812
Modified:
packages/soap-lite/trunk/debian/changelog
packages/soap-lite/trunk/debian/rules
Log:
Don't ignore the return value of 'make distclean'.
Modified: packages/soap-lite/trunk/debian/changelog
===================================================================
--- packages/soap-lite/trunk/debian/changelog 2005-12-31 12:45:08 UTC (rev 1811)
+++ packages/soap-lite/trunk/debian/changelog 2005-12-31 12:46:06 UTC (rev 1812)
@@ -7,8 +7,9 @@
+ change any references to the script name inside the script too
* New version of stubmaker includes a manual page; removed symlink
to undocumented(7). (Closes: #280504)
+ * Don't ignore the return value of 'make distclean'.
- -- Niko Tyni <ntyni at iki.fi> Sat, 31 Dec 2005 14:43:50 +0200
+ -- Niko Tyni <ntyni at iki.fi> Sat, 31 Dec 2005 14:45:32 +0200
soap-lite (0.66-1) unstable; urgency=low
Modified: packages/soap-lite/trunk/debian/rules
===================================================================
--- packages/soap-lite/trunk/debian/rules 2005-12-31 12:45:08 UTC (rev 1811)
+++ packages/soap-lite/trunk/debian/rules 2005-12-31 12:46:06 UTC (rev 1812)
@@ -52,7 +52,7 @@
dh_testroot
# Add commands to clean up after the build process here
- -$(MAKE) distclean
+ [ ! -f Makefile ] || $(MAKE) distclean
$(RM) -f $(SCRIPTS)
More information about the Pkg-perl-cvs-commits
mailing list