The following commit has been merged in the master branch: commit d7c9b58af00a8767cf85ecc9332c596101937359 Author: Bas Couwenberg <sebas...@xs4all.nl> Date: Wed Sep 18 16:15:20 2013 +0200
Drop unneeded dh_testdir. diff --git a/debian/rules b/debian/rules index 9e1aa3e..c6a14d5 100755 --- a/debian/rules +++ b/debian/rules @@ -32,8 +32,6 @@ override_dh_auto_configure: mkdir -p build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DLIB_POSTFIX="" override_dh_auto_build: - dh_testdir - # Create man pages from DocBook XML for x in $(MANPAGES) ; do \ docbook2x-man $$x ; \ @@ -43,8 +41,6 @@ override_dh_auto_build: $(MAKE) -C build VERBOSE=$(MAKE_VERBOSE) override_dh_auto_install: - dh_testdir - $(MAKE) -C build install DESTDIR=$(CURDIR)/debian/tmp VERBOSE=$(MAKE_VERBOSE) mkdir -p $(CURDIR)/debian/osgearth-data/usr/share/osgearth/maps && \ -- 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