[Git][reproducible-builds/disorderfs][debian] 4 commits: set _FILE_OFFSET_BITS for 32-bit platforms
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sun Jan 4 21:06:42 UTC 2026
Holger Levsen pushed to branch debian at Reproducible Builds / disorderfs
Commits:
8394b12d by Roland Clobus at 2026-01-04T21:58:11+01:00
set _FILE_OFFSET_BITS for 32-bit platforms
(cherry picked from commit d2f551674706b776a8e496b37bebf435674b2b3a
and ef919f9bc2f942e999fd8e427efc9201257bade8)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
4a098686 by Holger Levsen at 2026-01-04T21:58:12+01:00
release 0.6.2
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
f5467fa0 by Roland Clobus at 2026-01-04T21:58:12+01:00
d/control: let only fuse3 satisfy dependencies
(cherry picked from commit 29c91af61e0008de65e8fc0ee96433eefa277478)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
27bf2af0 by Holger Levsen at 2026-01-04T22:05:11+01:00
release as 0.6.2-1
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
4 changed files:
- Makefile
- debian/changelog
- debian/control
- disorderfs.cpp
Changes:
=====================================
Makefile
=====================================
@@ -37,6 +37,9 @@ FUSE_LIBS ?= $(shell $(PKG_CONFIG) --libs fuse3)
CXXFLAGS += -Wall -Wextra -pedantic -O2 -g
CXXFLAGS += -std=c++20 -Wno-unused-parameter
CXXFLAGS += $(FUSE_CFLAGS)
+ifeq ($(shell getconf LONG_BIT),32)
+ CXXFLAGS += -D_FILE_OFFSET_BITS=64
+endif
# Files
OBJFILES = disorderfs.o
=====================================
debian/changelog
=====================================
@@ -1,9 +1,14 @@
-disorderfs (0.6.1-2) UNRELEASED; urgency=medium
+disorderfs (0.6.2-1) unstable; urgency=medium
- * Start 0.6.1-2 development. d/changelog entries will be written on
- release using the git commit messages.
+ [ Holger Levsen ]
+ * New upstream release, fixing ftbfs on i386.
+ * Add instructions how to add the upstream release to our lfs repo.
+
+ [ Roland Clobus ]
+ * set _FILE_OFFSET_BITS for 32-bit platforms.
+ * d/control: let only fuse3 satisfy dependencies.
- -- Holger Levsen <holger at debian.org> Sat, 03 Jan 2026 12:10:40 +0100
+ -- Holger Levsen <holger at debian.org> Sun, 04 Jan 2026 21:59:14 +0100
disorderfs (0.6.1-1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -24,7 +24,7 @@ Vcs-Browser: https://salsa.debian.org/reproducible-builds/disorderfs
Package: disorderfs
Architecture: linux-any
Depends:
- fuse3 (>= 3.10.1-3) | fuse (<< 3),
+ fuse3 (>= 3.10.1-3),
${misc:Depends},
${shlibs:Depends},
Description: FUSE filesystem that introduces non-determinism
=====================================
disorderfs.cpp
=====================================
@@ -40,7 +40,7 @@
#include <sys/file.h>
#include <stddef.h>
-#define DISORDERFS_VERSION "0.6.1"
+#define DISORDERFS_VERSION "0.6.2"
namespace {
std::vector<std::string> bare_arguments;
View it on GitLab: https://salsa.debian.org/reproducible-builds/disorderfs/-/compare/d732b0368b874d4c8d008150818ec121ebe81126...27bf2af02a07c97c2efc10edd0ceb34d53db48a1
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/disorderfs/-/compare/d732b0368b874d4c8d008150818ec121ebe81126...27bf2af02a07c97c2efc10edd0ceb34d53db48a1
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20260104/9a7cee18/attachment.htm>
More information about the rb-commits
mailing list