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