Skip to content
Commits on Source (6)
ciftilib (1.5.1-2) unstable; urgency=medium
* Team upload.
* Do not run test suite for arch indep builds
Closes: #901105
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.4
* Debhelper 11 installs docs to /usr/share/doc/libcifti-dev/
-- Andreas Tille <tille@debian.org> Mon, 18 Jun 2018 14:53:35 +0200
ciftilib (1.5.1-1) unstable; urgency=low
* Initial release. (Closes: #818983)
......
......@@ -4,15 +4,15 @@ Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: libs
Priority: optional
Build-Depends: cmake,
debhelper (>= 10),
debhelper (>= 11~),
libboost-dev,
libboost-filesystem-dev,
libxml++2.6-dev,
zlib1g-dev
Build-Depends-Indep: doxygen
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/ciftilib.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/ciftilib.git
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/med-team/ciftilib
Vcs-Git: https://salsa.debian.org/med-team/ciftilib.git
Homepage: https://github.com/Washington-University/CiftiLib
Package: libcifti0
......
......@@ -5,5 +5,5 @@ Abstract: This is the reference documentation for CiftiLib.
Section: Programming
Format: HTML
Index: /usr/share/doc/libcifti-doc/html/index.html
Files: /usr/share/doc/libcifti-doc/html/*.html
Index: /usr/share/doc/libcifti-dev/html/index.html
Files: /usr/share/doc/libcifti-dev/html/*.html
......@@ -22,3 +22,6 @@ override_dh_installdocs-indep:
override_dh_compress-indep:
dh_compress --indep --exclude=examples
override_dh_auto_test-indep:
echo "Do not run test suite for arch indep builds"