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
|
bcachefs-tools (1:1.25.2-1) unstable; urgency=medium
* don't pick a non power of two bucket size
* pick_bucket_size() was picking non blocksize aligned bucket sizes, which
uncovered a few bugs.
-- Kent Overstreet <kent.overstreet@linux.dev> Sat, 19 Apr 2025 00:24:19 +0300
bcachefs-tools (1:1.25.1-1) unstable; urgency=medium
* bcachefs migrate now works
* bcachefs list-journal transaction filter fixes
* bcachefs format now loads the bcachefs module, so that we can correctly
* detect the version supported by the running kernel
-- Kent Overstreet <kent.overstreet@linux.dev> Tue, 01 Apr 2025 13:06:37 -0400
bcachefs-tools (1:1.9.1-1) unstable; urgency=medium
* New upstream release
* New build-depency: librust-strum-dev
* Update copyright file
-- Jonathan Carter <jcc@debian.org> Thu, 20 Jun 2024 17:28:12 +0200
bcachefs-tools (1:1.7.0-1) unstable; urgency=medium
* Upload to unstable (Closes: #1066929)
* Bump epoch
- Ack from pochu:
https://lists.debian.org/msgid-search/1c5f86c9-1525-4d44-996f-3d4eed1e64d6@debian.org
-- Jonathan Carter <jcc@debian.org> Wed, 15 May 2024 12:04:38 +0200
bcachefs-tools (24+really1.7.0-1~exp1) experimental; urgency=medium
[ Steinar H. Gunderson ]
* New upstream release.
* Remove the do-not-install-mount-symlink patch.
* Add epoch to deal with new upstream versioning scheme,
and disable pristine-tar option in gbp.conf, since there is no
pristine-tar branch. (Closes: #1054620)
* revert-bindgen-changes.patch: New patch, reinstates upstream
hack that makes bcachefs-tools work with bindgen older than 0.69.4
(which isn't in Debian yet).
* Build-depend on systemd-dev, since udev.pc has moved there.
* Enable Rust parts, including mount.bcachefs. (Closes: #1060256)
* Include the right .mk flags to get DEB_HOST_RUST_TYPE etc., and
export that (needed for Debian's cargo wrapper).
* Override CARGO, and set CARGO_HOME during installation.
* Run prepare-debian in dh_auto_configure, and clean up the vendor dir
in dh_auto_clean.
* Remove Cargo.lock before the build, so that we can use Debian's versions
of all Rust crates. Also remove it in dh_auto_clean, so that it does not
take a diff.
* revert-bindgen-changes.patch: New patch, loosen required versions
of Rust crates
- errno (0.2 -> >= 0.2, < 1; Debian has 0.4)
- udev (0.7 -> >= 0.7, < 1; Debian has 0.8)
- memoffset (0.8.0 -> 0.6; Debian has 0.6.5, so a downgrade)
- paste (1.0.11 -> 1.0; Debian has 1.0.8, so a downgrade)
- bindgen (0.69.4 -> 0.66; see revert-bindgen-changes.patch above)
* Add build-dependency on all relevant Rust crates, and on python3:native
due to use of the Cargo wrapper.
* Build-Depend on pkgconf instead of pkg-config (Lintian warning).
* Add debhelper tokens to postinst and postrm scripts (Lintian warning).
* Depend on python3:any due to bcachefsck_all being a Python script
(Lintian warning).
[ Jonathan Carter ]
* Upload to experimental
* Add librust-chrono-dev, librust-getset-dev and
librust-gag-dev to build-depends
* Recreate dependencies patch to match new upstream source
* Update standards version to 4.7.0
* Update above mentioned revert-bindgen-changes.patch
-- Jonathan Carter <jcc@debian.org> Thu, 25 Apr 2024 13:53:55 +0200
bcachefs-tools (24+really1.3.4-2) unstable; urgency=medium
* Upload to unstable
-- Jonathan Carter <jcc@debian.org> Wed, 03 Jan 2024 17:06:16 +0200
bcachefs-tools (24+really1.3.4-2~exp1) experimental; urgency=medium
[ Chris Hofstaedtler ]
* Non-maintainer upload.
* Install files into /usr instead of /. (Closes: #1059373)
[ Jonathan Carter ]
* Do not install bcachefs.mount symlink (Closes: #1057295)
-- Jonathan Carter <jcc@debian.org> Wed, 27 Dec 2023 19:22:06 +0200
bcachefs-tools (24+really1.3.4-1) unstable; urgency=medium
* New upstream release
-- Jonathan Carter <jcc@debian.org> Tue, 21 Nov 2023 17:26:13 +0200
bcachefs-tools (24+really1.2-1) unstable; urgency=medium
* New upstream release (Closes: #1054613)
* Disable new rust build
(dependencies currently unavailable in Debian, see debian/README.todo)
* Remove unneeded override_dh_auto_clean from debian/rules
(Closes: #1043654)
-- Jonathan Carter <jcc@debian.org> Thu, 28 Sep 2023 19:54:47 +0200
bcachefs-tools (24-1) unstable; urgency=medium
* New upstream release
-- Jonathan Carter <jcc@debian.org> Tue, 29 Nov 2022 09:40:27 +0200
bcachefs-tools (23-1) unstable; urgency=medium
* New upstream release
* Update standards version to 4.6.1
-- Jonathan Carter <jcc@debian.org> Mon, 31 Oct 2022 11:45:25 +0200
bcachefs-tools (0.1+git20220216.a1e928a-1) unstable; urgency=medium
* New upstream snapshot
* Grab patch from Ubuntu to reduce memory on amd64 builders
(http://launchpadlibrarian.net/580140160/bcachefs-tools_0.1+git20210805.6c42566-2_0.1+git20210805.6c42566-2ubuntu1.diff.gz)
* Update copyright years
-- Jonathan Carter <jcc@debian.org> Wed, 16 Feb 2022 14:42:20 +0200
bcachefs-tools (0.1+git20210805.6c42566-2) unstable; urgency=medium
* Remove valgrind as build-dependency, seems unneeded unless
doing debug work and is not available on all architectures.
-- Jonathan Carter <jcc@debian.org> Fri, 03 Sep 2021 16:07:11 +0200
bcachefs-tools (0.1+git20210805.6c42566-1) unstable; urgency=medium
* New upstream snapshot
* Update standards version to 4.6.0
* Add python3-docutils as dependency
* Do not run tests at package build time
-- Jonathan Carter <jcc@debian.org> Tue, 06 Apr 2021 15:11:27 +0200
bcachefs-tools (0.1+git20201025.742dbbdb-1) unstable; urgency=medium
* New upstream snapshot
-- Jonathan Carter <jcc@debian.org> Mon, 26 Oct 2020 08:45:37 +0200
bcachefs-tools (0.1+git20201017.8a4408-1~exp1) unstable; urgency=medium
* New upstream release
* Bump debhelper-compat to 13
* Update standards version to 4.5.0
* Declare Rules-Requires-Root: no
* debian/copyright:
- Update copyright years
- Update copyright owners
- Add intel and ccan copyright
* Add build-dep on libudev-dev, python3-pytest and valgrind
-- Jonathan Carter <jcc@debian.org> Sun, 18 Oct 2020 17:29:27 +0200
bcachefs-tools (0.1+git20190829.aa2a42b-1~exp1) experimental; urgency=medium
* Initial Release (Closes: #935178)
-- Jonathan Carter <jcc@debian.org> Mon, 16 Sep 2019 10:36:04 +0000
|