[med-svn] [Git][med-team/phyx][master] 4 commits: Drop unneeded get-orig-source
Andreas Tille
gitlab at salsa.debian.org
Wed May 30 13:02:12 BST 2018
Andreas Tille pushed to branch master at Debian Med / phyx
Commits:
657d50ef by Andreas Tille at 2018-05-30T12:07:47+02:00
Drop unneeded get-orig-source
- - - - -
0c7f34f1 by Andreas Tille at 2018-05-30T12:08:06+02:00
Either libnlopt-cxx-dev is badly designed by not depending on libnlopt-dev or both -dev packages are needed here. Assume the latter for the moment.
- - - - -
b29e2f7c by Andreas Tille at 2018-05-30T13:06:18+02:00
Fix install target
- - - - -
dbbc9642 by Andreas Tille at 2018-05-30T14:01:50+02:00
Fix installation (upstream makefile is broken)
- - - - -
2 changed files:
- debian/control
- debian/rules
Changes:
=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 11~),
python,
liblapack-dev,
libnlopt-cxx-dev,
+ libnlopt-dev,
libatlas-cpp-0.6-dev,
libarmadillo-dev
Standards-Version: 4.1.4
=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -3,11 +3,14 @@
# DH_VERBOSE := 1
export LC_ALL=C.UTF-8
+include /usr/share/dpkg/default.mk
+
%:
dh $@ --sourcedirectory=src
override_dh_auto_test:
cd src && python run_tests.py
-#get-orig-source:
-# . debian/get-orig-source
+override_dh_auto_install:
+ mkdir -p $(CURDIR)/debian/$(DEB_SOURCE)/usr/bin
+ dh_auto_install -- prefix=$(CURDIR)/debian/$(DEB_SOURCE)/usr/bin
View it on GitLab: https://salsa.debian.org/med-team/phyx/compare/a979e8cf278535ca01625e4803bd6b513e433761...dbbc9642bf4904478da6eadcc568078021b150d3
--
View it on GitLab: https://salsa.debian.org/med-team/phyx/compare/a979e8cf278535ca01625e4803bd6b513e433761...dbbc9642bf4904478da6eadcc568078021b150d3
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180530/a9e438fa/attachment.html>
More information about the debian-med-commit
mailing list