1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229
|
f2fs-tools (1.15.0-1) unstable; urgency=medium
[ Theodore Y. Ts'o ]
* Don't use TAB characters to start a continuation line
* Drop undeeded dh_makeshlibs override
[ Michael Tokarev ]
* update to new upstream version (1.15.0)
* Add spelling-comamnd.patch to fix spelling in binary
* d/control: switch to debhelper-compat=13
* d/rules: use execute_before_dh_install instead of override_dh_install,
simplify the rules a bit
* d/rules: remove dbgsym migration rule for version 1.12
-- Theodore Y. Ts'o <tytso@mit.edu> Wed, 14 Dec 2022 10:49:06 -0500
f2fs-tools (1.14.0-2) unstable; urgency=medium
* Update debian/watch to use a version 4 git matching rule
* Update URL and contact emails, and other upstream metadata in
debian/copyright, debian/control.
* Add a debian/upstream/metadata file
* Remove no longer needed "--with autoreconf" when running debhelper
* Add dbgsym-migration for smooth upgrade from Debian system
* Update debian/copyright to reflect new source files in f2fs-tools 1.14
* Use a build-depends field in the control file to indicate the
debhelper compat level in use by the package
* Improve package descriptions for libf2fs-dev and libf2fs-format-dev
* Updated Standards compliance to 4.5.1
-- Theodore Y. Ts'o <tytso@mit.edu> Sun, 03 Jan 2021 21:08:18 -0500
f2fs-tools (1.14.0-1) unstable; urgency=medium
* New upstream release (Closes: #973380, #970176)
- add IO cache to speed up fsck.f2fs run
- support casefolding
- support data compression
- support zns zone-capacity
- enhance fsck.f2fs for zoned device
- enhance f2fs_io tool
* NMU acknowledge (for 1.11.0-1.2), thanks to Paul Gevers
* Dropped shared library packages since upstream is not capable of
maintaining a stable ABI
-- Theodore Y. Ts'o <tytso@mit.edu> Wed, 30 Dec 2020 22:25:08 -0500
f2fs-tools (1.13.0-1) unstable; urgency=medium
* New upstream release (Closes: #970941)
- enable VERITY by default on Android
- introduce some preen mode in fsck.f2fs
- add f2fs_io tool
- add casefolding support
- "lots of bug fixes"
* Fix FTBFS caused by dh_makeshlibs 12.3 trying to add an shlibs line
for f2fs-tools-udeb (Closes: #952318)
* Add missing licenses in debian/copyright file
* Don't package sg_write_buffer since it's just a copy of the program
with the same name from sg3-utils, and so this results in a potential
conflict.
-- Theodore Y. Ts'o <tytso@mit.edu> Tue, 10 Mar 2020 14:37:51 -0400
f2fs-tools (1.12.0-1) unstable; urgency=medium
* Acknowledge NMU, thanks to Gregor Herrmann
* New upstream release (Closes: #896909)
- add android default configuration
- fix resgid/resuid
- add more sanity checks
- fix corrupted quota in clean umount
- add superblock checksum
* Update for new shared library versions: libf2fs6 and libf2fs-format5
* Update the debhelper compatibility level to 12
* Transition to dbgsym packages
* Updated Standards compliance to 4.4.0
-- Theodore Y. Ts'o <tytso@mit.edu> Tue, 23 Jul 2019 12:18:55 -0400
f2fs-tools (1.11.0-1.2) unstable; urgency=medium
* Non-maintainer upload.
* Fix FTBFS caused by dh_makeshlibs 12.3 trying to add an shlibs line
for f2fs-tools-udeb (Closes: #952318)
-- Paul Gevers <elbrus@debian.org> Mon, 21 Dec 2020 21:03:55 +0100
f2fs-tools (1.11.0-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix "missing Breaks+Replaces: libf2fs-dev (<< 1.11)":
add them in debian/control, thanks Andreas Beckmann.
(Closes: #907975)
-- gregor herrmann <gregoa@debian.org> Sat, 01 Dec 2018 11:43:32 +0100
f2fs-tools (1.11.0-1) unstable; urgency=medium
* New upstream release. (Closes: #904286)
- add sg_write_buffer for UFS firmware update in Android
- wanted_sector_size to specify sector size explicitly
- support fsverity feature bit
- support lost+found feature
* Install the library link files in /usr/lib where they belong
* Replace the libf2fs0 package with libf2fs5 and libf2fs-format4
* Fixed missing libblkid dependency in the shared library
* Updated Standards compliance to 4.2.0
* Added Theodore Ts'o as an uploader for the package
-- Theodore Y. Ts'o <tytso@mit.edu> Fri, 24 Aug 2018 03:32:49 -0400
f2fs-tools (1.10.0-1) unstable; urgency=medium
* Acknowledge NMU, thanks to Adam Borowski!
* New upstream release.
- fsck.f2fs now supports "-y". (Closes: #883026)
* Update Standards version to 4.1.3.
- Change all priority: extra packages to be priority: optional.
-- Vincent Cheng <vcheng@debian.org> Wed, 28 Feb 2018 02:51:41 -0800
f2fs-tools (1.7.0-1.1) unstable; urgency=medium
* NMU with permission.
* Make an udeb. (Closes: #848551)
-- Adam Borowski <kilobyte@angband.pl> Sat, 24 Dec 2016 22:54:41 +0100
f2fs-tools (1.7.0-1) unstable; urgency=medium
* New upstream release.
- Add new build-dep on libselinux1-dev.
* Use triggers instead of manually calling update-initramfs on postinst.
* Update Standards version to 3.9.8.
-- Vincent Cheng <vcheng@debian.org> Thu, 01 Sep 2016 23:47:51 -0700
f2fs-tools (1.6.1-1) unstable; urgency=medium
* New upstream release.
- Fix segfault when executing "fsck.f2fs -a". (Closes: #813806)
* Update Standards version to 3.9.7.
-- Vincent Cheng <vcheng@debian.org> Sun, 03 Apr 2016 22:05:14 -0700
f2fs-tools (1.6.0-2) unstable; urgency=medium
* Add multiarch support for libf2fs-dev and libf2fs0.
-- Vincent Cheng <vcheng@debian.org> Mon, 28 Dec 2015 21:58:51 -0800
f2fs-tools (1.6.0-1) unstable; urgency=medium
* New upstream release. (Closes: #807411)
- mkfs/Makefile.am: add a section to build libf2fs_fmt (Closes: #793863)
- Add new binary packages for the above change: libf2fs0, libf2fs-dev.
Based off of Kai-Chung Yan's patch, thanks!
- Add appropriate Breaks/Replaces clauses to ensure smooth upgrades.
* Add postinst to update the initramfs on install/upgrade. (Closes: #804241)
* Update watch file.
-- Vincent Cheng <vcheng@debian.org> Mon, 21 Dec 2015 22:41:40 -0800
f2fs-tools (1.4.1-1) unstable; urgency=medium
* New upstream release.
- Drop patch fix-big-endian-ftbfs.patch, applied upstream.
* Add watch file.
-- Vincent Cheng <vcheng@debian.org> Wed, 29 Apr 2015 01:29:28 -0700
f2fs-tools (1.4.0-2) unstable; urgency=medium
* Fix FTBFS on big-endian archs. (Closes: #762411)
* Update Standards version to 3.9.6.
-- Vincent Cheng <vcheng@debian.org> Wed, 24 Sep 2014 00:39:16 -0700
f2fs-tools (1.4.0-1) unstable; urgency=medium
* New upstream release.
- Add auto_fix feature. (Closes: #757538)
* Restrict arch to linux-any.
-- Vincent Cheng <vcheng@debian.org> Sat, 20 Sep 2014 11:06:09 -0700
f2fs-tools (1.3.0-1) unstable; urgency=medium
* New upstream release.
-- Vincent Cheng <vcheng@debian.org> Sun, 20 Apr 2014 01:55:55 -0700
f2fs-tools (1.2.0-1) unstable; urgency=medium
* Adopt package. (Closes: #723596)
* New upstream release. (LP: #1261173)
* Add build-dep on dh-autoreconf and pkg-config.
* Install manpage for mkfs.f2fs(8).
* Update Standards version to 3.9.5.
* Add Vcs-* fields in debian/control.
-- Vincent Cheng <vcheng@debian.org> Wed, 22 Jan 2014 04:21:31 -0800
f2fs-tools (1.1.0-3) unstable; urgency=low
* Do not set compression level to -9 as it uses too much memory.
-- Luk Claes <luk@debian.org> Tue, 07 May 2013 18:51:21 +0200
f2fs-tools (1.1.0-2) unstable; urgency=low
* Taking over with maintainer's consent.
* Update Homepage (Closes: #702139).
-- Luk Claes <luk@debian.org> Tue, 26 Mar 2013 07:49:02 +0100
f2fs-tools (1.1.0-1) unstable; urgency=low
* Merging upstream version 1.1.0 (Closes: #691360).
* Adding uuid-dev to build-depends.
-- Daniel Baumann <daniel.baumann@progress-technologies.net> Mon, 10 Dec 2012 12:04:59 +0100
f2fs-tools (1.0.0-1) unstable; urgency=low
* Initial release.
-- Daniel Baumann <daniel.baumann@progress-technologies.net> Sun, 07 Oct 2012 05:30:50 +0200
|