Lintian Fixes - clutter-gtk

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 025c9ff..7bb10ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+clutter-gtk (1.8.4-5) UNRELEASED; urgency=medium
+
+  * Use secure URI in Homepage field.
+  * Bump debhelper from old 11 to 13.
+    + debian/rules: Drop --fail-missing argument to dh_missing, which is now the
+      default.
+  * Set debhelper-compat version in Build-Depends.
+  * Set upstream metadata fields: Name (from ./configure), Repository,
+    Repository-Browse.
+  * Drop transition for old debug package migration.
+  * Update standards version to 4.6.0, no changes needed.
+  * Avoid explicitly specifying -Wl,--as-needed linker flag.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 28 Apr 2022 14:44:13 -0000
+
 clutter-gtk (1.8.4-4) unstable; urgency=medium
 
   * Bump debhelper compat to 11
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 16e36e3..652bb8a 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Section: libs
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
 Uploaders: Iain Lane <laney@debian.org>, Jeremy Bicha <jbicha@debian.org>, Michael Biebl <biebl@debian.org>
-Build-Depends: debhelper (>= 11),
+Build-Depends: debhelper-compat (= 13),
                gnome-pkg-tools,
                gtk-doc-tools,
                libgtk-3-dev (>= 3.21.0),
@@ -19,10 +19,10 @@ Build-Depends-Indep: libgdk-pixbuf2.0-doc,
                      libglib2.0-doc,
                      libgtk-3-doc,
                      libclutter-1.0-doc
-Standards-Version: 4.3.0
+Standards-Version: 4.6.0
 Vcs-Browser: https://salsa.debian.org/gnome-team/clutter-gtk
 Vcs-Git: https://salsa.debian.org/gnome-team/clutter-gtk.git
-Homepage: http://www.clutter-project.org/
+Homepage: https://www.clutter-project.org/
 
 Package: libclutter-gtk-1.0-0
 Architecture: any
diff --git a/debian/control.in b/debian/control.in
index 93e8f09..9b87a0a 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -3,7 +3,7 @@ Section: libs
 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),
                gnome-pkg-tools,
                gtk-doc-tools,
                libgtk-3-dev (>= 3.21.0),
@@ -15,10 +15,10 @@ Build-Depends-Indep: libgdk-pixbuf2.0-doc,
                      libglib2.0-doc,
                      libgtk-3-doc,
                      libclutter-1.0-doc
-Standards-Version: 4.3.0
+Standards-Version: 4.6.0
 Vcs-Browser: https://salsa.debian.org/gnome-team/clutter-gtk
 Vcs-Git: https://salsa.debian.org/gnome-team/clutter-gtk.git
-Homepage: http://www.clutter-project.org/
+Homepage: https://www.clutter-project.org/
 
 Package: libclutter-gtk-1.0-0
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 300d954..df48b99 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,gir
@@ -18,15 +18,9 @@ override_dh_auto_configure:
 		--enable-gtk-doc \
 		--enable-introspection=yes
 
-override_dh_strip:
-	dh_strip --dbgsym-migration="libclutter-gtk-1.0-dbg (<< 1.8.0-2~)"
-
 override_dh_install:
 	find debian/tmp -name '*.la' -print -delete
 	dh_install
 
-override_dh_missing:
-	dh_missing --fail-missing
-
 override_dh_compress:
 	dh_compress -X .c
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..6d0fafa
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Name: clutter-gtk
+Repository: https://gitlab.gnome.org/GNOME/clutter-gtk.git
+Repository-Browse: https://gitlab.gnome.org/GNOME/clutter-gtk

Debdiff

File lists identical (after any substitutions)

Control files of package gir1.2-gtkclutter-1.0: lines which differ (wdiff format)

  • Homepage: http://www.clutter-project.org/ https://www.clutter-project.org/

Control files of package libclutter-gtk-1.0-0: lines which differ (wdiff format)

  • Homepage: http://www.clutter-project.org/ https://www.clutter-project.org/

Control files of package libclutter-gtk-1.0-0-dbgsym: lines which differ (wdiff format)

  • Breaks: libclutter-gtk-1.0-dbg (<< 1.8.0-2~)
  • Replaces: libclutter-gtk-1.0-dbg (<< 1.8.0-2~)

Control files of package libclutter-gtk-1.0-dev: lines which differ (wdiff format)

  • Homepage: http://www.clutter-project.org/ https://www.clutter-project.org/

Control files of package libclutter-gtk-1.0-doc: lines which differ (wdiff format)

  • Homepage: http://www.clutter-project.org/ https://www.clutter-project.org/

Run locally

More details

Full run details