[med-svn] r16565 - trunk/packages/vtk-dicom/trunk/debian
Mathieu Malaterre
malat at moszumanska.debian.org
Fri Apr 4 15:39:26 UTC 2014
Author: malat
Date: 2014-04-04 15:39:26 +0000 (Fri, 04 Apr 2014)
New Revision: 16565
Modified:
trunk/packages/vtk-dicom/trunk/debian/control
trunk/packages/vtk-dicom/trunk/debian/rules
Log:
update version, fix lintian
Modified: trunk/packages/vtk-dicom/trunk/debian/control
===================================================================
--- trunk/packages/vtk-dicom/trunk/debian/control 2014-04-04 15:24:27 UTC (rev 16564)
+++ trunk/packages/vtk-dicom/trunk/debian/control 2014-04-04 15:39:26 UTC (rev 16565)
@@ -12,6 +12,7 @@
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libvtk-dicom0.4 (= ${binary:Version})
+Pre-Depends: ${misc:Pre-Depends}
Description: DICOM for VTK - dev
This package contains a set of classes for managing DICOM
files and metadata from within VTK, and some utility programs
Modified: trunk/packages/vtk-dicom/trunk/debian/rules
===================================================================
--- trunk/packages/vtk-dicom/trunk/debian/rules 2014-04-04 15:24:27 UTC (rev 16564)
+++ trunk/packages/vtk-dicom/trunk/debian/rules 2014-04-04 15:39:26 UTC (rev 16565)
@@ -19,7 +19,7 @@
override_dh_auto_configure:
dh_auto_configure -- $(CMAKE_EXTRA_FLAGS)
-VERSION=0.4.2
+VERSION=$(shell dpkg-parsechangelog | grep '^Version' | cut -d' ' -f2 | cut -f1 -d- | cut -f2 -d~)
SOVERSION=0.4
pkg_lib = libvtk-dicom$(SOVERSION)
pkg_dev = libvtk-dicom$(SOVERSION)-dev
More information about the debian-med-commit
mailing list