This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository itksnap.
commit 8e6d9dba03b49763a74d210300be9c0b25337977 Author: Andreas Tille <[email protected]> Date: Sat Jul 25 13:45:50 2015 +0200 `cme fix dpkg-control` to fix Vcs fields and upload to unstable --- debian/changelog | 3 ++- debian/control | 13 +++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 355a89e..688c54c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@ -itksnap (3.2.0-2) UNRELEASED; urgency=medium +itksnap (3.2.0-2) unstable; urgency=medium * Team upload. * Upload to unstable + * `cme fix dpkg-control` to fix Vcs fields -- Andreas Tille <[email protected]> Sat, 25 Jul 2015 13:44:04 +0200 diff --git a/debian/control b/debian/control index 5ed8a3d..0b1338b 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,10 @@ Source: itksnap Maintainer: NeuroDebian Team <[email protected]> -Priority: optional Uploaders: Michael Hanke <[email protected]>, Yaroslav Halchenko <[email protected]>, Gert Wollny <[email protected]> +Section: science +Priority: optional Build-Depends: debhelper (>= 9.0.0), cmake, libvtk6-dev, @@ -17,15 +18,15 @@ Build-Depends: debhelper (>= 9.0.0), qttools5-private-dev, libfftw3-dev Standards-Version: 3.9.6 -Section: science +Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/itksnap.git +Vcs-Git: git://anonscm.debian.org/debian-med/itksnap.git Homepage: http://www.itksnap.org -Vcs-Browser: http://git.debian.org/?p=debian-med/itksnap.git -Vcs-Git: git://git.debian.org/git/debian-med/itksnap.git Package: itksnap -Section: science Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Section: science +Depends: ${shlibs:Depends}, + ${misc:Depends} Description: semi-automatic segmentation of structures in 3D images SNAP provides semi-automatic segmentation of structures in medical images (e.g. magnetic resonance images of the brain) using active -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/itksnap.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
