Lintian Fixes - pigz

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 2e7e200..fe8fdc1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+pigz (2.6-2) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Drop custom source compression.
+  * Use secure URI in debian/watch.
+  * Use secure URI in Homepage field.
+  * Bump debhelper from old 10 to 13.
+  * Set debhelper-compat version in Build-Depends.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 31 Aug 2022 15:56:38 -0000
+
 pigz (2.6-1) unstable; urgency=medium
 
   * New upstream release
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
diff --git a/debian/watch b/debian/watch
index 99a1a91..7d3bf58 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=3
 opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)[\-\.]?\d*)$/$1~$2/,dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$// \
-http://zlib.net/pigz/ (?:.*/)?pigz[_\-\.]?(\d\S*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
+https://zlib.net/pigz/ (?:.*/)?pigz[_\-\.]?(\d\S*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
 # Bart Martens <bartm@debian.org>  Sun, 30 Dec 2012 12:41:02 +0000

Debdiff

[The following lists of changes regard files as different if they have different names, permissions or owners.]

Files in second set of .debs but not in first

-rw-r--r--  root/root   /usr/lib/debug/.build-id/e3/4c990f98bd4e108bb80bc2a9aa277c610ac317.debug

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/lib/debug/.build-id/de/b71a9cb4d8182fd6fbe5c72649bd41eeb5212b.debug

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

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

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

  • Build-Ids: deb71a9cb4d8182fd6fbe5c72649bd41eeb5212b e34c990f98bd4e108bb80bc2a9aa277c610ac317

Run locally

More details

Full run details