[med-svn] r14894 - trunk/packages/volview/trunk/debian

Andreas Tille tille at alioth.debian.org
Fri Oct 18 14:50:50 UTC 2013


Author: tille
Date: 2013-10-18 14:50:49 +0000 (Fri, 18 Oct 2013)
New Revision: 14894

Modified:
   trunk/packages/volview/trunk/debian/changelog
   trunk/packages/volview/trunk/debian/compat
   trunk/packages/volview/trunk/debian/control
Log:
cme fix dpkg-control, debhelper 9


Modified: trunk/packages/volview/trunk/debian/changelog
===================================================================
--- trunk/packages/volview/trunk/debian/changelog	2013-10-18 14:47:29 UTC (rev 14893)
+++ trunk/packages/volview/trunk/debian/changelog	2013-10-18 14:50:49 UTC (rev 14894)
@@ -6,6 +6,9 @@
      - Add Files-Excluded to document what was removed from original source
   * debian/watch: handle +dfsg suffix
   * debian/get-orig-source: Use new uscan if installed
+  * debian/control:
+     - cme fix dpkg-control
+     - debhelper 9
 
   [ Charles Plessy ]
   * debian/watch: enable proper downloading of source using correct

Modified: trunk/packages/volview/trunk/debian/compat
===================================================================
--- trunk/packages/volview/trunk/debian/compat	2013-10-18 14:47:29 UTC (rev 14893)
+++ trunk/packages/volview/trunk/debian/compat	2013-10-18 14:50:49 UTC (rev 14894)
@@ -1 +1 @@
-8
+9

Modified: trunk/packages/volview/trunk/debian/control
===================================================================
--- trunk/packages/volview/trunk/debian/control	2013-10-18 14:47:29 UTC (rev 14893)
+++ trunk/packages/volview/trunk/debian/control	2013-10-18 14:50:49 UTC (rev 14894)
@@ -1,20 +1,30 @@
 Source: volview
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Mathieu Malaterre <malat at debian.org>
 Section: science
 Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Mathieu Malaterre <malat at debian.org>
-Build-Depends: debhelper (>= 8), cmake (>= 2.8.2),
- libinsighttoolkit3-dev (>= 3.20), libvtk5-dev (>= 5.8.0), libfftw3-dev,
- libgdcm2-dev (>= 2.0.18), libkwwidgets1-dev, tcl8.5-dev, tk8.5-dev,
- libavformat-dev, libvtkedge-dev (>= 0.2), libcurl4-gnutls-dev | libcurl4-dev, libtar-dev
-Standards-Version: 3.9.3
-Homepage: http://www.kitware.com/products/volview.html
+Build-Depends: debhelper (>= 9),
+               cmake,
+               libinsighttoolkit3-dev (>= 3.20),
+               libvtk5-dev (>= 5.8.0),
+               libfftw3-dev,
+               libgdcm2-dev (>= 2.0.18),
+               libkwwidgets1-dev,
+               tcl8.5-dev,
+               tk8.5-dev,
+               libavformat-dev,
+               libvtkedge-dev (>= 0.2),
+               libcurl4-gnutls-dev | libcurl4-dev,
+               libtar-dev
+Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/volview/trunk/
 Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/volview/trunk/
+Homepage: http://www.kitware.com/products/volview.html
 
 Package: volview
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: Advanced volume visualization tool
  VolView is an intuitive, interactive system for volume visualization that
  allows researchers to quickly explore and analyze complex 3D medical or




More information about the debian-med-commit mailing list