This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository ossim.
commit b0fa4cdf26ed8a0664c63b2ddd0064b25c98af38 Author: Bas Couwenberg <[email protected]> Date: Wed Dec 16 16:00:34 2015 +0100 Reorder targets. --- debian/rules | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/rules b/debian/rules index ae58220..d32c1c6 100755 --- a/debian/rules +++ b/debian/rules @@ -39,6 +39,11 @@ CMAKE_OPTS = \ -DFREETYPE_INCLUDE_DIRS=/usr/include/freetype2 \ -DGEOTIFF_LIBRARY=/usr/lib/$(DEB_HOST_MULTIARCH)/libgeotiff.so +override_dh_auto_clean: + rm -rf debian/build + rm -f include/ossim/ossimConfig.h include/ossim/ossimVersion.h + dh_auto_clean + override_dh_auto_configure: [ -d debian/build ] || mkdir debian/build [ ! -e CMakeCache.txt ] || rm CMakeCache.txt @@ -58,11 +63,6 @@ overridd_dh_auto_install: rm -f $(CURDIR)/debian/tmp/usr/include/ossimConfig.h rm -f $(CURDIR)/debian/tmp/usr/include/ossimVersion.h -override_dh_auto_clean: - rm -rf debian/build - rm -f include/ossim/ossimConfig.h include/ossim/ossimVersion.h - dh_auto_clean - override_dh_install: dh_install --list-missing -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/ossim.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

