Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
Do not run test suite for arch indep builds
· 101c1e53
Andreas Tille
authored
Jun 18, 2018
101c1e53
debhelper 11
· a5697631
Andreas Tille
authored
Jun 18, 2018
a5697631
Point Vcs fields to salsa.debian.org
· 6f368bd8
Andreas Tille
authored
Jun 18, 2018
6f368bd8
Standards-Version: 4.1.4
· 96e335f2
Andreas Tille
authored
Jun 18, 2018
96e335f2
Debhelper 11 installs docs to /usr/share/doc/libcifti-dev/
· 01957407
Andreas Tille
authored
Jun 18, 2018
01957407
Fix typo and upload to unstable
· 07e631cc
Andreas Tille
authored
Jun 18, 2018
07e631cc
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
07e631cc
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)
...
...
debian/compat
View file @
07e631cc
1
0
1
1
debian/control
View file @
07e631cc
...
...
@@ -4,15 +4,15 @@ Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: libs
Priority: optional
Build-Depends: cmake,
debhelper (>= 1
0
),
debhelper (>= 1
1~
),
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
...
...
debian/libcifti-doc.doc-base
View file @
07e631cc
...
...
@@ -5,5 +5,5 @@ Abstract: This is the reference documentation for CiftiLib.
Section: Programming
Format: HTML
Index: /usr/share/doc/libcifti-d
oc
/html/index.html
Files: /usr/share/doc/libcifti-d
oc
/html/*.html
Index: /usr/share/doc/libcifti-d
ev
/html/index.html
Files: /usr/share/doc/libcifti-d
ev
/html/*.html
debian/rules
View file @
07e631cc
...
...
@@ -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"