From: Theodore Ts'o Date: Tue, 23 Apr 2024 15:55:43 +0000 (-0400) Subject: Update version tag to 1.47.1-rc1 for test builds X-Git-Tag: v1.47.1-rc1~33 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=3fcbc9ffbeaa0df3dd06113b61f9b3bed4efb92e;p=tools%2Fe2fsprogs.git Update version tag to 1.47.1-rc1 for test builds Also add Debian dependencies for libarchive-dev and change the dependency from libfuse-dev to libfuse3-dev. Signed-off-by: Theodore Ts'o --- diff --git a/debian/changelog b/debian/changelog index b5bef5e..21b8e52 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +e2fsprogs (1.47.1~rc1-1) experimental; urgency=medium + + * New upstream version + + -- Theodore Y. Ts'o Sun, 21 Apr 2024 23:58:04 -0400 + e2fsprogs (1.47.0-2.4) unstable; urgency=medium * Non-maintainer upload. diff --git a/debian/control b/debian/control index f874264..d51b562 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: e2fsprogs Section: admin Priority: required Maintainer: Theodore Y. Ts'o -Build-Depends: dpkg-dev (>= 1.22.5), gettext, texinfo, pkg-config, libfuse-dev [linux-any kfreebsd-any] , debhelper-compat (= 12), dh-exec, libblkid-dev, uuid-dev, m4, udev [linux-any], systemd [linux-any], systemd-dev [linux-any], cron [linux-any], dh-sequence-movetousr +Build-Depends: dpkg-dev (>= 1.22.5), gettext, texinfo, pkg-config, libarchive-dev, libfuse3-dev [linux-any kfreebsd-any] , debhelper-compat (= 12), dh-exec, libblkid-dev, uuid-dev, m4, udev [linux-any], systemd [linux-any], systemd-dev [linux-any], cron [linux-any], dh-sequence-movetousr Rules-Requires-Root: no Standards-Version: 4.6.2 Homepage: http://e2fsprogs.sourceforge.net diff --git a/version.h b/version.h index db245ce..30198e3 100644 --- a/version.h +++ b/version.h @@ -9,5 +9,5 @@ * License v2. */ -#define E2FSPROGS_VERSION "1.47.0" -#define E2FSPROGS_DATE "5-Feb-2023" +#define E2FSPROGS_VERSION "1.47.1-rc1" +#define E2FSPROGS_DATE "21-Apr-2024"