[odb-api] 15/19: Install to tmp, *then* edit

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Sep 1 13:18:58 UTC 2017


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch debian/master
in repository odb-api.

commit 1f28e3bff269c87fc362f1ac94d74de32136a689
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Fri Sep 1 11:31:46 2017 +0100

    Install to tmp, *then* edit
---
 debian/rules | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 1137fd4..8648c7a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,11 +39,10 @@ override_dh_auto_test:
 	# dh_auto_test ||  @echo "Ignoring test failures" 
 
 override_dh_auto_install:
-	cd obj-* && $(MAKE) install DESTDIR=$(DESTDIR)
+	dh_auto_install	
 	for d in debian/tmp/usr/bin/* ; do \
 		( chrpath -d $$d || echo "Ignoring non-ELF file errors") ; done
 	chrpath -d debian/tmp/usr/lib/*.0d
-	dh_auto_install	
 	# Fix broken paths 
 	cat ${CMAKE_DIR_ECKIT}/eckit-targets-release.cmake | \
 		sed -e 's%$${_IMPORT_PREFIX}/bin%/usr/bin%' | \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/odb-api.git



More information about the debian-science-commits mailing list