[med-svn] [Git][med-team/trinculo][master] 2 commits: Move compilation to overwrite_dh_auto_build
Pranav Ballaney
gitlab at salsa.debian.org
Tue Apr 7 13:35:30 BST 2020
Pranav Ballaney pushed to branch master at Debian Med / trinculo
Commits:
a24ea300 by Pranav Ballaney at 2020-04-07T18:04:36+05:30
Move compilation to overwrite_dh_auto_build
- - - - -
a54c79f2 by Pranav Ballaney at 2020-04-07T18:05:24+05:30
Move bin/*.py to examples
- - - - -
3 changed files:
- debian/examples
- − debian/install
- debian/rules
Changes:
=====================================
debian/examples
=====================================
@@ -1 +1,2 @@
examples/*
+bin/*
\ No newline at end of file
=====================================
debian/install deleted
=====================================
@@ -1 +0,0 @@
-bin/*
=====================================
debian/rules
=====================================
@@ -20,10 +20,8 @@ include /usr/share/dpkg/default.mk
%:
dh $@
-override_dh_install:
+override_dh_auto_build:
g++ -DLINUX -Isrc -o bin/trinculo src/trinculo.cpp -llapack -lpthread
- dh_install
-
### When overriding auto_test make sure DEB_BUILD_OPTIONS will be respected
# override_dh_auto_test:
View it on GitLab: https://salsa.debian.org/med-team/trinculo/-/compare/f3168d76e7c8dad07ee07f060c4147443cf96c5b...a54c79f2f7b18c6c0f0a6f0fbc8cd021dd413afe
--
View it on GitLab: https://salsa.debian.org/med-team/trinculo/-/compare/f3168d76e7c8dad07ee07f060c4147443cf96c5b...a54c79f2f7b18c6c0f0a6f0fbc8cd021dd413afe
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/20200407/e55afdea/attachment.html>
More information about the debian-med-commit
mailing list