Andreas Tille pushed to branch debian/master at Debian Med / ciftilib
Commits: 101c1e53 by Andreas Tille at 2018-06-18T14:46:02+02:00 Do not run test suite for arch indep builds - - - - - a5697631 by Andreas Tille at 2018-06-18T14:46:17+02:00 debhelper 11 - - - - - 6f368bd8 by Andreas Tille at 2018-06-18T14:46:19+02:00 Point Vcs fields to salsa.debian.org - - - - - 96e335f2 by Andreas Tille at 2018-06-18T14:46:19+02:00 Standards-Version: 4.1.4 - - - - - 01957407 by Andreas Tille at 2018-06-18T14:53:28+02:00 Debhelper 11 installs docs to /usr/share/doc/libcifti-dev/ - - - - - 07e631cc by Andreas Tille at 2018-06-18T15:00:07+02:00 Fix typo and upload to unstable - - - - - 5 changed files: - debian/changelog - debian/compat - debian/control - debian/libcifti-doc.doc-base - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +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 <[email protected]> Mon, 18 Jun 2018 14:53:35 +0200 + ciftilib (1.5.1-1) unstable; urgency=low * Initial release. (Closes: #818983) ===================================== debian/compat ===================================== --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -4,15 +4,15 @@ Uploaders: Ghislain Antony Vaillant <[email protected]> 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 ===================================== debian/libcifti-doc.doc-base ===================================== --- a/debian/libcifti-doc.doc-base +++ b/debian/libcifti-doc.doc-base @@ -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 ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -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" View it on GitLab: https://salsa.debian.org/med-team/ciftilib/compare/9ec09c2446f573495e60f03a2b7c74e6445d8edb...07e631ccaf32379895aa16192fccb52358378d5d -- View it on GitLab: https://salsa.debian.org/med-team/ciftilib/compare/9ec09c2446f573495e60f03a2b7c74e6445d8edb...07e631ccaf32379895aa16192fccb52358378d5d You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
