[Pkg-xfce-commits] [Git][xfce-team/apps/xfburn][debian/master] 4 commits: Bump debhelper from old 11 to 13.
Yves-Alexis Perez (@corsac)
gitlab at salsa.debian.org
Tue Sep 6 17:25:20 BST 2022
Yves-Alexis Perez pushed to branch debian/master at xfce / apps / xfburn
Commits:
6083dadd by Debian Janitor at 2022-06-02T22:45:33+00:00
Bump debhelper from old 11 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
- - - - -
777f1ca8 by Debian Janitor at 2022-06-02T22:45:44+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
- - - - -
6db6f1bd by Debian Janitor at 2022-06-02T22:45:46+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
- - - - -
b5dc8029 by Yves-Alexis Perez at 2022-09-06T16:25:17+00:00
Merge branch 'lintian-fixes' into 'debian/master'
Fix some issues reported by lintian
See merge request xfce-team/apps/xfburn!3
- - - - -
2 changed files:
- debian/control
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -5,7 +5,7 @@ Maintainer: Debian Xfce Maintainers <debian-xfce at lists.debian.org>
Uploaders: Yves-Alexis Perez <corsac at debian.org>
Build-Depends: autoconf,
automake,
- debhelper-compat (= 11),
+ debhelper-compat (= 13),
intltool,
libburn-dev,
libexo-2-dev (>= 0.11.0),
@@ -17,7 +17,7 @@ Build-Depends: autoconf,
libtool,
libxfce4ui-2-dev (>= 4.12.0),
xfce4-dev-tools
-Standards-Version: 4.5.0
+Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/xfce-team/apps/xfburn.git
Vcs-Browser: https://salsa.debian.org/xfce-team/apps/xfburn
Homepage: https://docs.xfce.org/apps/xfburn/start
=====================================
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/xfburn/-/compare/8d28993d5269716aac58a73df6e484cc9e7ac214...b5dc802959a9c8dc4c01736d6fb1c0de656e2baa
--
View it on GitLab: https://salsa.debian.org/xfce-team/apps/xfburn/-/compare/8d28993d5269716aac58a73df6e484cc9e7ac214...b5dc802959a9c8dc4c01736d6fb1c0de656e2baa
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/20220906/cb6cd769/attachment-0001.htm>
More information about the Pkg-xfce-commits
mailing list