Lintian Fixes - libxpresent

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index 2194e94..06a3bd6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,18 @@
 libxpresent (1.0.0-3) UNRELEASED; urgency=medium
 
+  [ Timo Aaltonen ]
   * control: Migrate to x11proto-dev.
 
+  [ Debian Janitor ]
+  * Use secure URI in debian/watch.
+  * Bump debhelper from deprecated 9 to 13.
+    + debian/rules: Drop --fail-missing argument, now the default.
+  * Set debhelper-compat version in Build-Depends.
+  * Drop unnecessary dependency on dh-autoreconf.
+  * Update Vcs-* headers from URL redirect.
+  * Use canonical URL in Vcs-Git.
+  * Drop unnecessary dh arguments: --parallel, --parallel
+
  -- Timo Aaltonen <tjaalton@debian.org>  Wed, 25 Aug 2021 13:13:33 +0300
 
 libxpresent (1.0.0-2) unstable; urgency=medium
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
index a94b961..fd4409c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: Julien Cristau <jcristau@debian.org>
 Build-Depends:
- debhelper (>= 9),
- dh-autoreconf,
+ debhelper-compat (= 13),
  quilt,
  pkg-config,
  automake,
@@ -17,8 +16,8 @@ Build-Depends:
  libxfixes-dev,
  libxrandr-dev,
 Standards-Version: 3.9.6
-Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/lib/libxpresent.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xorg/lib/libxpresent.git
+Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxpresent.git
+Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxpresent
 Homepage: http://cgit.freedesktop.org/xorg/lib/libXpresent/
 
 Package: libxpresent1
diff --git a/debian/rules b/debian/rules
index fe7202c..13f8551 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,14 +1,14 @@
 #!/usr/bin/make -f
 
 build:
-	dh build --with quilt,autoreconf --parallel --builddirectory=build/
+	dh build --with quilt --builddirectory=build/
 
 %:
-	dh $@ --with quilt,autoreconf --parallel --builddirectory=build/
+	dh $@ --with quilt --builddirectory=build/
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
 		--disable-silent-rules
 
 override_dh_install:
-	dh_install --fail-missing -X.la
+	dh_install -X.la
diff --git a/debian/watch b/debian/watch
index a09df59..39de036 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 #git=git://anongit.freedesktop.org/xorg/lib/libXpresent
 version=3
 opts=pgpsigurlmangle=s/$/.sig/ \
-http://xorg.freedesktop.org/releases/individual/lib/ libXpresent-(.*)\.tar\.gz
+https://xorg.freedesktop.org/releases/individual/lib/ libXpresent-(.*)\.tar\.gz

Run locally

More details

Full run details

Historical runs