]> git.proxmox.com Git - cargo.git/blob - debian/changelog
5a9ecaf172e40290ea6961cd3ddaca6d081bbade
[cargo.git] / debian / changelog
1 cargo (0.17.0-1~exp2) experimental; urgency=medium
2
3 * Bring in some changes from Ubuntu.
4 - Rename deps/ to vendor/ as that's what upstream uses, and update
5 other files with the new paths too.
6 - Remove cargo-vendor-unpack since we no longer need to postprocess
7 cargo-vendor output in that way.
8 * Document that bootstrap.py probably doesn't work now.
9 * Include /usr/share/rustc/architecture.mk in d/rules instead of duplicating
10 awkward arch-dependent Makefile snippets.
11 * Don't embed libgit2, add a versioned B-D to libgit2-dev.
12
13 -- Ximin Luo <infinity0@debian.org> Mon, 01 May 2017 20:49:45 +0200
14
15 cargo (0.17.0-1~exp1) experimental; urgency=medium
16
17 * New upstream release. (Closes: #851089, #859312)
18
19 -- Ximin Luo <infinity0@debian.org> Thu, 20 Apr 2017 03:16:04 +0200
20
21 cargo (0.15.0~dev-1) unstable; urgency=medium
22
23 * New upstream snapshot (git 1877f59d6b2cb057f7ef6c6b34b926fd96a683c1)
24 - Compatible with OpenSSL 1.1.0 (Closes: #828259)
25 * rules: use new link-arg options (Closes: #834980, #837433)
26 - Requires rustc >= 1.13
27
28 -- Luca Bruno <lucab@debian.org> Fri, 25 Nov 2016 23:30:03 +0000
29
30 cargo (0.11.0-2) unstable; urgency=high
31
32 * debian/rules: fix RUSTFLAGS quoting (Closes: #834980)
33
34 -- Luca Bruno <lucab@debian.org> Sun, 21 Aug 2016 18:21:21 +0000
35
36 cargo (0.11.0-1) unstable; urgency=medium
37
38 [ Daniele Tricoli ]
39 * New upstream release. (Closes: #826938)
40 - Update deps tarball.
41 - Refresh patches.
42 - Drop clean-win-crates.patch since time crate is not a dependency
43 anymore.
44 - Drop deps-url-fix-toml.patch since merged upstream.
45
46 [ Luca Bruno ]
47 * Install subcommand manpages too
48 * Move to a bootstrapped (stage1) build by default
49
50 -- Luca Bruno <lucab@debian.org> Mon, 15 Aug 2016 13:59:04 +0000
51
52 cargo (0.9.0-1) unstable; urgency=medium
53
54 * New upstream version
55 + Fix deprecation errors (Closes: #822178, #823652)
56 + Updated deps tarball
57 + Refreshed patches
58
59 -- Luca Bruno <lucab@debian.org> Sat, 07 May 2016 17:56:28 +0200
60
61 cargo (0.8.0-2) unstable; urgency=low
62
63 * Prefer libcurl4-gnutls-dev for building (Closes: #819831)
64
65 -- Luca Bruno <lucab@debian.org> Tue, 05 Apr 2016 22:23:44 +0200
66
67 cargo (0.8.0-1) unstable; urgency=medium
68
69 * New upstream version 0.8.0
70 + Updated deps tarball
71 + Refreshed patches
72 * cargo: removed unused lintian overrides
73
74 -- Luca Bruno <lucab@debian.org> Sat, 05 Mar 2016 22:39:06 +0100
75
76 cargo (0.7.0-2) unstable; urgency=medium
77
78 * Bump standards version
79 * cargo:
80 + add a new stage2 profile
81 + preserve original Cargo.lock for clean
82 + clean environment to allow multiple builds
83 * cargo-doc:
84 + update docbase paths after package split
85 + do not reference remote jquery
86 + do not build under nodoc profile
87 * control: update build-deps for build-profiles
88
89 -- Luca Bruno <lucab@debian.org> Thu, 03 Mar 2016 22:18:32 +0100
90
91 cargo (0.7.0-1) unstable; urgency=medium
92
93 * New upstream version 0.7.0
94 + Updated deps tarball and repack filter
95 + Refreshed patches
96 * Fixes to debian packaging
97 + Updated deps repack script
98 + index packing: use the same TAR format as cargo
99 + rules: ask cargo to build verbosely
100 * Update README.source to match current packaging
101
102 -- Luca Bruno <lucab@debian.org> Sun, 14 Feb 2016 16:12:55 +0100
103
104 cargo (0.6.0-2) unstable; urgency=medium
105
106 * Introduce a cargo-doc package
107 * Fails to build when wget is installed. Force curl
108 (Closes: #809298)
109 * Add the missing VCS- fields
110
111 -- Sylvestre Ledru <sylvestre@debian.org> Tue, 26 Jan 2016 13:01:16 +0100
112
113 cargo (0.6.0-1) unstable; urgency=medium
114
115 * New upstream version 0.6.0
116 + Updated deps tarball
117 + Not shipping a registry index anymore
118 * Refreshed bootstrap.py script
119 + Skip optional dependencies in stage0
120 * Added some crude pack/unpack helpers
121 * copyright: cleaned up unused entries
122 * rules: major update for new 0.6.0 bootstrap
123
124 -- Luca Bruno <lucab@debian.org> Fri, 04 Dec 2015 00:42:55 +0100
125
126 cargo (0.3.0-2) unstable; urgency=medium
127
128 * Fix install target, removing arch-specific path
129
130 -- Luca Bruno <lucab@debian.org> Sat, 14 Nov 2015 19:46:57 +0100
131
132 cargo (0.3.0-1) unstable; urgency=medium
133
134 * Team upload.
135 * First upload to unstable.
136 * Update gbp.conf according to git repo structure.
137 * patches: downgrade missing_docs lints to simple warnings
138 to avoid build failures on newer rustc.
139
140 -- Luca Bruno <lucab@debian.org> Sat, 14 Nov 2015 17:29:15 +0100
141
142 cargo (0.3.0-0~exp1) experimental; urgency=low
143
144 * Team upload.
145 * Initial Debian release. (Closes: #786432)
146
147 -- Luca Bruno <lucab@debian.org> Tue, 11 Aug 2015 20:15:54 +0200