The following commit has been merged in the jessie branch:
commit 1fd9efeb3db56f7c3e779859a87f5005148f0a12
Author: Bas Couwenberg <sebas...@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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to