[SCM] osgearth branch, jessie, updated. debian/1.4.1-1-77-g8ebb0ac

Bas Couwenberg sebastic at xs4all.nl
Wed Sep 18 19:45:18 UTC 2013


The following commit has been merged in the jessie branch:
commit 1fd9efeb3db56f7c3e779859a87f5005148f0a12
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Sep 18 16:07:43 2013 +0200

    Use dh_clean instead of manual removal.

diff --git a/debian/rules b/debian/rules
index 1a0311a..9e1aa3e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,17 +23,10 @@ MAKE_VERBOSE=1
 	dh $@ --with pkgkde_symbolshelper
 
 override_dh_clean:
-	dh_testdir
-
-	-$(RM) -rf build/
+	dh_clean
 
-	-$(RM) debian/.#* .#*
-
-	dh_prep
-
-	-$(RM) -rf $(CURDIR)/debian/files
-	-$(RM) -f $(CURDIR)/debian/*.debhelper.log
 	-$(RM) -f $(CURDIR)/debian/man/*.1
+	-$(RM) -rf build/
 
 override_dh_auto_configure:
 	mkdir -p build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DLIB_POSTFIX=""

-- 
osgEarth terrain rendering toolkit



More information about the Pkg-grass-devel mailing list