[Pkg-xfce-commits] [Git][xfce-team/apps/gigolo][debian/master] 3 commits: Update standards version to 4.6.0, no changes needed.
Yves-Alexis Perez (@corsac)
gitlab at salsa.debian.org
Thu Feb 3 15:56:13 GMT 2022
Yves-Alexis Perez pushed to branch debian/master at xfce / apps / gigolo
Commits:
a48649c5 by Jenkins at 2022-02-02T16:50:52+00:00
Update standards version to 4.6.0, 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
- - - - -
285bf48c by Jenkins at 2022-02-02T16:51:20+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
- - - - -
7fd15e18 by Yves-Alexis Perez at 2022-02-03T15:56:11+00:00
Merge branch 'lintian-fixes' into 'debian/master'
Fix some issues reported by lintian
See merge request xfce-team/apps/gigolo!2
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+gigolo (0.5.2-2) UNRELEASED; urgency=medium
+
+ * Update standards version to 4.6.0, no changes needed.
+ * Avoid explicitly specifying -Wl,--as-needed linker flag.
+
+ -- Debian Janitor <janitor at jelmer.uk> Wed, 02 Feb 2022 16:50:40 -0000
+
gigolo (0.5.2-1) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13),
pkg-config,
xfce4-dev-tools
Rules-Requires-Root: no
-Standards-Version: 4.5.1
+Standards-Version: 4.6.0
Homepage: https://docs.xfce.org/apps/gigolo/start
Vcs-Git: https://salsa.debian.org/xfce-team/apps/gigolo.git
Vcs-Browser: https://salsa.debian.org/xfce-team/apps/gigolo
=====================================
debian/rules
=====================================
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-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
%:
View it on GitLab: https://salsa.debian.org/xfce-team/apps/gigolo/-/compare/b5763b8322bcd224accdf90f21415118c3852f0b...7fd15e1819b8904c74e4b46f71fc9652a4fe0aab
--
View it on GitLab: https://salsa.debian.org/xfce-team/apps/gigolo/-/compare/b5763b8322bcd224accdf90f21415118c3852f0b...7fd15e1819b8904c74e4b46f71fc9652a4fe0aab
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/20220203/e5010d4f/attachment.htm>
More information about the Pkg-xfce-commits
mailing list