]> git.sesse.net Git - bcachefs-tools-debian/blob - debian/changelog
939c7eb3d84b7b89ed46b2327bd7241c56038a5f
[bcachefs-tools-debian] / debian / changelog
1 bcachefs-tools (1:1.6.3-0.1) UNRELEASED; urgency=medium
2
3   * Non-maintainer upload.
4   * New upstream release.
5     * Remove the do-not-install-mount-symlink patch.
6     * Add epoch to deal with new upstream versioning scheme. (Closes: #1054620)
7     * revert-bindgen-changes.patch: New patch, reinstates upstream
8       hack that makes bcachefs-tools work with bindgen older than 0.69.4
9       (which isn't in Debian yet).
10   * Build-depend on systemd-dev, since udev.pc has moved there.
11   * Enable Rust parts, including mount.bcachefs. (Closes: #1060256)
12     * Include the right .mk flags to get DEB_HOST_RUST_TYPE etc., and
13       export that (needed for Debian's cargo wrapper).
14     * Override CARGO, and set CARGO_HOME during installation.
15     * Run prepare-debian in dh_auto_configure, and clean up the vendor dir
16       in dh_auto_clean.
17     * Remove Cargo.lock before the build, so that we can use Debian's versions
18       of all Rust crates. Also remove it in dh_auto_clean, so that it does not
19       take a diff.
20     * revert-bindgen-changes.patch: New patch, loosen required versions
21       of Rust crates
22       - errno (0.2 -> >= 0.2, < 1; Debian has 0.4)
23       - udev (0.7 -> >= 0.7, < 1; Debian has 0.8)
24       - memoffset (0.8.0 -> 0.6; Debian has 0.6.5, so a downgrade)
25       - paste (1.0.11 -> 1.0; Debian has 1.0.8, so a downgrade)
26       - bindgen (0.69.4 -> 0.66; see revert-bindgen-changes.patch above)
27     * Add build-dependency on all relevant Rust crates, and on python3:native
28       due to use of the Cargo wrapper.
29   * Build-Depend on pkgconf instead of pkg-config (Lintian warning).
30   * Add debhelper tokens to postinst and postrm scripts (Lintian warning).
31   * Depend on python3:any due to bcachefsck_all being a Python script
32     (Lintian warning).
33
34  -- Steinar H. Gunderson <sesse@debian.org>  Wed, 21 Feb 2024 19:32:51 +0100
35
36 bcachefs-tools (24+really1.3.4-2) unstable; urgency=medium
37
38   * Upload to unstable 
39
40  -- Jonathan Carter <jcc@debian.org>  Wed, 03 Jan 2024 17:06:16 +0200
41
42 bcachefs-tools (24+really1.3.4-2~exp1) experimental; urgency=medium
43
44   [ Chris Hofstaedtler ]
45   * Non-maintainer upload.
46   * Install files into /usr instead of /. (Closes: #1059373)
47
48   [ Jonathan Carter ]
49   * Do not install bcachefs.mount symlink (Closes: #1057295) 
50
51  -- Jonathan Carter <jcc@debian.org>  Wed, 27 Dec 2023 19:22:06 +0200
52
53 bcachefs-tools (24+really1.3.4-1) unstable; urgency=medium
54
55   * New upstream release
56
57  -- Jonathan Carter <jcc@debian.org>  Tue, 21 Nov 2023 17:26:13 +0200
58
59 bcachefs-tools (24+really1.2-1) unstable; urgency=medium
60
61   * New upstream release (Closes: #1054613)
62   * Disable new rust build
63     (dependencies currently unavailable in Debian, see debian/README.todo)
64   * Remove unneeded override_dh_auto_clean from debian/rules
65     (Closes: #1043654)
66
67  -- Jonathan Carter <jcc@debian.org>  Thu, 28 Sep 2023 19:54:47 +0200
68
69 bcachefs-tools (24-1) unstable; urgency=medium
70
71   * New upstream release 
72
73  -- Jonathan Carter <jcc@debian.org>  Tue, 29 Nov 2022 09:40:27 +0200
74
75 bcachefs-tools (23-1) unstable; urgency=medium
76
77   * New upstream release
78   * Update standards version to 4.6.1
79
80  -- Jonathan Carter <jcc@debian.org>  Mon, 31 Oct 2022 11:45:25 +0200
81
82 bcachefs-tools (0.1+git20220216.a1e928a-1) unstable; urgency=medium
83
84   * New upstream snapshot
85   * Grab patch from Ubuntu to reduce memory on amd64 builders
86     (http://launchpadlibrarian.net/580140160/bcachefs-tools_0.1+git20210805.6c42566-2_0.1+git20210805.6c42566-2ubuntu1.diff.gz)
87   * Update copyright years
88
89  -- Jonathan Carter <jcc@debian.org>  Wed, 16 Feb 2022 14:42:20 +0200
90
91 bcachefs-tools (0.1+git20210805.6c42566-2) unstable; urgency=medium
92
93   * Remove valgrind as build-dependency, seems unneeded unless
94     doing debug work and is not available on all architectures.
95
96  -- Jonathan Carter <jcc@debian.org>  Fri, 03 Sep 2021 16:07:11 +0200
97
98 bcachefs-tools (0.1+git20210805.6c42566-1) unstable; urgency=medium
99
100   * New upstream snapshot
101   * Update standards version to 4.6.0
102   * Add python3-docutils as dependency
103   * Do not run tests at package build time
104
105  -- Jonathan Carter <jcc@debian.org>  Tue, 06 Apr 2021 15:11:27 +0200
106
107 bcachefs-tools (0.1+git20201025.742dbbdb-1) unstable; urgency=medium
108
109   * New upstream snapshot
110
111  -- Jonathan Carter <jcc@debian.org>  Mon, 26 Oct 2020 08:45:37 +0200
112
113 bcachefs-tools (0.1+git20201017.8a4408-1~exp1) unstable; urgency=medium
114
115   * New upstream release
116   * Bump debhelper-compat to 13
117   * Update standards version to 4.5.0
118   * Declare Rules-Requires-Root: no
119   * debian/copyright:
120     - Update copyright years
121     - Update copyright owners
122     - Add intel and ccan copyright
123   * Add build-dep on libudev-dev, python3-pytest  and valgrind
124
125  -- Jonathan Carter <jcc@debian.org>  Sun, 18 Oct 2020 17:29:27 +0200
126
127 bcachefs-tools (0.1+git20190829.aa2a42b-1~exp1) experimental; urgency=medium
128
129   * Initial Release (Closes: #935178)
130
131  -- Jonathan Carter <jcc@debian.org>  Mon, 16 Sep 2019 10:36:04 +0000