Author: tille Date: 2012-07-09 13:15:27 +0000 (Mon, 09 Jul 2012) New Revision: 11652
Added: trunk/packages/beast-mcmc/tags/1.6.2-3/ trunk/packages/camitk/ trunk/packages/camitk/trunk/ trunk/packages/camitk/trunk/debian/ trunk/packages/camitk/trunk/debian/changelog trunk/packages/camitk/trunk/debian/compat trunk/packages/camitk/trunk/debian/control trunk/packages/camitk/trunk/debian/copyright trunk/packages/camitk/trunk/debian/rules trunk/packages/camitk/trunk/debian/source/ trunk/packages/camitk/trunk/debian/source/format trunk/packages/camitk/trunk/debian/watch Log: Inject camitk preliminary packaging stuff to get the machine readable information for the tasks pages Added: trunk/packages/camitk/trunk/debian/changelog =================================================================== --- trunk/packages/camitk/trunk/debian/changelog (rev 0) +++ trunk/packages/camitk/trunk/debian/changelog 2012-07-09 13:15:27 UTC (rev 11652) @@ -0,0 +1,5 @@ +camitk (3.0.0-1) UNRELEASED; urgency=low + + * Initial release (Closes: #<bug>) + + -- Andreas Tille <[email protected]> Mon, 09 Jul 2012 14:55:45 +0200 Added: trunk/packages/camitk/trunk/debian/compat =================================================================== --- trunk/packages/camitk/trunk/debian/compat (rev 0) +++ trunk/packages/camitk/trunk/debian/compat 2012-07-09 13:15:27 UTC (rev 11652) @@ -0,0 +1 @@ +9 Added: trunk/packages/camitk/trunk/debian/control =================================================================== --- trunk/packages/camitk/trunk/debian/control (rev 0) +++ trunk/packages/camitk/trunk/debian/control 2012-07-09 13:15:27 UTC (rev 11652) @@ -0,0 +1,20 @@ +Source: camitk +Section: science +Priority: optional +Maintainer: Debian Med Packaging Team <[email protected]> +DM-Upload-Allowed: yes +Uploaders: Andreas Tille <[email protected]> +Build-Depends: debhelper (>= 9) +Standards-Version: 3.9.3 +Homepage: http://camitk.imag.fr/ +X-Homepage: https://forge.imag.fr/projects/camitk/ +Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/camitk/trunk/ +Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/camitk/trunk/ + +Package: camitk +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Computer Assisted Medical Intervention Tool Kit + Helps researchers and clinicians to easily and rapidly collaborate in + order to prototype CAMI applications, that feature medical images, + surgical navigation and biomechanical simulations. Added: trunk/packages/camitk/trunk/debian/copyright =================================================================== --- trunk/packages/camitk/trunk/debian/copyright (rev 0) +++ trunk/packages/camitk/trunk/debian/copyright 2012-07-09 13:15:27 UTC (rev 11652) @@ -0,0 +1,29 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: CamiTK +Source: https://forge.imag.fr/frs/?group_id=184 + +Files: * +Copyright: © 20xx-2012 <upstream> FIXME +License: LGPL-3+ + +Files: debian/* +Copyright: © 2012 Andreas Tille <[email protected]> +License: LGPL-3+ + +License: LGPL-3+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + . + On a Debian GNU/Linux system, the GNU Lesser GPL license version 3 is included + in the file ‘/usr/share/common-licenses/LGPL-3’, and the GNU GPL license + version 3 is included in the file ‘/usr/share/common-licenses/GPL-3’. Added: trunk/packages/camitk/trunk/debian/rules =================================================================== --- trunk/packages/camitk/trunk/debian/rules (rev 0) +++ trunk/packages/camitk/trunk/debian/rules 2012-07-09 13:15:27 UTC (rev 11652) @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +# DH_VERBOSE := 1 + +%: + dh $@ Property changes on: trunk/packages/camitk/trunk/debian/rules ___________________________________________________________________ Added: svn:executable + * Added: trunk/packages/camitk/trunk/debian/source/format =================================================================== --- trunk/packages/camitk/trunk/debian/source/format (rev 0) +++ trunk/packages/camitk/trunk/debian/source/format 2012-07-09 13:15:27 UTC (rev 11652) @@ -0,0 +1 @@ +3.0 (quilt) Added: trunk/packages/camitk/trunk/debian/watch =================================================================== --- trunk/packages/camitk/trunk/debian/watch (rev 0) +++ trunk/packages/camitk/trunk/debian/watch 2012-07-09 13:15:27 UTC (rev 11652) @@ -0,0 +1,6 @@ +version=3 +http://camitk.imag.fr/download_source.xml \ + https://forge.imag.fr/frs/download.php/[\d]+/camitk-([\d.]+)-Source\.tar\.gz + +## https://forge.imag.fr/frs/?group_id=184 \ +# https://forge.imag.fr/frs/?group_id=184 failed: 500 Can't connect to forge.imag.fr:443 (certificate verify failed) _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
