[SCM] mapcache branch, master, updated. upstream/1.0.0-86-g0771daf

Bas Couwenberg sebastic at xs4all.nl
Tue Sep 17 22:46:17 UTC 2013


The following commit has been merged in the master branch:
commit 21093c216d489367e9f91daf7668ac56b7859616
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Sep 17 20:48:27 2013 +0200

    Drop debug finds.

diff --git a/debian/rules b/debian/rules
index f90d75b..0afcb75 100755
--- a/debian/rules
+++ b/debian/rules
@@ -55,18 +55,12 @@ COMMON_CONFIG = -DCMAKE_INSTALL_PREFIX=/usr \
 override_dh_clean:
 	dh_clean
 
-	# Listing files after dh_clean
-	find $(CURDIR) -type f | sort
-
 	-$(RM) -rf build/
 	-$(RM) nginx/config
 
 override_dh_auto_configure:
 	mkdir -p build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release $(COMMON_CONFIG)
 
-	# Listing files after dh_auto_configure
-	find $(CURDIR) -type f | sort
-
 override_dh_auto_build:
 	# Create man page from DocBook XML
 	-docbook2x-man $(CURDIR)/debian/mapcache_seed.1.xml
@@ -74,15 +68,9 @@ override_dh_auto_build:
 
 	$(MAKE) -C build VERBOSE=$(MAKE_VERBOSE)
 
-	# Listing files after dh_auto_build
-	find $(CURDIR) -type f | sort
-
 override_dh_auto_install:
 	$(MAKE) -C build install DESTDIR=$(CURDIR)/debian/tmp VERBOSE=$(MAKE_VERBOSE)
 
-	# Listing files after dh_auto_install
-	find $(CURDIR) -type f | sort
-
 	-mkdir -p $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/
 	-mv -v $(CURDIR)/debian/tmp/usr/lib/libmapcache*.so* $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/
 

-- 
Packaging for MapCache



More information about the Pkg-grass-devel mailing list