[odb-api] 06/19: call chrpath as necessary
Alastair McKinstry
mckinstry at moszumanska.debian.org
Fri Sep 1 13:18:57 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 87cb92c1b637bf8d5024d8924448699ad000f0cc
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Wed Aug 30 17:12:20 2017 +0100
call chrpath as necessary
---
debian/rules | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 06486ba..84c6455 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,13 +23,16 @@ CMAKE_CFLAGS:= \
-DENABLE_VIENNACL=ON \
-DPYTHON_EXECUTABLE=/usr/bin/python3
-
override_dh_auto_clean:
rm -f $(patsubst %, debian/%, ${AUTOGENERATED})
dh_auto_clean
-override_dh_auto_test:
- @echo Tests currently disabled - overflow disk space
+#override_dh_auto_test:
+ # @echo Tests currently disabled - overflow disk space
+
+override_dh_auto_install:
+ chrpath -d debian/tmp/usr/bin/odb2netcdf.x
+ dh_install
override_dh_auto_configure:
for f in ${AUTOGENERATED} ; do \
--
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