[SCM] shapelib branch, master, updated. debian/1.2.10-7-5-g2b80d4e

Arto Jantunen viiru at debian.org
Sun Nov 10 09:45:06 UTC 2013


The following commit has been merged in the master branch:
commit 2b80d4e8906c52655b9290cc6239dad8ff435286
Author: Arto Jantunen <viiru at debian.org>
Date:   Fri Sep 6 13:30:25 2013 +0300

    debian/rules: update for new version

diff --git a/debian/rules b/debian/rules
index 4dd8e75..847cc2c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,21 +6,11 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 override_dh_auto_test:
 
-override_dh_auto_build:
-	mv shprewind shprewind.bak
-	dh_auto_build
-
-override_dh_auto_clean:
-	dh_auto_clean
-	mv shprewind.bak shprewind || true
-
 override_dh_auto_install:
-        # have to copy the files by hand.:(
 	mkdir -p debian/tmp/usr/bin/
 	mkdir -p debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)
 	mkdir debian/tmp/usr/include/
-	cp dbfadd dbfcreate dbfdump shpadd shpcreate shpdump shprewind \
-	shptest debian/tmp/usr/bin/
+	make bin_install PREFIX=debian/tmp/usr
 	cp .libs/libshp.a debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/
 	cp .libs/libshp.so.1.0.1 debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/
 	ln -s libshp.so.1.0.1 libshp.so

-- 
Library for reading and writing ArcView Shapefiles



More information about the Pkg-grass-devel mailing list