Skip to content

Commit f6b08b8

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

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ Priority: optional
33
Maintainer: Gao Xiang <xiang@kernel.org>
44
Build-Depends:
55
debhelper-compat (= 10),
6+
libcurl4-openssl-dev,
67
libdeflate-dev,
78
liblz4-dev,
89
liblzma-dev,
910
libselinux1-dev [linux-any],
11+
libssl-dev,
12+
libxml2-dev,
1013
libxxhash-dev,
1114
libzstd-dev,
1215
pkgconf,

dpkg/debian/rules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ 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 --enable-s3 \
17+
--with-uuid --with-zlib --with-libdeflate --with-libzstd \
1818
--with-xxhash ${EXTRA_CONF_FLAGS}
1919

2020
ifneq ($(SKIP_FUSE2FS),)

0 commit comments

Comments
 (0)