Lintian Fixes - cheesecutter

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 06b48e0..f289138 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+cheesecutter (2.9+git20211011-3) UNRELEASED; urgency=medium
+
+  * Use secure URI in Homepage field.
+  * Update standards version to 4.6.2, no changes needed.
+  * Avoid explicitly specifying -Wl,--as-needed linker flag.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 23 May 2023 09:50:35 -0000
+
 cheesecutter (2.9+git20211011-2) unstable; urgency=medium
 
   * Update maintainer address.
diff --git a/debian/control b/debian/control
index 7e6ef6e..99eca61 100644
--- a/debian/control
+++ b/debian/control
@@ -4,11 +4,11 @@ Priority: optional
 Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
 Uploaders: Gürkan Myczko <tar@debian.org>
 Build-Depends: debhelper-compat (= 13), acme, gdc, libsdl1.2-dev
-Standards-Version: 4.6.0
+Standards-Version: 4.6.2
 Vcs-Git: https://salsa.debian.org/multimedia-team/cheesecutter.git
 Vcs-Browser: https://salsa.debian.org/multimedia-team/cheesecutter
 Rules-Requires-Root: no
-Homepage: http://theyamo.kapsi.fi/ccutter
+Homepage: https://theyamo.kapsi.fi/ccutter
 
 Package: cheesecutter
 Architecture: any
diff --git a/debian/rules b/debian/rules
index b9e82db..ec3912c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 # see ENVIRONMENT in dpkg-buildflags(1)
 # package maintainers to append CFLAGS
 export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
-# package maintainers to append LDFLAGS
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 export DEB_BUILD_MAINT_OPTIONS = optimize=-lto
 

Run locally

More details

Full run details

Historical runs