From 55fad0774f68955eacfc43e9877cfe952b8cf704 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Wed, 2 Nov 2022 01:17:47 +0000 Subject: [PATCH 1/3] Bump debhelper from old 12 to 13. Changes-By: lintian-brush Fixes: lintian: package-uses-old-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d771b53..0318735 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ukwm (1.2.1-2) UNRELEASED; urgency=medium + + * Bump debhelper from old 12 to 13. + + -- Debian Janitor Wed, 02 Nov 2022 01:17:47 -0000 + ukwm (1.2.1-1) experimental; urgency=medium [ Debian Janitor ] diff --git a/debian/control b/debian/control index 78bce9d..b9ca950 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: x11 Priority: optional Maintainer: Kylin Team Uploaders: handsome_feng -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper-compat (= 13), dh-sequence-gir, gnome-pkg-tools (>= 0.10), gtk-doc-tools (>= 1.15), From 80a8cc098f6d623a971ba1664b87dcb30f197358 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Wed, 2 Nov 2022 01:17:50 +0000 Subject: [PATCH 2/3] Update standards version to 4.6.1, no changes needed. Changes-By: lintian-brush Fixes: lintian: out-of-date-standards-version See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0318735..760b16b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ ukwm (1.2.1-2) UNRELEASED; urgency=medium * Bump debhelper from old 12 to 13. + * Update standards version to 4.6.1, no changes needed. -- Debian Janitor Wed, 02 Nov 2022 01:17:47 -0000 diff --git a/debian/control b/debian/control index b9ca950..ca949e1 100644 --- a/debian/control +++ b/debian/control @@ -52,7 +52,7 @@ Build-Depends: debhelper-compat (= 13), xkb-data, xvfb , xauth -Standards-Version: 4.5.0 +Standards-Version: 4.6.1 Rules-Requires-Root: no Homepage: https://www.ukui.org Vcs-Git: https://github.com/ukui/ukwm.git From 180256b54db07c444a4e075164153c1887adb20d Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Wed, 2 Nov 2022 01:17:51 +0000 Subject: [PATCH 3/3] Avoid explicitly specifying -Wl,--as-needed linker flag. Changes-By: lintian-brush Fixes: lintian: debian-rules-uses-as-needed-linker-flag See-also: https://lintian.debian.org/tags/debian-rules-uses-as-needed-linker-flag.html --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 760b16b..dd22c36 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ ukwm (1.2.1-2) UNRELEASED; urgency=medium * Bump debhelper from old 12 to 13. * Update standards version to 4.6.1, no changes needed. + * Avoid explicitly specifying -Wl,--as-needed linker flag. -- Debian Janitor Wed, 02 Nov 2022 01:17:47 -0000 diff --git a/debian/rules b/debian/rules index c9639a1..10184f8 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,--as-needed +export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all ifneq (,$(findstring $(DEB_HOST_ARCH),"s390x"))