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