This is an automated email from the git hooks/post-receive script. gert-guest pushed a commit to branch master in repository mialmpick.
commit 9cc6bc8cc3fd899f1116adf54c71a6348a0cdd4f Author: Gert Wollny <[email protected]> Date: Mon Jul 11 13:00:09 2016 +0000 cme fix dpkg-control --- debian/changelog | 1 + debian/control | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/debian/changelog b/debian/changelog index 85ffa1f..39c77ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ mialmpick (0.2.13-1) UNRELEASED; urgency=medium * New Upstream version 0.2.13, Closes: #829857 * d/p: Remove gettext patch, applied upstream * d/rules: enable full hardening + * cme fix dpkg-control -- Gert Wollny <[email protected]> Mon, 11 Jul 2016 12:56:57 +0000 diff --git a/debian/control b/debian/control index d4eced3..50bd30b 100644 --- a/debian/control +++ b/debian/control @@ -1,26 +1,26 @@ Source: mialmpick -Section: science -Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Gert Wollny <[email protected]> +Section: science +Priority: optional Build-Depends: debhelper (>= 9.0.0), - autotools-dev, - libmialm-dev (>=1.0.7), - libvistaio-dev (>=1.2.12), - libgtkglext1-dev, - libgnomeui-dev, - libglade2-dev, - libpng-dev, - libglib2.0-dev + autotools-dev, + libmialm-dev, + libvistaio-dev, + libgtkglext1-dev, + libgnomeui-dev, + libglade2-dev, + libpng-dev, + libglib2.0-dev Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/mialmpick.git +Vcs-Git: https://anonscm.debian.org/git/debian-med/mialmpick.git Homepage: http://mia.sourceforge.net -Vcs-Git: git://anonscm.debian.org/debian-med/mialmpick.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/mialmpick.git Package: mialmpick Architecture: any Depends: ${shlibs:Depends}, - ${misc:Depends} + ${misc:Depends} Description: Tools for landmark picking in 3D volume data sets This tool provides a simple 3D renderer that can visualize surfaces directly from 3D volumes and can be used to set 3D landmarks. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mialmpick.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
