[med-svn] r16793 - in trunk/packages/vtk-dicom/tags: . 0.4.5-1/debian
Mathieu Malaterre
malat at moszumanska.debian.org
Fri Apr 25 16:02:13 UTC 2014
Author: malat
Date: 2014-04-25 16:02:13 +0000 (Fri, 25 Apr 2014)
New Revision: 16793
Added:
trunk/packages/vtk-dicom/tags/0.4.5-1/
Modified:
trunk/packages/vtk-dicom/tags/0.4.5-1/debian/changelog
trunk/packages/vtk-dicom/tags/0.4.5-1/debian/control
trunk/packages/vtk-dicom/tags/0.4.5-1/debian/rules
Log:
[svn-buildpackage] Tagging vtk-dicom 0.4.5-1
Modified: trunk/packages/vtk-dicom/tags/0.4.5-1/debian/changelog
===================================================================
--- trunk/packages/vtk-dicom/trunk/debian/changelog 2014-04-25 15:26:24 UTC (rev 16789)
+++ trunk/packages/vtk-dicom/tags/0.4.5-1/debian/changelog 2014-04-25 16:02:13 UTC (rev 16793)
@@ -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/tags/0.4.5-1/debian/control
===================================================================
--- trunk/packages/vtk-dicom/trunk/debian/control 2014-04-25 15:26:24 UTC (rev 16789)
+++ trunk/packages/vtk-dicom/tags/0.4.5-1/debian/control 2014-04-25 16:02:13 UTC (rev 16793)
@@ -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/tags/0.4.5-1/debian/rules
===================================================================
--- trunk/packages/vtk-dicom/trunk/debian/rules 2014-04-25 15:26:24 UTC (rev 16789)
+++ trunk/packages/vtk-dicom/tags/0.4.5-1/debian/rules 2014-04-25 16:02:13 UTC (rev 16793)
@@ -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