Skip to content

Commit 269848a

Browse files
committed
bump version to 1.9-2
Signed-off-by: Gao Xiang <xiang@kernel.org>
1 parent 4d7eb2b commit 269848a

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

dpkg/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
erofs-utils (1.9-2) unstable; urgency=medium
2+
3+
* Enable S3 storage support.
4+
5+
-- Gao Xiang <xiang@kernel.org> Wed, 18 Feb 2026 22:30:00 +0800
6+
17
erofs-utils (1.9-1) unstable; urgency=medium
28

39
* New upstream release 1.9.

dpkg/debian/control

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ Priority: optional
33
Maintainer: Gao Xiang <xiang@kernel.org>
44
Build-Depends:
55
debhelper-compat (= 10),
6+
libcurl4-openssl-dev,
67
libdeflate-dev,
8+
libjson-c-dev,
79
liblz4-dev,
810
liblzma-dev,
911
libselinux1-dev [linux-any],
12+
libssl-dev,
13+
libxml2-dev,
1014
libxxhash-dev,
1115
libzstd-dev,
1216
pkgconf,

dpkg/debian/rules

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ ifneq ($(filter pkg.erofs-utils.no-erofsfuse,$(DEB_BUILD_PROFILES)),)
1313
SKIP_FUSE2FS=yes
1414
endif
1515

16-
COMMON_CONF_FLAGS = --enable-lzma --enable-multithreading --with-uuid \
17-
--with-zlib --with-libdeflate --with-libzstd \
16+
COMMON_CONF_FLAGS = --enable-lzma --enable-multithreading \
17+
--enable-oci --enable-s3 \
18+
--with-uuid --with-zlib --with-libdeflate --with-libzstd \
1819
--with-xxhash ${EXTRA_CONF_FLAGS}
1920

2021
ifneq ($(SKIP_FUSE2FS),)

0 commit comments

Comments
 (0)