[Pkg-xfce-commits] [Git][xfce-extras-team/lightdm][debian/master] 3 commits: debian/patches: Add 09_time64-t-fix-for-arm-32bit.patch. Fix FTBFS after...
Yves-Alexis Perez (@corsac)
gitlab at salsa.debian.org
Fri Apr 19 11:32:16 BST 2024
Yves-Alexis Perez pushed to branch debian/master at Xfce external packages / lightdm
Commits:
d8f4ede9 by Mike Gabriel at 2024-04-05T00:36:13+02:00
debian/patches: Add 09_time64-t-fix-for-arm-32bit.patch. Fix FTBFS after time_64t transition on 32bit architectures. (Closes: #1067561).
- - - - -
eab643e0 by Mike Gabriel at 2024-04-05T00:40:16+02:00
NMU to experimental (debian/1.32.0-5~exp1)
- - - - -
3371f7da by Yves-Alexis Perez at 2024-04-19T10:32:11+00:00
Merge branch 'debian/master' into 'debian/master'
NMU to experimental (1.32.0-5~exp1): Add 09_time64-t-fix-for-arm-32bit.patch.
See merge request xfce-extras-team/lightdm!15
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/09_time64-t-fix-for-arm-32bit.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+lightdm (1.32.0-5~exp1) experimental; urgency=medium
+
+ * Non-maintainer upload to experimental.
+
+ * debian/patches:
+ + Add 09_time64-t-fix-for-arm-32bit.patch. Fix FTBFS after time_64t
+ transition on 32bit architectures. (Closes: #1067561).
+
+ -- Mike Gabriel <sunweaver at debian.org> Fri, 05 Apr 2024 00:36:32 +0200
+
lightdm (1.32.0-4) unstable; urgency=medium
* d/lightdm.maintscript: remove /e/d/s/org.freedesktop.DisplayManager.conf
=====================================
debian/patches/09_time64-t-fix-for-arm-32bit.patch
=====================================
@@ -0,0 +1,15 @@
+Description: Fix FTBFS: Error: symbol `open64' is already defined.
+Author: Andrey Rakhmatullin <wrar at debian.org>
+
+--- a/tests/src/libsystem.c
++++ b/tests/src/libsystem.c
+@@ -1,6 +1,9 @@
+ #define _GNU_SOURCE
+ #define __USE_GNU
+
++#undef _FILE_OFFSET_BITS
++#undef _TIME_BITS
++
+ #include <config.h>
+
+ #include <stdlib.h>
=====================================
debian/patches/series
=====================================
@@ -4,3 +4,4 @@
06_change-user-dirs.patch
08_reset-SIGPIPE-before-exec.patch
0006-Add-ICEAuthority-file-to-the-AppArmor-profile-for-gu.patch
+09_time64-t-fix-for-arm-32bit.patch
View it on GitLab: https://salsa.debian.org/xfce-extras-team/lightdm/-/compare/2bec044ba3934d1f7e02ec37ad74d88966ace768...3371f7da9efc1d34327f4d406fc4c02db265131d
--
View it on GitLab: https://salsa.debian.org/xfce-extras-team/lightdm/-/compare/2bec044ba3934d1f7e02ec37ad74d88966ace768...3371f7da9efc1d34327f4d406fc4c02db265131d
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/20240419/6068ac12/attachment-0001.htm>
More information about the Pkg-xfce-commits
mailing list