[Pkg-xfce-commits] [Git][xfce-team/goodies/xfce4-indicator-plugin][debian/master] 4 commits: Bump debhelper from old 12 to 13.
Yves-Alexis Perez (@corsac)
gitlab at salsa.debian.org
Sun Sep 11 19:20:12 BST 2022
Yves-Alexis Perez pushed to branch debian/master at xfce / goodies / xfce4-indicator-plugin
Commits:
9674666e by Debian Janitor at 2022-09-09T17:25:09+00:00
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
- - - - -
e997cc85 by Debian Janitor at 2022-09-09T17:25:19+00:00
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
- - - - -
26a98c3a by Debian Janitor at 2022-09-09T17:25:21+00:00
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
- - - - -
5cb92140 by Yves-Alexis Perez at 2022-09-11T18:20:06+00:00
Merge branch 'lintian-fixes' into 'debian/master'
Fix some issues reported by lintian
See merge request xfce-team/goodies/xfce4-indicator-plugin!2
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -3,6 +3,9 @@ xfce4-indicator-plugin (2.4.1-2) UNRELEASED; urgency=medium
* Remove constraints unnecessary since buster:
+ Build-Depends: Drop versioned constraint on libgtk-3-dev,
libxfce4panel-2.0-dev, libxfce4ui-2-dev and libxfce4util-dev.
+ * 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 <janitor at jelmer.uk> Wed, 20 Jul 2022 09:23:34 -0000
=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Xfce Maintainers <debian-xfce at lists.debian.org>
Uploaders: Yves-Alexis Perez <corsac at debian.org>,
Evgeni Golov <evgeni at debian.org>
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
intltool,
libayatana-ido3-dev,
libayatana-indicator3-dev,
@@ -15,7 +15,7 @@ Build-Depends: debhelper-compat (= 12),
libxfconf-0-dev,
xfce4-dev-tools
Rules-Requires-Root: no
-Standards-Version: 4.6.0
+Standards-Version: 4.6.1
Homepage: https://docs.xfce.org/panel-plugins/xfce4-indicator-plugin
Vcs-Git: https://salsa.debian.org/xfce-team/goodies/xfce4-indicator-plugin.git
Vcs-Browser: https://salsa.debian.org/xfce-team/goodies/xfce4-indicator-plugin
=====================================
debian/rules
=====================================
@@ -3,7 +3,7 @@
include /usr/share/dpkg/pkg-info.mk
include /usr/share/dpkg/architecture.mk
-export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,--as-needed -Wl,-O1
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
override_dh_auto_install:
View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-indicator-plugin/-/compare/778554ce82ca8cbc58ee5ba56c58eb1c06fa9bcf...5cb92140a53e468a61781b7a31ffe04e06892a2c
--
View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-indicator-plugin/-/compare/778554ce82ca8cbc58ee5ba56c58eb1c06fa9bcf...5cb92140a53e468a61781b7a31ffe04e06892a2c
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-xfce-commits/attachments/20220911/3f4505a0/attachment-0001.htm>
More information about the Pkg-xfce-commits
mailing list