[gdal] 02/02: Also remove config.log on clean.

Bas Couwenberg sebastic at xs4all.nl
Sun Mar 16 08:29:13 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository gdal.

commit 25d5e1cc8654e3e0cea91c8bbbcf29f658272760
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Mar 9 19:53:34 2014 +0100

    Also remove config.log on clean.
---
 debian/changelog | 1 +
 debian/rules     | 9 ++++++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8847adc..cf7a940 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 gdal (1.10.1+dfsg-5) UNRELEASED; urgency=low
 
   * Don't run dh for custom targets.
+  * Also remove config.log on clean.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Sun, 09 Mar 2014 19:43:59 +0100
 
diff --git a/debian/rules b/debian/rules
index ca1ad9f..5cb51b4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,21 +31,21 @@ versions:
 #
 # The following targets are useful to autogen independent plugins sources
 #
-gdal-grass: override_dh_auto_configure gdal-grass-dist override_dh_auto_clean dh_clean
+gdal-grass: override_dh_auto_configure gdal-grass-dist override_dh_auto_clean override_dh_clean
 gdal-grass-dist:
 	ln -fs $(CURDIR)/GDALmake.opt-$(PYDEF) $(CURDIR)/GDALmake.opt
 	[ -e $(CURDIR)/GDALmake.opt ] && $(MAKE) -C $(CURDIR)/frmts/grass dist
 	mv $(CURDIR)/frmts/grass/libgdal-grass-*.tar.gz $(CURDIR)/..
 	rm -f $(CURDIR)/GDALmake.opt
 
-gdal-ecw: override_dh_auto_configure gdal-ecw-dist override_dh_auto_clean dh_clean
+gdal-ecw: override_dh_auto_configure gdal-ecw-dist override_dh_auto_clean override_dh_clean
 gdal-ecw-dist:
 	ln -fs $(CURDIR)/GDALmake.opt-$(PYDEF) $(CURDIR)/GDALmake.opt
 	[ -e $(CURDIR)/GDALmake.opt ] && $(MAKE) -C $(CURDIR)/frmts/ecw dist
 	mv $(CURDIR)/frmts/ecw/libgdal-ecw-*.tar.gz $(CURDIR)/..
 	rm -f $(CURDIR)/GDALmake.opt
 
-gdal-mrsid: override_dh_auto_configure gdal-mrsid-dist override_dh_auto_clean dh_clean
+gdal-mrsid: override_dh_auto_configure gdal-mrsid-dist override_dh_auto_clean override_dh_clean
 gdal-mrsid-dist:
 	ln -fs $(CURDIR)/GDALmake.opt-$(PYDEF) $(CURDIR)/GDALmake.opt
 	[ -e $(CURDIR)/GDALmake.opt ] && $(MAKE) -C $(CURDIR)/frmts/mrsid dist
@@ -57,6 +57,9 @@ gdal-mrsid-dist:
 		dh $@ --with autoreconf,python2,python3 ; \
 	fi
 
+override_dh_clean:
+	dh_clean config.log
+
 override_dh_auto_clean:
 	[ ! -f GDALmake.opt ] || $(MAKE) distclean
 	rm -rf $(CURDIR)/swig/perl/*.bs

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gdal.git



More information about the Pkg-grass-devel mailing list