Lintian Fixes - startup-notification

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index 312d985..c786231 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+startup-notification (0.12-7) UNRELEASED; urgency=medium
+
+  * Bump debhelper from old 11 to 13.
+  * Set debhelper-compat version in Build-Depends.
+  * Set upstream metadata fields: Bug-Submit (from ./configure), Name (from
+    ./configure).
+  * Update standards version to 4.6.2, no changes needed.
+  * Avoid explicitly specifying -Wl,--as-needed linker flag.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 08 Jul 2023 22:21:29 -0000
+
 startup-notification (0.12-6) unstable; urgency=medium
 
   * Update Vcs fields for migration to https://salsa.debian.org/
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 05be6b6..6ea77af 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Source: startup-notification
 Section: x11
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Uploaders: Jeremy Bicha <jbicha@debian.org>, Josselin Mouette <joss@debian.org>
-Build-Depends: debhelper (>= 11),
+Uploaders: Josselin Mouette <joss@debian.org>
+Build-Depends: debhelper-compat (= 13),
                libx11-dev,
                libxt-dev,
                pkg-config,
@@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 11),
                libx11-xcb-dev,
                libxcb-util0-dev,
                gnome-pkg-tools
-Standards-Version: 4.3.0
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/gnome-team/startup-notification
 Vcs-Git: https://salsa.debian.org/gnome-team/startup-notification.git
 Homepage: https://www.freedesktop.org/wiki/Software/startup-notification/
diff --git a/debian/control.in b/debian/control.in
index daffe01..0a0aa9b 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -3,7 +3,7 @@ Section: x11
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 11),
+Build-Depends: debhelper-compat (= 13),
                libx11-dev,
                libxt-dev,
                pkg-config,
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 11),
                libx11-xcb-dev,
                libxcb-util0-dev,
                gnome-pkg-tools
-Standards-Version: 4.3.0
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/gnome-team/startup-notification
 Vcs-Git: https://salsa.debian.org/gnome-team/startup-notification.git
 Homepage: https://www.freedesktop.org/wiki/Software/startup-notification/
diff --git a/debian/rules b/debian/rules
index 354b528..244b70b 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
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..c3be050
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,3 @@
+---
+Name: startup-notification
+Bug-Submit: http://www.freedesktop.org/Software/startup-notification

Run locally

More details

Full run details

Historical runs