[SCM] gdal branch, master, updated. upstream/1.8.0-18-gbad5afb

Francesco Paolo Lovergine frankie at debian.org
Tue Apr 26 07:28:59 UTC 2011


The following commit has been merged in the master branch:
commit bad5afbf71e96bc0f6cb877ca4be804eaa3ffef5
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Sat Apr 23 17:27:26 2011 +0200

    Create missing html directory.

diff --git a/debian/rules b/debian/rules
index d67b8e5..02c0579 100755
--- a/debian/rules
+++ b/debian/rules
@@ -126,6 +126,7 @@ build-stamp:
 		$(MAKE) -C $(CURDIR)/swig/python install DESTDIR=$(CURDIR)/debian/python-tmp; \
 	done
 
+	mkdir $(CURDIR)/html || true
 	$(MAKE) docs
 	$(MAKE) man
 	# a temporary workaround for doxygen problem #564243 
@@ -142,6 +143,7 @@ clean:
 	rm -f GDALmake.opt-*
 	rm -rf $(CURDIR)/man/man1
 	rm -rf $(CURDIR)/debian/tmp $(CURDIR)/debian/python-tmp
+	rm -rf $(CURDIR)/html
 	
 	dh_clean 
 

-- 
GDAL/OGR library and tools



More information about the Pkg-grass-devel mailing list