[med-svn] r17234 - trunk/packages/vtk-dicom/trunk/debian
Mathieu Malaterre
malat at moszumanska.debian.org
Thu Jun 19 14:40:32 UTC 2014
Author: malat
Date: 2014-06-19 14:40:31 +0000 (Thu, 19 Jun 2014)
New Revision: 17234
Modified:
trunk/packages/vtk-dicom/trunk/debian/changelog
trunk/packages/vtk-dicom/trunk/debian/control
trunk/packages/vtk-dicom/trunk/debian/rules
Log:
upload latest
Modified: trunk/packages/vtk-dicom/trunk/debian/changelog
===================================================================
--- trunk/packages/vtk-dicom/trunk/debian/changelog 2014-06-19 13:58:39 UTC (rev 17233)
+++ trunk/packages/vtk-dicom/trunk/debian/changelog 2014-06-19 14:40:31 UTC (rev 17234)
@@ -3,8 +3,9 @@
* New upstream. Remove patch applied upstream.
* Really fix man page generation
* Allow easier backport to wheezy
+ * Remove lintian errors/warnings
- -- Mathieu Malaterre <malat at debian.org> Fri, 25 Apr 2014 17:21:59 +0200
+ -- Mathieu Malaterre <malat at debian.org> Fri, 25 Apr 2014 17:52:06 +0200
vtk-dicom (0.4.4-2) unstable; urgency=low
Modified: trunk/packages/vtk-dicom/trunk/debian/control
===================================================================
--- trunk/packages/vtk-dicom/trunk/debian/control 2014-06-19 13:58:39 UTC (rev 17233)
+++ trunk/packages/vtk-dicom/trunk/debian/control 2014-06-19 14:40:31 UTC (rev 17234)
@@ -25,6 +25,7 @@
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
+Pre-Depends: multiarch-support
Description: DICOM for VTK - lib
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-06-19 13:58:39 UTC (rev 17233)
+++ trunk/packages/vtk-dicom/trunk/debian/rules 2014-06-19 14:40:31 UTC (rev 17234)
@@ -49,5 +49,9 @@
override_dh_clean:
dh_clean debian/*.1
+override_dh_lintian:
+ echo "$(pkg_lib): package-name-doesnt-match-sonames" > debian/$(pkg_lib).lintian-overrides
+ dh_lintian
+
get-orig-source:
uscan --verbose --rename --force-download
More information about the debian-med-commit
mailing list