diff --git a/debian/changelog b/debian/changelog index d771b53..dd22c36 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +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 + ukwm (1.2.1-1) experimental; urgency=medium [ Debian Janitor ] diff --git a/debian/control b/debian/control index 78bce9d..ca949e1 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), @@ -52,7 +52,7 @@ Build-Depends: debhelper-compat (= 12), 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 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"))