[DebianGIS-dev] r1652 - packages/mapserver/trunk/debian
frankie at alioth.debian.org
frankie at alioth.debian.org
Wed Jun 18 08:29:14 UTC 2008
Author: frankie
Date: 2008-06-18 08:29:13 +0000 (Wed, 18 Jun 2008)
New Revision: 1652
Modified:
packages/mapserver/trunk/debian/changelog
packages/mapserver/trunk/debian/rules
Log:
Releasing 5.0.3
Modified: packages/mapserver/trunk/debian/changelog
===================================================================
--- packages/mapserver/trunk/debian/changelog 2008-06-17 14:05:59 UTC (rev 1651)
+++ packages/mapserver/trunk/debian/changelog 2008-06-18 08:29:13 UTC (rev 1652)
@@ -1,8 +1,10 @@
mapserver (5.0.3-1) unstable; urgency=low
* New upstream release, with a good deal of fixes.
+ * Changed a bit clean-first-build to make lintian happy about
+ debian-rules-ignores-make-clean-error warning.
- -- Francesco Paolo Lovergine <frankie at debian.org> Sat, 07 Jun 2008 00:22:55 +0200
+ -- Francesco Paolo Lovergine <frankie at debian.org> Sun, 08 Jun 2008 11:50:22 +0200
mapserver (5.0.2-3) unstable; urgency=high
Modified: packages/mapserver/trunk/debian/rules
===================================================================
--- packages/mapserver/trunk/debian/rules 2008-06-17 14:05:59 UTC (rev 1651)
+++ packages/mapserver/trunk/debian/rules 2008-06-18 08:29:13 UTC (rev 1652)
@@ -159,23 +159,24 @@
-$(RM) configure-stamp build-arch-stamp build-indep-stamp
-$(RM) tile4ms
- -$(MAKE) mapscriptvars || touch mapscriptvars
- -cd mapscript/perl && $(MAKE) distclean
+ [ ! -f $(CURDIR)/Makefile ] || $(MAKE) mapscriptvars
+ touch mapscriptvars
+ [ ! -f $(CURDIR)/mapscript/perl/Makefile ] || $(MAKE) distclean -C $(CURDIR)/mapscript/perl
-cd mapscript/python && \
for python in $(PYVERS); do $$python setup-hack.py clean; done
-$(RM) -rf mapscript/python/build
- -$(MAKE) distclean -C $(CURDIR)/mapscript/ruby
+ [ ! -f $(CURDIR)/mapscript/ruby/Makefile ] || $(MAKE) distclean -C $(CURDIR)/mapscript/ruby
-$(RM) -rf $(CURDIR)/mapscript/ruby/mapscript_wrap.c
-$(RM) mapscriptvars
# Clean private python-mapscript hacks
-$(RM) mapscript/python/mapscriptvars
-$(RM) mapscript/python/setup-hack.py
- -$(RM) mapscript/perl/mapscript.i \
+ -$(RM) mapscript/perl/mapscript.i \
mapscript/tcl/mapscript.i \
mapscript/python/mapscript.i
- -$(MAKE) distclean
+ [ ! -f $(CURDIR)/Makefile ] || $(MAKE) distclean
# Remove some generated files until 50_clean.dpatch is applied upstream.
-$(RM) Makefile mapscript/java/Makefile
More information about the Pkg-grass-devel
mailing list