[SCM] mapserver branch, jessie, updated. upstream/6.4.0_rc1-152-gc3bcbca

Bas Couwenberg sebastic at xs4all.nl
Sat Sep 21 21:19:31 UTC 2013


The following commit has been merged in the jessie branch:
commit c3bcbcab2dd4569ce6fe2916acac2f57be22dede
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Sep 21 23:19:17 2013 +0200

    Use dh_clean instead of manual removal.

diff --git a/debian/rules b/debian/rules
index b749e4c..f57ab41 100755
--- a/debian/rules
+++ b/debian/rules
@@ -76,13 +76,10 @@ HARDENING_CONFIG= \
 	dh $@ --with python2,pkgkde_symbolshelper
 
 override_dh_auto_clean:
-	-$(RM) -rf build/
-
-	-$(RM) debian/.#* .#*
+	dh_clean
 
-	-$(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 $(HARDENING_CONFIG) $(COMMON_CONFIG)

-- 
Packaging for MapServer



More information about the Pkg-grass-devel mailing list