[med-svn] r15540 - trunk/packages/camitk/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Mon Dec 16 14:34:09 UTC 2013


Author: tille
Date: 2013-12-16 14:34:09 +0000 (Mon, 16 Dec 2013)
New Revision: 15540

Modified:
   trunk/packages/camitk/trunk/debian/changelog
   trunk/packages/camitk/trunk/debian/control
Log:
Usual polishing of d/control


Modified: trunk/packages/camitk/trunk/debian/changelog
===================================================================
--- trunk/packages/camitk/trunk/debian/changelog	2013-12-16 08:37:39 UTC (rev 15539)
+++ trunk/packages/camitk/trunk/debian/changelog	2013-12-16 14:34:09 UTC (rev 15540)
@@ -1,3 +1,11 @@
+camitk (3.2.2-2) UNRELEASED; urgency=medium
+
+  * debian/control:
+     - cme fix dpkg-control
+     - canonical Vcs fields
+
+ -- Andreas Tille <tille at debian.org>  Mon, 16 Dec 2013 15:35:44 +0100
+
 camitk (3.2.2-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/packages/camitk/trunk/debian/control
===================================================================
--- trunk/packages/camitk/trunk/debian/control	2013-12-16 08:37:39 UTC (rev 15539)
+++ trunk/packages/camitk/trunk/debian/control	2013-12-16 14:34:09 UTC (rev 15540)
@@ -1,19 +1,35 @@
 Source: camitk
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>,
+           Emmanuel Promayon <Emmanuel.Promayon at imag.fr>
 Section: science
 Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Andreas Tille <tille at debian.org>, Emmanuel Promayon <Emmanuel.Promayon at imag.fr>
-Build-Depends: debhelper (>= 9), cmake (>= 2.6), libvtk5-dev (>= 5.8), libqt4-dev (>= 4.7), libvtk5-qt4-dev (>= 5.8), xsdcxx (>= 3.2), libinsighttoolkit3-dev (>= 3.20), libxerces-c-dev (>= 3.1), libxml2-dev (>= 2.7), libgdcm2-dev (>= 2.0), libfftw3-dev, libqtwebkit-dev | libqt4-dev (<< 4.7), libvtkgdcm2-dev (>= 2.0)
-Build-Depends-Indep: doxygen, graphviz
-Standards-Version: 3.9.4
+Build-Depends: debhelper (>= 9),
+               cmake,
+               libvtk5-dev (>= 5.8),
+               libqt4-dev,
+               libvtk5-qt4-dev (>= 5.8),
+               xsdcxx,
+               libinsighttoolkit3-dev (>= 3.20),
+               libxerces-c-dev,
+               libxml2-dev,
+               libgdcm2-dev,
+               libfftw3-dev,
+               libqtwebkit-dev | libqt4-dev (<< 4.7),
+               libvtkgdcm2-dev
+Build-Depends-Indep: doxygen,
+                     graphviz
+Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/camitk/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/camitk/trunk/
 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: libcamitk3
 Architecture: any
-Depends: libqtpropertybrowser3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libqtpropertybrowser3 (= ${binary:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends}
 Description: Computer Assisted Medical Intervention Tool Kit - runtime
  Helps researchers and clinicians to easily and rapidly collaborate in
  order to prototype CAMI applications, that feature medical images,
@@ -24,7 +40,10 @@
 Package: libcamitk3-dev
 Architecture: any
 Section: libdevel
-Depends: libcamitk3 (= ${binary:Version}), libqtpropertybrowser3-dev, ${misc:Depends}, ${shlibs:Depends}
+Depends: libcamitk3 (= ${binary:Version}),
+         libqtpropertybrowser3-dev,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Recommends: camitk-imp
 Suggests: camitk-actionstatemachine
 Description: Computer Assisted Medical Intervention Tool Kit - development
@@ -59,7 +78,8 @@
 
 Package: camitk-imp
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Suggests: camitk-actionstatemachine
 Description: workbench application for the CamiTK library
  CamiTK helps researchers and clinicians to easily and rapidly collaborate in
@@ -78,7 +98,8 @@
 
 Package: camitk-actionstatemachine
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Recommends: camitk-imp
 Description: pipeline replay application for the CamiTK library
  CamiTK helps researchers and clinicians to easily and rapidly collaborate in
@@ -93,7 +114,8 @@
 
 Package: libqtpropertybrowser3
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: Qt Property Browser Library - runtime
  A framework providing a set of graphical editors for 
  Qt properties similar to the one used in Qt Designer.
@@ -104,7 +126,9 @@
 Package: libqtpropertybrowser3-dev
 Architecture: any
 Section: libdevel
-Depends: libqtpropertybrowser3 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libqtpropertybrowser3 (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Qt Property Browser Library - development
  A framework providing a set of graphical editors for 
  Qt properties similar to the one used in Qt Designer.




More information about the debian-med-commit mailing list