Skip to content

Commit 4d7eb2b

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

File tree

4 files changed

+42
-193
lines changed

4 files changed

+42
-193
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-1) unstable; urgency=medium
2+
3+
* New upstream release 1.9.
4+
5+
-- Gao Xiang <xiang@kernel.org> Wed, 18 Feb 2026 00:00:00 +0800
6+
17
erofs-utils (1.8.10-1) unstable; urgency=medium
28

39
* New upstream release 1.8.10.

dpkg/debian/patches/0001-erofs-utils-lib-fix-BFINAL-judgment-for-kite-deflate.patch

Lines changed: 0 additions & 192 deletions
This file was deleted.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
From bb4d440337258ea8a047779c9ca4875c73806ee7 Mon Sep 17 00:00:00 2001
2+
From: Gao Xiang <xiang@kernel.org>
3+
Date: Wed, 18 Feb 2026 21:13:51 +0800
4+
Subject: [PATCH] erofs-utils: manpage: fix installation of `erofsfuse.1`
5+
6+
`erofsfuse.1` may be missing if `man_MANS` is assigned twice.
7+
8+
Link: https://lore.kernel.org/r/20260218131351.46839-1-xiang@kernel.org
9+
Signed-off-by: Gao Xiang <xiang@kernel.org>
10+
---
11+
man/Makefile.am | 6 ++++--
12+
1 file changed, 4 insertions(+), 2 deletions(-)
13+
14+
diff --git a/man/Makefile.am b/man/Makefile.am
15+
index c951681..b9b5989 100644
16+
--- a/man/Makefile.am
17+
+++ b/man/Makefile.am
18+
@@ -3,10 +3,12 @@
19+
dist_man_MANS = mkfs.erofs.1 dump.erofs.1 fsck.erofs.1
20+
21+
EXTRA_DIST = erofsfuse.1 mount.erofs.8
22+
+
23+
+man_MANS =
24+
if ENABLE_FUSE
25+
-man_MANS = erofsfuse.1
26+
+man_MANS += erofsfuse.1
27+
endif
28+
29+
if OS_LINUX
30+
-man_MANS = mount.erofs.8
31+
+man_MANS += mount.erofs.8
32+
endif
33+
--
34+
2.47.3
35+

dpkg/debian/patches/series

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0001-erofs-utils-lib-fix-BFINAL-judgment-for-kite-deflate.patch
1+
0001-erofs-utils-manpage-fix-installation-of-erofsfuse.1.patch

0 commit comments

Comments
 (0)