[med-svn] [Git][med-team/elastix][master] 2 commits: d/control: Add libnifti-dev to build deps
Gert Wollny
gitlab at salsa.debian.org
Sun Dec 23 11:42:49 GMT 2018
Gert Wollny pushed to branch master at Debian Med / elastix
Commits:
2d295e28 by Gert Wollny at 2018-12-23T11:41:24Z
d/control: Add libnifti-dev to build deps
- - - - -
78b6f1df by Gert Wollny at 2018-12-23T11:41:49Z
d/.gitlab-ci.yml: Update build script to print log tail at error
- - - - -
2 changed files:
- debian/.gitlab-ci.yml
- debian/control
Changes:
=====================================
debian/.gitlab-ci.yml
=====================================
@@ -11,5 +11,4 @@ build:
- git checkout master
- git pull
# silence build to not exceed build log size of gitlab-ci
- - gbp buildpackage -uc -us 2>&1 >../build.log
- - tail -n 100 ../build.log
+ - gbp buildpackage -uc -us 2>&1 >../build.log && exit 0 || tail -n 100 ../build.log && exit -1
=====================================
debian/control
=====================================
@@ -11,6 +11,7 @@ Build-Depends: debhelper (>= 11~),
zlib1g-dev,
libpng-dev,
libtiff-dev,
+ libnifti-dev,
libfftw3-dev
Build-Depends-Indep: doxygen,
graphviz,
View it on GitLab: https://salsa.debian.org/med-team/elastix/compare/c45458932572c82b19c21bc5041e9c68f6f0504f...78b6f1df8541a7a10f688e6490fa44be53cfaade
--
View it on GitLab: https://salsa.debian.org/med-team/elastix/compare/c45458932572c82b19c21bc5041e9c68f6f0504f...78b6f1df8541a7a10f688e6490fa44be53cfaade
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/20181223/4d60a659/attachment.html>
More information about the debian-med-commit
mailing list