Lintian Fixes - pigz

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index 8647695..29c7893 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,9 @@ Source: pigz
 Section: utils
 Priority: optional
 Maintainer: Eduard Bloch <blade@debian.org>
-Build-Depends: debhelper (>= 10), zlib1g-dev, quilt
+Build-Depends: debhelper-compat (= 13), zlib1g-dev, quilt
 Standards-Version: 4.5.1.0
-Homepage: http://zlib.net/pigz/
+Homepage: https://zlib.net/pigz/
 Vcs-Browser: https://salsa.debian.org/blade/pigz
 Vcs-Git: https://salsa.debian.org/blade/pigz.git
 
@@ -16,4 +16,3 @@ Description: Parallel Implementation of GZip
  pigz, which stands for Parallel Implementation of GZip, is a fully functional
  replacement for gzip that takes advantage of multiple processors and multiple
  cores when compressing data.
-
diff --git a/debian/rules b/debian/rules
index 00514b7..043e1bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ override_dh_auto_build:
 override_dh_install:
 	dh_testdir
 	dh_testroot
-	dh_prep  
+	dh_prep
 	dh_installdirs
 	cp -l pigz $(CURDIR)/debian/pigz/usr/bin
 	cp -l pigz $(CURDIR)/debian/pigz/usr/bin/unpigz
diff --git a/debian/source/options b/debian/source/options
deleted file mode 100644
index 161b7e0..0000000
--- a/debian/source/options
+++ /dev/null
@@ -1 +0,0 @@
-compression=xz

Debdiff

File lists identical (after any substitutions)

Control files of package pigz: lines which differ (wdiff format)

  • Homepage: http://zlib.net/pigz/ https://zlib.net/pigz/

No differences were encountered between the control files of package pigz-dbgsym

Run locally

More details

Full run details