[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 58cfec88d3f02bdb9639628779db99d7451dba7f
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Sep 21 23:18:17 2013 +0200

    Drop unneeded dh_testdir.

diff --git a/debian/rules b/debian/rules
index e02345e..b749e4c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -76,14 +76,10 @@ HARDENING_CONFIG= \
 	dh $@ --with python2,pkgkde_symbolshelper
 
 override_dh_auto_clean:
-	dh_testdir
-
 	-$(RM) -rf build/
 
 	-$(RM) debian/.#* .#*
 
-	dh_prep
-
 	-$(RM) -rf $(CURDIR)/debian/files
 	-$(RM) -f $(CURDIR)/debian/*.debhelper.log
 	-$(RM) -f $(CURDIR)/debian/man/*.1
@@ -92,8 +88,6 @@ override_dh_auto_configure:
 	mkdir -p build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release $(HARDENING_CONFIG) $(COMMON_CONFIG)
 
 override_dh_auto_build:
-	dh_testdir
-
 	# Create man pages from DocBook XML
 	for x in $(MANPAGES) ; do \
 	  docbook2x-man $$x ; \

-- 
Packaging for MapServer



More information about the Pkg-grass-devel mailing list