Lintian Fixes - xdg-user-dirs-gtk

Ready changes

Diff

diff --git a/debian/changelog b/debian/changelog
index 87fa352..1097608 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xdg-user-dirs-gtk (0.10-4) UNRELEASED; urgency=medium
+
+  * Use secure URI in Homepage field.
+  * Update standards version to 4.6.0, no changes needed.
+  * Avoid explicitly specifying -Wl,--as-needed linker flag.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 17 Mar 2022 09:51:28 -0000
+
 xdg-user-dirs-gtk (0.10-3) unstable; urgency=medium
 
   * Build-Depend on debhelper-compat 12 and drop debian/compat
diff --git a/debian/control b/debian/control
index 68fcd97..9d79ec2 100644
--- a/debian/control
+++ b/debian/control
@@ -12,10 +12,10 @@ Build-Depends: debhelper-compat (= 12),
                intltool,
                libgtk-3-dev,
                xdg-user-dirs
-Standards-Version: 4.3.0
+Standards-Version: 4.6.0
 Vcs-Browser: https://salsa.debian.org/gnome-team/xdg-user-dirs-gtk
 Vcs-Git: https://salsa.debian.org/gnome-team/xdg-user-dirs-gtk.git
-Homepage: http://www.freedesktop.org/wiki/Software/xdg-user-dirs
+Homepage: https://www.freedesktop.org/wiki/Software/xdg-user-dirs
 
 Package: xdg-user-dirs-gtk
 Architecture: any
diff --git a/debian/control.in b/debian/control.in
index bbb5657..858b072 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -8,10 +8,10 @@ Build-Depends: debhelper-compat (= 12),
                intltool,
                libgtk-3-dev,
                xdg-user-dirs
-Standards-Version: 4.3.0
+Standards-Version: 4.6.0
 Vcs-Browser: https://salsa.debian.org/gnome-team/xdg-user-dirs-gtk
 Vcs-Git: https://salsa.debian.org/gnome-team/xdg-user-dirs-gtk.git
-Homepage: http://www.freedesktop.org/wiki/Software/xdg-user-dirs
+Homepage: https://www.freedesktop.org/wiki/Software/xdg-user-dirs
 
 Package: xdg-user-dirs-gtk
 Architecture: any
diff --git a/debian/rules b/debian/rules
index f3a757e..eda53bc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs
 
 %:
 	dh $@ --with gnome

Run locally

More details

Full run details