]> git.proxmox.com Git - cargo.git/blame - debian/changelog
Just commenting out tests won't work drop all unused imports
[cargo.git] / debian / changelog
CommitLineData
5487ef60
VK
1cargo (0.26.0-1) unstable; urgency=medium
2
3 * Upload to unstable.
4
5 -- Vasudev Kamath <vasudev@copyninja.info> Tue, 01 May 2018 13:02:05 +0530
6
74b04797 7cargo (0.26.0-1~exp1) experimental; urgency=medium
0300559d
VK
8
9 [upstream]
10 * cargo new now defaults to create binary crate instead of library
11 crate.
12 * cargo new will no longer name crates with name starting with rust- or
13 ending with -rs.
14 * cargo doc is faster as it uses cargo check instead of full rebuild.
15
16 [Vasudev Kamath]
17 * Refresh the patch 2004 against newer Cargo.toml
18 * Mark package compliance with Debian Policy 4.1.4
19 * debian/patches:
20 + Drop patch 2003 and 2005, the doc should be built from source using
21 mdbook.
22 + Drop patch 2006, the wasm32 related test seems to be dropped
23 upstream.
24 + Drop patch 1002, merged upstream.
25 + Add tests/generate_lock_file.rs to patch 2002 to disable
26 no_index_update test, this tries to access network.
27 + Refresh patch 1001 with new upstream release.
28 * debian/rules: disable execution of src/ci/dox.sh, this script is no
29 longer present in new release.
74b04797
VK
30 * debian/copyright:
31 + Add copyright for humantime crate.
32 + Add copyright for lazycell crate.
33 + Add copyright for quick-error crate
34 + Add copyright for proc-macro2 crate.
0300559d 35
74b04797 36 -- Vasudev Kamath <vasudev@copyninja.info> Sat, 21 Apr 2018 20:59:39 +0530
0300559d 37
b370fef5
VK
38cargo (0.25.0-3) unstable; urgency=medium
39
40 [ Ximin Luo ]
41 * Update Vcs-* fields to salsa
42
43 [ Vasudev Kamath ]
44 * Add patch to prevent incremental builds on sparc64.
45 Closes: bug#895300, Thanks to John Paul Adrian Glaubitz.
46
47 -- Vasudev Kamath <vasudev@copyninja.info> Sun, 15 Apr 2018 12:28:29 +0530
48
f055697a 49cargo (0.25.0-2) unstable; urgency=medium
b830f45d 50
f055697a 51 [ Ximin Luo ]
b830f45d 52 * Depend on rustc 1.24 or later.
4dff956b 53 * Backport a patch to not require dev-dependencies when not needed.
b830f45d 54
f055697a 55 -- Vasudev Kamath <vasudev@copyninja.info> Thu, 22 Mar 2018 20:08:17 +0530
b830f45d 56
db399ba6
VK
57cargo (0.25.0-1) unstable; urgency=medium
58
59 * Upload to unstable.
60
61 -- Vasudev Kamath <vasudev@copyninja.info> Fri, 09 Mar 2018 21:09:38 +0530
62
b015d7ac
VK
63cargo (0.25.0-1~exp2) experimental; urgency=medium
64
65 * Disable test running on powerpc and powerpcspe for now. Will be
66 enabled once issue in test suites are fixed.
67 Request from John Paul Adrian Glaubitz in IRC.
68
69 -- Vasudev Kamath <vasudev@copyninja.info> Sun, 25 Feb 2018 10:27:23 +0530
70
799ff779
VK
71cargo (0.25.0-1~exp1) experimental; urgency=medium
72
73 [upstream]
74 * Added a workspace.default-members config that overrides implied --all
75 in virtual workspaces.
76 * Enable incremental by default on development builds.
77
78 [ Vasudev Kamath ]
79 * debian/vendor-tarball-filter.txt: Filter out git test data from
80 libgit2-sys crate.
81 * debian/vendor-tarball-unsusupiciousAudit unsuspicious files for 0.25.0
82 release.
83 * debian/make_orig_multi.sh: Make sure we take filter and unsuspiciaus
84 texts from debian folder.
85 * debian/patches:
86 + Drop patch 0001 it is merged upstream.
87 + Fix the typo in description of patch 2006.
88 * Drop source/lintian-override. README under patches directory is no
89 longer considered as a patch file by lintian.
90 * debian/copyright:
91 + Drop unused vendor crates copyright information.
92 + Add new crates copyright information to copyright.
93
94 -- Vasudev Kamath <vasudev@copyninja.info> Sat, 24 Feb 2018 14:43:48 +0530
95
4e6096dd
XL
96cargo (0.24.0-1) unstable; urgency=medium
97
98 * Upload to unstable.
99
100 -- Ximin Luo <infinity0@debian.org> Sat, 27 Jan 2018 10:41:06 +0100
101
19c81dad 102cargo (0.24.0-1~exp1) experimental; urgency=medium
a6f39b56
VK
103
104 [upstream]
105 * Supports uninstallation of multiple crates.
106 * `cargo check` unit testing.
107 * Install a specific version using `cargo install --version`
108
109 [ Vasudev Kamath ]
110 * Update vendor-tarball-unsuspicious.txt vendor-tarball-filter.txt for
111 new upstream release.
112 * debian/control:
113 + Mark package compliance with Debian Policy 4.1.3.
114 * debian/patches:
115 + Update patch 2001 to work with libgit2-sys-0.6.19.
116 + Update 1002 patch to drop url crate specific hunk as its merged
117 upstream.
19c81dad
VK
118 + Add patch 0001 to fix bad_git_dependency test failure.
119 * debian/copyright:
120 + Add new vendor crates to copyright.
121 + Track rustfmt.toml in top level copyright section.
122 * Add lintian-override for ignoring README from
123 patch-file-present-but-not-mentioned-in-series tag.
a6f39b56 124
19c81dad 125 -- Vasudev Kamath <vasudev@copyninja.info> Thu, 25 Jan 2018 14:57:43 +0530
a6f39b56 126
a77c8e4e
VK
127cargo (0.23.0-1) unstable; urgency=medium
128
129 * Upload to unstable.
130 * Mark package as compliant with Debian Policy 4.1.2.
131 No change required to source.
132
133 -- Vasudev Kamath <vasudev@copyninja.info> Sun, 10 Dec 2017 15:33:55 +0530
134
a90efa49 135cargo (0.23.0-1~exp1) experimental; urgency=medium
e7f6ac97
VK
136
137 * [upstream]
138 + Cargo will now build multi file examples in subdirectories of the
139 examples folder that have a main.rs file.
140 + Changed [root] to [package] in Cargo.lock. Old format packages will
141 continue to work and can be updated using cargo update.
142 + Supports vendoring git repositories.
143 * Refresh patch 2004 for new release.
144 * Audit logo.svg file from termion crate.
145 * debian/patches:
146 + Drop patch 1001, its merged upstream.
147 + Refresh patch 2002 with new upstream changes.
148 + Refresh patch 2001 with newer libgit2-sys changes.
149 + Add patch 2005 to prevent executing non-existing mdbook command
150 during build.
a90efa49
VK
151 + Move part of typo fix for url crate to patch 1001 to 1002. url crate
152 is not updated in new cargo release.
153 * debian/copyright:
154 + Remove copyright for gcc crate.
155 + Add copyright information for cc, commoncrypto, crypto-hash,
156 redox_syscall. redox_termios and termion crate.
157 + Add CONTRIBUTING.md to top Files section.
158 + Drop magnet-sys from copyright.
e7f6ac97 159
a90efa49
VK
160
161 -- Vasudev Kamath <vasudev@copyninja.info> Tue, 05 Dec 2017 22:03:49 +0530
e7f6ac97 162
d865bf5e 163cargo (0.22.0-1~exp1) experimental; urgency=medium
4e6a0c6e
VK
164
165 * New upstream release.
166 + Can now install multiple crates with cargo install.
167 + cargo commands inside a virtual workspace will now implicitly pass
168 --all.
169 + Added [patch] section to Cargo.toml to handle prepublication
170 dependencies RFC 1969.
171 + include and exclude fields in Cargo.toml now accept gitignore like
172 patterns.
173 + Added --all-target option.
174 + Using required dependencies as a feature is now deprecated and emits
175 a warning.
176 * Put upstream PR url for patch 1001.
177 * Add conv crate file to unsuspicious files.
d865bf5e
VK
178 * debian/patches:
179 + Refresh patches 1001, 2002 and 2004 with new upstream release.
180 + Fix typo in cargo search command and related tests.
181 * debian/control:
182 + Mark package compliance with Debian Policy 4.1.1.
183 + Mark priority for package as optional from extra. Priority extra is
184 deprecated from Debian Policy 4.0.1.
185 * debian/copyright:
186 + Add newly added vendor copyright information.
4e6a0c6e 187
d865bf5e 188 -- Vasudev Kamath <vasudev@copyninja.info> Sun, 29 Oct 2017 19:50:42 +0530
4e6a0c6e 189
281bb905
XL
190cargo (0.21.1-2) unstable; urgency=medium
191
192 * Upload to unstable.
193
194 -- Ximin Luo <infinity0@debian.org> Wed, 25 Oct 2017 23:30:46 +0200
195
162952ad 196cargo (0.21.1-1) experimental; urgency=medium
210a98d1 197
162952ad
VK
198 * debian/control:
199 + Add myself as uploader for cargo package.
200 + Mark package compliance with Debian Policy 4.1.0.
ca204d38
VK
201 * Mark tables.rs from unicode-normalization as unsuspicious.
202 * Ignore sublime workspace file from hex crate.
162952ad
VK
203 * debian/copyright:
204 + Drop wildcards representing the old crates under vendor folder.
205 + Add copyright information for newer crates under vendor
206 + Add ARCHITECTURE.* to copyright.
207 * debian/patches:
208 + Rename patches to follow patch naming guidelines mentioned in
209 debian/patches/README.
210 + Add patch 1001 to fix spelling errors in cargo output messages.
211 + Make patch 2003 DEP-3 compliant.
212 + Adjust make_orig_multi.sh to renamed clean-cargo-deps.patch
213
214 -- Vasudev Kamath <vasudev@copyninja.info> Sat, 23 Sep 2017 10:41:07 +0530
210a98d1 215
e3b01afe 216cargo (0.20.0-2) unstable; urgency=medium
59f3388f
XL
217
218 * Work around #865549, fixes FTBFS on ppc64el.
219
e3b01afe 220 -- Ximin Luo <infinity0@debian.org> Thu, 14 Sep 2017 15:47:55 +0200
59f3388f 221
4f80a055 222cargo (0.20.0-1) unstable; urgency=medium
db8a81b0 223
be6975af 224 * New upstream release.
db8a81b0 225 * Fix cross-compiling declarations, Multi-Arch: foreign => allowed
f63405b8 226 * Un-embed libgit2 0.25.1 again. (Closes: #860990)
00414805 227 * Update to latest Standards-Version; no changes required.
db8a81b0 228
4f80a055 229 -- Ximin Luo <infinity0@debian.org> Thu, 24 Aug 2017 19:13:00 +0200
db8a81b0 230
e3353af3 231cargo (0.17.0-2) unstable; urgency=medium
46b4025d
XL
232
233 * Re-embed libgit2 0.25.1 due to the Debian testing freeze. It will be
234 removed again after the freeze is over, when libgit2 0.25.1 can again
235 enter Debian unstable.
236
e3353af3 237 -- Ximin Luo <infinity0@debian.org> Wed, 03 May 2017 16:56:03 +0200
46b4025d 238
179b8082 239cargo (0.17.0-1) unstable; urgency=medium
c66b2a85
XL
240
241 * Upload to unstable so we have something to build rustc 1.17.0 with.
242
179b8082 243 -- Ximin Luo <infinity0@debian.org> Wed, 03 May 2017 11:24:08 +0200
c66b2a85 244
f25a7067 245cargo (0.17.0-1~exp3) experimental; urgency=medium
953ed6cf
XL
246
247 * Add git to Build-Depends to fix FTBFS.
248 * Mention cross-compiling in the previous changelog entry.
249
f25a7067 250 -- Ximin Luo <infinity0@debian.org> Tue, 02 May 2017 13:18:53 +0200
953ed6cf 251
3958d095 252cargo (0.17.0-1~exp2) experimental; urgency=medium
eadc1aeb
XL
253
254 * Bring in some changes from Ubuntu.
255 - Rename deps/ to vendor/ as that's what upstream uses, and update
256 other files with the new paths too.
257 - Remove cargo-vendor-unpack since we no longer need to postprocess
258 cargo-vendor output in that way.
259 * Document that bootstrap.py probably doesn't work now.
260 * Include /usr/share/rustc/architecture.mk in d/rules instead of duplicating
261 awkward arch-dependent Makefile snippets.
262 * Don't embed libgit2, add a versioned B-D to libgit2-dev.
953ed6cf 263 * Add support for cross-compiling bootstrap.
eadc1aeb 264
3958d095 265 -- Ximin Luo <infinity0@debian.org> Mon, 01 May 2017 20:49:45 +0200
eadc1aeb 266
a6f1e595 267cargo (0.17.0-1~exp1) experimental; urgency=medium
9fbd877d 268
221c95b4 269 * New upstream release. (Closes: #851089, #859312)
9fbd877d 270
a6f1e595 271 -- Ximin Luo <infinity0@debian.org> Thu, 20 Apr 2017 03:16:04 +0200
9fbd877d 272
44dbf4c1 273cargo (0.15.0~dev-1) unstable; urgency=medium
4e245a75
LB
274
275 * New upstream snapshot (git 1877f59d6b2cb057f7ef6c6b34b926fd96a683c1)
7f9c5c2a
LB
276 - Compatible with OpenSSL 1.1.0 (Closes: #828259)
277 * rules: use new link-arg options (Closes: #834980, #837433)
278 - Requires rustc >= 1.13
4e245a75
LB
279
280 -- Luca Bruno <lucab@debian.org> Fri, 25 Nov 2016 23:30:03 +0000
281
3ebdfbdd
LB
282cargo (0.11.0-2) unstable; urgency=high
283
284 * debian/rules: fix RUSTFLAGS quoting (Closes: #834980)
285
286 -- Luca Bruno <lucab@debian.org> Sun, 21 Aug 2016 18:21:21 +0000
287
57c49533 288cargo (0.11.0-1) unstable; urgency=medium
e52be082 289
57c49533 290 [ Daniele Tricoli ]
e52be082
DT
291 * New upstream release. (Closes: #826938)
292 - Update deps tarball.
293 - Refresh patches.
294 - Drop clean-win-crates.patch since time crate is not a dependency
295 anymore.
296 - Drop deps-url-fix-toml.patch since merged upstream.
297
57c49533
LB
298 [ Luca Bruno ]
299 * Install subcommand manpages too
300 * Move to a bootstrapped (stage1) build by default
301
302 -- Luca Bruno <lucab@debian.org> Mon, 15 Aug 2016 13:59:04 +0000
e52be082 303
1e2e4658
LB
304cargo (0.9.0-1) unstable; urgency=medium
305
306 * New upstream version
307 + Fix deprecation errors (Closes: #822178, #823652)
308 + Updated deps tarball
309 + Refreshed patches
310
311 -- Luca Bruno <lucab@debian.org> Sat, 07 May 2016 17:56:28 +0200
312
9ca33727
LB
313cargo (0.8.0-2) unstable; urgency=low
314
315 * Prefer libcurl4-gnutls-dev for building (Closes: #819831)
316
317 -- Luca Bruno <lucab@debian.org> Tue, 05 Apr 2016 22:23:44 +0200
318
c60e69d6 319cargo (0.8.0-1) unstable; urgency=medium
19f86774
LB
320
321 * New upstream version 0.8.0
c60e69d6 322 + Updated deps tarball
19f86774 323 + Refreshed patches
c60e69d6 324 * cargo: removed unused lintian overrides
19f86774
LB
325
326 -- Luca Bruno <lucab@debian.org> Sat, 05 Mar 2016 22:39:06 +0100
327
e696030b
LB
328cargo (0.7.0-2) unstable; urgency=medium
329
330 * Bump standards version
331 * cargo:
332 + add a new stage2 profile
333 + preserve original Cargo.lock for clean
334 + clean environment to allow multiple builds
335 * cargo-doc:
336 + update docbase paths after package split
337 + do not reference remote jquery
338 + do not build under nodoc profile
339 * control: update build-deps for build-profiles
340
341 -- Luca Bruno <lucab@debian.org> Thu, 03 Mar 2016 22:18:32 +0100
342
9c4a036c
LB
343cargo (0.7.0-1) unstable; urgency=medium
344
345 * New upstream version 0.7.0
346 + Updated deps tarball and repack filter
347 + Refreshed patches
348 * Fixes to debian packaging
349 + Updated deps repack script
350 + index packing: use the same TAR format as cargo
351 + rules: ask cargo to build verbosely
352 * Update README.source to match current packaging
353
354 -- Luca Bruno <lucab@debian.org> Sun, 14 Feb 2016 16:12:55 +0100
355
27e61970
SL
356cargo (0.6.0-2) unstable; urgency=medium
357
1931a4c8 358 * Introduce a cargo-doc package
27e61970
SL
359 * Fails to build when wget is installed. Force curl
360 (Closes: #809298)
5f4c6518 361 * Add the missing VCS- fields
27e61970 362
9e837afd 363 -- Sylvestre Ledru <sylvestre@debian.org> Tue, 26 Jan 2016 13:01:16 +0100
27e61970 364
314f27ff
LB
365cargo (0.6.0-1) unstable; urgency=medium
366
367 * New upstream version 0.6.0
368 + Updated deps tarball
369 + Not shipping a registry index anymore
370 * Refreshed bootstrap.py script
371 + Skip optional dependencies in stage0
372 * Added some crude pack/unpack helpers
373 * copyright: cleaned up unused entries
374 * rules: major update for new 0.6.0 bootstrap
375
376 -- Luca Bruno <lucab@debian.org> Fri, 04 Dec 2015 00:42:55 +0100
377
891286eb
LB
378cargo (0.3.0-2) unstable; urgency=medium
379
380 * Fix install target, removing arch-specific path
381
382 -- Luca Bruno <lucab@debian.org> Sat, 14 Nov 2015 19:46:57 +0100
383
374e28e5
LB
384cargo (0.3.0-1) unstable; urgency=medium
385
386 * Team upload.
387 * First upload to unstable.
388 * Update gbp.conf according to git repo structure.
389 * patches: downgrade missing_docs lints to simple warnings
390 to avoid build failures on newer rustc.
391
392 -- Luca Bruno <lucab@debian.org> Sat, 14 Nov 2015 17:29:15 +0100
393
d61f8f73
LB
394cargo (0.3.0-0~exp1) experimental; urgency=low
395
396 * Team upload.
397 * Initial Debian release. (Closes: #786432)
398
399 -- Luca Bruno <lucab@debian.org> Tue, 11 Aug 2015 20:15:54 +0200