Lintian Fixes - vtk-dicom

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 795d1a1..36894d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -93,7 +93,7 @@ vtk-dicom (0.8.11-2) unstable; urgency=medium
 vtk-dicom (0.8.11-1) unstable; urgency=medium
 
   * New upstream version 0.8.11
-  * d/rules: Explicitely don't build TCL bindings 
+  * d/rules: Explicitely don't build TCL bindings
   * d/python3..: Fix library installs
 
  -- Gert Wollny <gewo@debian.org>  Fri, 01 Nov 2019 17:20:13 +0100
@@ -150,14 +150,14 @@ vtk-dicom (0.8.7-1~exp1) experimental; urgency=medium
 
   [ Gert Wollny ]
   * New upstream version 0.8.7
-  * d/control: Prepare vor version 0.8 based on vtk7 
+  * d/control: Prepare vor version 0.8 based on vtk7
   * d/control, d/compat: update to dephelper 11
   * d/control: Update my uploader address
   * d/control: Update VCS url
   * d/* update packages for v0.8 and python3
   * d/p/03: run test with python3
   * d/rules: Update python version
-  * d/copyright: Add copyright for some new files 
+  * d/copyright: Add copyright for some new files
 
  -- Gert Wollny <gewo@debian.org>  Sat, 19 May 2018 11:47:10 +0200
 
@@ -185,7 +185,7 @@ vtk-dicom (0.7.7-2) unstable; urgency=medium
 vtk-dicom (0.7.7-1) unstable; urgency=medium
 
   * New upstream version
-  * Update standards version to 3.9.8 
+  * Update standards version to 3.9.8
 
  -- Gert Wollny <gw.fossdev@gmail.com>  Thu, 05 May 2016 16:20:17 +0000
 
@@ -197,39 +197,39 @@ vtk-dicom (0.7.6-1) unstable; urgency=medium
 
 vtk-dicom (0.7.4-2) unstable; urgency=medium
 
-  * [7273f4] d/control: Set minimum libvtk6-dev version 
+  * [7273f4] d/control: Set minimum libvtk6-dev version
     (needed for tests)
 
  -- Gert Wollny <gw.fossdev@gmail.com>  Sat, 20 Feb 2016 00:15:02 +0000
 
 vtk-dicom (0.7.4-1) unstable; urgency=medium
 
-  * New upstream release 
-  * d/control: Add libvtk6-qt-dev to dependencies 
-  * d/control: Update Standards version to 3.9.7 
-  * d/control: Add xauth and xvfb to depends as they are needed for the 
+  * New upstream release
+  * d/control: Add libvtk6-qt-dev to dependencies
+  * d/control: Update Standards version to 3.9.7
+  * d/control: Add xauth and xvfb to depends as they are needed for the
     TCL test
-  * d/p/: Add patch reproducable_build_datetime.patch to fix time 
-    stamps in vtkDICOMBuild.h 
+  * d/p/: Add patch reproducable_build_datetime.patch to fix time
+    stamps in vtkDICOMBuild.h
   * d/libvtk-dicom-dev.install, d/libvtkdicom0.7.install:
-    Correct install path of cmake files to become arch dependnd 
+    Correct install path of cmake files to become arch dependnd
     Closes: #813305
 
  -- Gert Wollny <gw.fossdev@gmail.com>  Fri, 19 Feb 2016 14:09:31 +0000
 
 vtk-dicom (0.7.1-1) unstable; urgency=medium
 
-  * New upstream version 
-  * build by using vtk6 Closes: #803595 
-  * Disable java bindings since these would require vtk java bindings 
-  * Add patch 01_ to properly link required vtkIO*SQL libraries  
-  * Move package to git 
-  * Update standards version to 3.9.6 
-  * Add python-vtk-dicom.lintian-override for package name  doesn't 
-    match soname 
-  * Override the VTK_VERSION_SUFFIX to avoid that the library changes 
-    its name based on VTK minor version change. 
-  * Add dh-python to build-deps as recommended 
+  * New upstream version
+  * build by using vtk6 Closes: #803595
+  * Disable java bindings since these would require vtk java bindings
+  * Add patch 01_ to properly link required vtkIO*SQL libraries
+  * Move package to git
+  * Update standards version to 3.9.6
+  * Add python-vtk-dicom.lintian-override for package name  doesn't
+    match soname
+  * Override the VTK_VERSION_SUFFIX to avoid that the library changes
+    its name based on VTK minor version change.
+  * Add dh-python to build-deps as recommended
 
  -- Gert Wollny <gw.fossdev@gmail.com>  Thu, 03 Dec 2015 10:33:36 +0100
 
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 48082f7..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-12
diff --git a/debian/control b/debian/control
index 9bb5c7c..317f658 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Gert Wollny <gewo@debian.org>
 Section: graphics
 Priority: optional
 Build-Depends: cmake,
-               debhelper (>= 12~),
+               debhelper-compat (= 13),
                dh-exec,
                dh-python,
                help2man,
@@ -18,7 +18,7 @@ Build-Depends: cmake,
 Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/med-team/vtk-dicom
 Vcs-Git: https://salsa.debian.org/med-team/vtk-dicom.git
-Homepage: http://github.com/dgobbi/vtk-dicom/
+Homepage: https://github.com/dgobbi/vtk-dicom/
 Testsuite: autopkgtest-pkg-python
 
 Package: libvtk-dicom-dev
diff --git a/debian/rules b/debian/rules
index cb88ca4..c9430be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 # export DH_VERBOSE=1
 
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -Wl,-z,now
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,now
 
 # cannot use ABI mecanism for now:
 # https://github.com/dgobbi/vtk-dicom/issues/20
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..459cd58
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/dgobbi/vtk-dicom/issues
+Bug-Submit: https://github.com/dgobbi/vtk-dicom/issues/new
+Repository-Browse: https://github.com/dgobbi/vtk-dicom

Run locally

More details

Full run details

Historical runs