Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (8)
Point watch file to Github
· 8a2c0b39
Andreas Tille
authored
Oct 25, 2018
8a2c0b39
debhelper 11
· 0986ec8b
Andreas Tille
authored
Oct 25, 2018
0986ec8b
Point Vcs fields to salsa.debian.org
· f50cf146
Andreas Tille
authored
Oct 25, 2018
f50cf146
Standards-Version: 4.2.1
· 4b020a27
Andreas Tille
authored
Oct 25, 2018
4b020a27
Fix interpreter path
· 4207a62e
Andreas Tille
authored
Oct 25, 2018
4207a62e
Depends: sensible-utils
· 615c46c8
Andreas Tille
authored
Oct 25, 2018
615c46c8
Really fix interpreter path
· 99319a24
Andreas Tille
authored
Oct 25, 2018
99319a24
Upload to unstable
· 2e9add97
Andreas Tille
authored
Oct 25, 2018
2e9add97
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
2e9add97
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
...
...
debian/compat
View file @
2e9add97
10
\ No newline at end of file
11
\ No newline at end of file
debian/control
View file @
2e9add97
...
...
@@ -4,7 +4,7 @@ Uploaders: Steve M. Robbins <smr@debian.org>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 1
0
),
Build-Depends: debhelper (>= 1
1~
),
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.
.
...
...
debian/rules
View file @
2e9add97
...
...
@@ -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
debian/watch
View file @
2e9add97
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