Lintian Fixes - metis-edf

Ready changes

Diff

diff --git a/debian/changelog b/debian/changelog
index d708056..8c237ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+metis-edf (4.1-2-5) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Bump debhelper from old 11 to 13.
+  * Set debhelper-compat version in Build-Depends.
+  * Use canonical URL in Vcs-Browser.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 01 Sep 2022 10:55:01 -0000
+
 metis-edf (4.1-2-4) unstable; urgency=medium
 
   * Team upload.
@@ -33,5 +42,3 @@ metis-edf (4.1-2-1) unstable; urgency=low
   * Initial release (Closes: #578054)
 
  -- Christophe Trophime <christophe.trophime@grenoble.cnrs.fr>  Sun, 12 Jun 2011 21:32:58 +0200
-
-
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index 26ec71f..11a85c3 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,9 @@ Uploaders: Christophe Trophime <christophe.trophime@lncmi.cnrs.fr>
 Section: non-free/math
 XS-Autobuild: no
 Priority: optional
-Build-Depends: debhelper (>= 11~),
-               gfortran
+Build-Depends: debhelper-compat (= 13), gfortran
 Standards-Version: 4.1.3
-Vcs-Browser: https://salsa.debian.org/science-team/metis-edf.git
+Vcs-Browser: https://salsa.debian.org/science-team/metis-edf
 Vcs-Git: https://salsa.debian.org/science-team/metis-edf.git
 Homepage: http://glaros.dtc.umn.edu/gkhome/metis/metis/overview
 
@@ -19,11 +18,11 @@ Depends: libmetis-edf4.1 (= ${binary:Version}),
 Description: Family of Multilevel Partitioning Algorithms
  METIS: A Family of Multilevel Partitioning Algorithms
  .
- This is a collection of serial and parallel programs & libraries 
- that can be used to partitioning unstructured graphs, finite element meshes, 
+ This is a collection of serial and parallel programs & libraries
+ that can be used to partitioning unstructured graphs, finite element meshes,
  and hypergraphs, both on serial as well as on parallel computers.
  .
- Adaptation of METIS for Code_Aster purpose  
+ Adaptation of METIS for Code_Aster purpose
 
 Package: libmetis-edf4.1
 Architecture: any
@@ -33,13 +32,13 @@ Depends: ${shlibs:Depends},
 Description: Family of Multilevel Partitioning Algorithms
  METIS: A Family of Multilevel Partitioning Algorithms
  .
- This is a collection of serial and parallel programs & libraries 
- that can be used to partitioning unstructured graphs, finite element meshes, 
+ This is a collection of serial and parallel programs & libraries
+ that can be used to partitioning unstructured graphs, finite element meshes,
  and hypergraphs, both on serial as well as on parallel computers.
  .
- Adaptation of METIS for Code_Aster purpose 
+ Adaptation of METIS for Code_Aster purpose
  .
- This package contains the shared library 
+ This package contains the shared library
 
 Package: libmetis-edf-dev
 Architecture: any
@@ -50,10 +49,10 @@ Depends: libmetis-edf4.1 (= ${binary:Version}),
 Description: Family of Multilevel Partitioning Algorithms
  METIS: A Family of Multilevel Partitioning Algorithms
  .
- This is a collection of serial and parallel programs & libraries 
- that can be used to partitioning unstructured graphs, finite element meshes, 
+ This is a collection of serial and parallel programs & libraries
+ that can be used to partitioning unstructured graphs, finite element meshes,
  and hypergraphs, both on serial as well as on parallel computers.
  .
- Adaptation of METIS for Code_Aster purpose 
+ Adaptation of METIS for Code_Aster purpose
  .
- This package contains files needed for development 
+ This package contains files needed for development
diff --git a/debian/rules b/debian/rules
index f6cf106..464e897 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ override_dh_auto_build:
 	strip onmetis.exe
 	
 	ln -sf libmetis-edf.so.4 libmetis-edf.so
-		       
+		
 override_dh_auto_install:
 	strip [pk]metis
 	
@@ -30,7 +30,7 @@ override_dh_auto_install:
 
 override_dh_auto_clean:
 	touch Makefile.in
-	find . -name \*.o | xargs rm -f 
+	find . -name \*.o | xargs rm -f
 	rm -f libmetis-edf.*
 	rm -f onmetis.exe pmetis kmetis
 	rm -f Makefile.in

Run locally

More details

Full run details