Skip to content
Commits on Source (8)
minc-tools (2.3.00+dfsg-3) unstable; urgency=medium
* Point watch file to Github
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
* Fix interpreter path
* Depends: sensible-utils
-- Andreas Tille <tille@debian.org> Thu, 25 Oct 2018 17:28:49 +0200
minc-tools (2.3.00+dfsg-2) unstable; urgency=medium
* Moved packaging from SVN to Git
......
10
\ No newline at end of file
11
\ No newline at end of file
......@@ -4,7 +4,7 @@ Uploaders: Steve M. Robbins <smr@debian.org>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10),
Build-Depends: debhelper (>= 11~),
cmake,
bison,
flex,
......@@ -14,9 +14,9 @@ Build-Depends: debhelper (>= 10),
zlib1g-dev,
texlive-latex-base,
libhdf5-dev
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/minc-tools.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/minc-tools.git
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/minc-tools
Vcs-Git: https://salsa.debian.org/med-team/minc-tools.git
Homepage: http://www.bic.mni.mcgill.ca/ServicesSoftware/HomePage
Package: minc-tools
......@@ -26,7 +26,8 @@ Depends: ${shlibs:Depends},
netcdf-bin,
libgetopt-tabular-perl,
libtext-format-perl,
imagemagick
imagemagick,
sensible-utils
Description: MNI medical image format tools
This package contains tools to manipulate MINC files.
.
......
......@@ -28,3 +28,6 @@ override_dh_install:
cd debian/minc-tools && mkdir -p usr/share && mv usr/man usr/share
dh_link /usr/share/man/man1/voxeltoworld.1 \
/usr/share/man/man1/worldtovoxel.1
for pl in `grep -Rl '#![[:space:]]*/usr/bin/env[[:space:]]\+perl' debian/*/usr/*` ; do \
sed -i '1s?^#![[:space:]]*/usr/bin/env[[:space:]]\+perl?#!/usr/bin/perl?' $${pl} ; \
done
version=4
opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g" \
http://packages.bic.mni.mcgill.ca/tgz/ minc-(.*)\.tar\.gz
opts="uversionmangle=s/-/./g,repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g" \
https://github.com/BIC-MNI/minc-tools/releases .*/archive/minc-tools@ANY_VERSION@@ARCHIVE_EXT@
# http://packages.bic.mni.mcgill.ca/tgz/ minc-(.*)\.tar\.gz