Andreas Tille pushed to branch master at Debian Med / minc-tools
Commits: 8a2c0b39 by Andreas Tille at 2018-10-25T14:57:51Z Point watch file to Github - - - - - 0986ec8b by Andreas Tille at 2018-10-25T14:58:18Z debhelper 11 - - - - - f50cf146 by Andreas Tille at 2018-10-25T15:03:42Z Point Vcs fields to salsa.debian.org - - - - - 4b020a27 by Andreas Tille at 2018-10-25T15:03:42Z Standards-Version: 4.2.1 - - - - - 4207a62e by Andreas Tille at 2018-10-25T15:10:31Z Fix interpreter path - - - - - 615c46c8 by Andreas Tille at 2018-10-25T15:11:23Z Depends: sensible-utils - - - - - 99319a24 by Andreas Tille at 2018-10-25T15:28:39Z Really fix interpreter path - - - - - 2e9add97 by Andreas Tille at 2018-10-25T15:31:07Z Upload to unstable - - - - - 5 changed files: - debian/changelog - debian/compat - debian/control - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +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 <[email protected]> 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 ===================================== @@ -1 +1 @@ -10 \ No newline at end of file +11 \ No newline at end of file ===================================== debian/control ===================================== @@ -4,7 +4,7 @@ Uploaders: Steve M. Robbins <[email protected]>, Andreas Tille <[email protected]> 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. . ===================================== debian/rules ===================================== @@ -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 ===================================== @@ -1,3 +1,6 @@ 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 View it on GitLab: https://salsa.debian.org/med-team/minc-tools/compare/c1e1ddde94828f8e208d87cd7d04b3a542dd986d...2e9add97bcfaaf702a1ecef2274609236be4fcbd -- View it on GitLab: https://salsa.debian.org/med-team/minc-tools/compare/c1e1ddde94828f8e208d87cd7d04b3a542dd986d...2e9add97bcfaaf702a1ecef2274609236be4fcbd 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
