]> git.proxmox.com Git - cargo.git/blob - debian/changelog
cargo wrapper script: don't require RUSTFLAGS, use --path to install
[cargo.git] / debian / changelog
1 cargo (0.31.0-3) UNRELEASED; urgency=medium
2
3 * Tweak the cargo wrapper script to be more robust.
4
5 -- Ximin Luo <infinity0@debian.org> Fri, 09 Nov 2018 02:43:06 -0800
6
7 cargo (0.31.0-2) unstable; urgency=medium
8
9 * Fix test failure on some architectures due to hash ordering.
10 * Bump libgit2 dependency version constraint. (Closes: #899038)
11
12 -- Ximin Luo <infinity0@debian.org> Sun, 04 Nov 2018 11:32:26 -0800
13
14 cargo (0.31.0-1) unstable; urgency=medium
15
16 * Don't run tests when doing arch-indep build.
17 * Fix package include/exclude tests.
18
19 -- Ximin Luo <infinity0@debian.org> Sun, 04 Nov 2018 10:10:24 -0800
20
21 cargo (0.31.0-1~exp1) experimental; urgency=medium
22
23 * New upstream release.
24 * Simplify build scripts and add a Debian wrapper for cargo.
25
26 -- Ximin Luo <infinity0@debian.org> Sun, 04 Nov 2018 03:50:33 -0800
27
28 cargo (0.30.0-1) unstable; urgency=medium
29
30 * Upload to unstable.
31
32 -- Vasudev Kamath <vasudev@copyninja.info> Sun, 21 Oct 2018 11:59:11 +0530
33
34 cargo (0.30.0-1~exp1) experimental; urgency=medium
35
36 [ upstream ]
37 * Cargo can silently fix some bad lockfiles You can use --locked to
38 disable this behaviour.
39 * cargo-install will now allow you to cross compile an install using
40 --target.
41 * Added the cargo-fix subcommand to automatically move project code from
42 2015 edition to 2018.
43
44 [ Vasudev Kamath ]
45 * Refresh patch 2004 for new release.
46 * Add openssl crates fuzz,test doc and apps file to unsuspicious list.
47 * debian/patches:
48 + Drop patch 0774e97da3894f07ed5b6f7db175027a9bc4718b.patch for adding
49 cross compile support. Its merged upstream.
50 + Refresh patch 2001 to newer version of libgit2-sys.
51 + Refresh patch 2003 to newer version of libssh2-sys.
52 + Drop patch 1001 which is merged upstream.
53 + Refresh patch 2005 and 2007 to remove fuzz.
54 + Refresh patch 2002 with newer release.
55 * debian/control:
56 + Mark package compliance with Debian policy 4.2.1.
57 * Update copyright information for new release.
58 * debian/rules:
59 + Use DEB_BUILD_OPTIONS to disable tests on powerpc and powerpcspe
60 architecture.
61 Closes: bug#908961, Thanks to Helmut Grohne.
62
63 -- Vasudev Kamath <vasudev@copyninja.info> Sun, 07 Oct 2018 10:39:49 +0530
64
65 cargo (0.29.0-1) unstable; urgency=medium
66
67 * Merge changes of 0.28.0-2, which was missed in first release of 0.29.0
68 * Upload to unstable.
69 * Refresh patch for `install --target` feature for release 0.29.0
70
71 -- Vasudev Kamath <vasudev@copyninja.info> Mon, 13 Aug 2018 20:37:13 +0530
72
73 cargo (0.29.0-1~exp1) experimental; urgency=medium
74 [ upstream ]
75 * Cargo will now no longer allow you to publish crates with build
76 scripts that modify the src directory. The src directory in a crate
77 should be considered to be immutable.
78
79 [ Vasudev Kamath ]
80 * Update unsuspicious text for new release 0.29.0
81 * Change pattern for embedded zlib
82 * debian/patches:
83 + Refresh patches 2001, 2002, 2003, 2004 to work with new release and
84 new vendor files.
85 + Add patch 1001 to fix deprecated warnings on usage of "casues" from
86 failure crate,
87 * Update copyright information for new release.
88 * Make package compliant with policy 4.2.0.
89
90 -- Vasudev Kamath <vasudev@copyninja.info> Sun, 12 Aug 2018 22:25:42 +0530
91
92 cargo (0.28.0-2) unstable; urgency=medium
93
94 * Re-add `install --target` functionality, needed by dh-cargo.
95
96 -- Ximin Luo <infinity0@debian.org> Sun, 12 Aug 2018 00:15:23 -0700
97
98 cargo (0.28.0-1) unstable; urgency=medium
99
100 * Upload to unstable
101
102 -- Vasudev Kamath <vasudev@copyninja.info> Tue, 07 Aug 2018 22:14:46 +0530
103
104 cargo (0.28.0-1~exp3) experimental; urgency=medium
105
106 * Disable incremental compilation tests on sparc64 architecture.
107 Closes: bug#905623, Thanks to John Paul Adrian Glaubitz.
108
109 -- Vasudev Kamath <vasudev@copyninja.info> Tue, 07 Aug 2018 22:01:31 +0530
110
111 cargo (0.28.0-1~exp2) experimental; urgency=medium
112
113 * Add patch 2005 to disable fetch_platform_specific_dependencies unit
114 tests. Upstream issue #5864.
115
116 -- Vasudev Kamath <vasudev@copyninja.info> Sun, 05 Aug 2018 17:17:00 +0530
117
118 cargo (0.28.0-1~exp1) experimental; urgency=medium
119
120 [ upstream ]
121 * cargo-metadata now includes authors, categories, keywords, readme, and
122 repository fields.
123 * cargo-metadata now includes a package's metadata table.
124 * Added the --target-dir optional argument. This allows you to specify a
125 different directory than target for placing compilation artifacts.
126 * Cargo will be adding automatic target inference for binaries,
127 benchmarks, examples, and tests in the Rust 2018 edition. If your
128 project specifies specific targets e.g. using [[bin]] and have other
129 binaries in locations where cargo would infer a binary, Cargo will
130 produce a warning. You can disable this feature ahead of time by
131 setting any of the following autobins, autobenches, autoexamples,
132 autotests to false.
133 * Cargo will now cache compiler information. This can be disabled by
134 setting CARGO_CACHE_RUSTC_INFO=0 in your environment.
135
136 [ Sylvestre Ledru ]
137 * Update of the alioth ML address.
138
139 [ Vasudev Kamath ]
140 * Update README.source to mention preferred way of upload.
141 * Update unsuspicious files for new release.
142 * debian/patches:
143 + Refresh patch 2007 for new release.
144 + Refresh patch 2001 for new version of libgit2-sys
145 + Drop patch 2008 as its merged upstream.
146 + Add patch 2003 for forcing use of libssh2 from system, which was now
147 controlled by environment variable.
148 * debian/copyright:
149 + Update copyright information for new release.
150 * Mark package compliance with Debian Policy 4.1.5.
151
152 -- Vasudev Kamath <vasudev@copyninja.info> Sun, 29 Jul 2018 22:07:36 +0530
153
154 cargo (0.27.0-2) unstable; urgency=medium
155
156 * Support cross-compile install (upstream PR #5614).
157
158 -- Ximin Luo <infinity0@debian.org> Wed, 06 Jun 2018 22:35:30 -0700
159
160 cargo (0.27.0-1) unstable; urgency=medium
161
162 * Upload to unstable.
163
164 -- Vasudev Kamath <vasudev@copyninja.info> Sun, 03 Jun 2018 20:42:13 +0530
165
166 cargo (0.27.0-1~exp1) experimental; urgency=medium
167
168 [ upstream ]
169 * Cargo will now output path to custom commands when -v is passed with
170 --list.
171 * Cargo binary version is now same as the Rust version.
172 * Cargo.lock files are now included in published crates.
173
174 [ Vasudev Kamath ]
175 * Update patch 2004 for the new release.
176 * Add files from clap and vec_map to unsuspicious list.
177 * debian/patches:
178 + Update path to libgit2-sys in patch 2001.
179 + Adjust file name and paths to test files to be patched in patch
180 2002.
181 + Drop all unused imports and comment out functions not just drop
182 #[test] in patch 2002.
183 + Drop patch 1001 as its now part of new cargo release.
184 + Refresh patch 2007.
185 * debian/copyright:
186 + Update copyright information for new vendored crates.
187
188 -- Vasudev Kamath <vasudev@copyninja.info> Sat, 02 Jun 2018 15:10:38 +0530
189
190 cargo (0.26.0-1) unstable; urgency=medium
191
192 * Upload to unstable.
193
194 -- Vasudev Kamath <vasudev@copyninja.info> Tue, 01 May 2018 13:02:05 +0530
195
196 cargo (0.26.0-1~exp1) experimental; urgency=medium
197
198 [upstream]
199 * cargo new now defaults to create binary crate instead of library
200 crate.
201 * cargo new will no longer name crates with name starting with rust- or
202 ending with -rs.
203 * cargo doc is faster as it uses cargo check instead of full rebuild.
204
205 [Vasudev Kamath]
206 * Refresh the patch 2004 against newer Cargo.toml
207 * Mark package compliance with Debian Policy 4.1.4
208 * debian/patches:
209 + Drop patch 2003 and 2005, the doc should be built from source using
210 mdbook.
211 + Drop patch 2006, the wasm32 related test seems to be dropped
212 upstream.
213 + Drop patch 1002, merged upstream.
214 + Add tests/generate_lock_file.rs to patch 2002 to disable
215 no_index_update test, this tries to access network.
216 + Refresh patch 1001 with new upstream release.
217 * debian/rules: disable execution of src/ci/dox.sh, this script is no
218 longer present in new release.
219 * debian/copyright:
220 + Add copyright for humantime crate.
221 + Add copyright for lazycell crate.
222 + Add copyright for quick-error crate
223 + Add copyright for proc-macro2 crate.
224
225 -- Vasudev Kamath <vasudev@copyninja.info> Sat, 21 Apr 2018 20:59:39 +0530
226
227 cargo (0.25.0-3) unstable; urgency=medium
228
229 [ Ximin Luo ]
230 * Update Vcs-* fields to salsa
231
232 [ Vasudev Kamath ]
233 * Add patch to prevent incremental builds on sparc64.
234 Closes: bug#895300, Thanks to John Paul Adrian Glaubitz.
235
236 -- Vasudev Kamath <vasudev@copyninja.info> Sun, 15 Apr 2018 12:28:29 +0530
237
238 cargo (0.25.0-2) unstable; urgency=medium
239
240 [ Ximin Luo ]
241 * Depend on rustc 1.24 or later.
242 * Backport a patch to not require dev-dependencies when not needed.
243
244 -- Vasudev Kamath <vasudev@copyninja.info> Thu, 22 Mar 2018 20:08:17 +0530
245
246 cargo (0.25.0-1) unstable; urgency=medium
247
248 * Upload to unstable.
249
250 -- Vasudev Kamath <vasudev@copyninja.info> Fri, 09 Mar 2018 21:09:38 +0530
251
252 cargo (0.25.0-1~exp2) experimental; urgency=medium
253
254 * Disable test running on powerpc and powerpcspe for now. Will be
255 enabled once issue in test suites are fixed.
256 Request from John Paul Adrian Glaubitz in IRC.
257
258 -- Vasudev Kamath <vasudev@copyninja.info> Sun, 25 Feb 2018 10:27:23 +0530
259
260 cargo (0.25.0-1~exp1) experimental; urgency=medium
261
262 [upstream]
263 * Added a workspace.default-members config that overrides implied --all
264 in virtual workspaces.
265 * Enable incremental by default on development builds.
266
267 [ Vasudev Kamath ]
268 * debian/vendor-tarball-filter.txt: Filter out git test data from
269 libgit2-sys crate.
270 * debian/vendor-tarball-unsusupiciousAudit unsuspicious files for 0.25.0
271 release.
272 * debian/make_orig_multi.sh: Make sure we take filter and unsuspiciaus
273 texts from debian folder.
274 * debian/patches:
275 + Drop patch 0001 it is merged upstream.
276 + Fix the typo in description of patch 2006.
277 * Drop source/lintian-override. README under patches directory is no
278 longer considered as a patch file by lintian.
279 * debian/copyright:
280 + Drop unused vendor crates copyright information.
281 + Add new crates copyright information to copyright.
282
283 -- Vasudev Kamath <vasudev@copyninja.info> Sat, 24 Feb 2018 14:43:48 +0530
284
285 cargo (0.24.0-1) unstable; urgency=medium
286
287 * Upload to unstable.
288
289 -- Ximin Luo <infinity0@debian.org> Sat, 27 Jan 2018 10:41:06 +0100
290
291 cargo (0.24.0-1~exp1) experimental; urgency=medium
292
293 [upstream]
294 * Supports uninstallation of multiple crates.
295 * `cargo check` unit testing.
296 * Install a specific version using `cargo install --version`
297
298 [ Vasudev Kamath ]
299 * Update vendor-tarball-unsuspicious.txt vendor-tarball-filter.txt for
300 new upstream release.
301 * debian/control:
302 + Mark package compliance with Debian Policy 4.1.3.
303 * debian/patches:
304 + Update patch 2001 to work with libgit2-sys-0.6.19.
305 + Update 1002 patch to drop url crate specific hunk as its merged
306 upstream.
307 + Add patch 0001 to fix bad_git_dependency test failure.
308 * debian/copyright:
309 + Add new vendor crates to copyright.
310 + Track rustfmt.toml in top level copyright section.
311 * Add lintian-override for ignoring README from
312 patch-file-present-but-not-mentioned-in-series tag.
313
314 -- Vasudev Kamath <vasudev@copyninja.info> Thu, 25 Jan 2018 14:57:43 +0530
315
316 cargo (0.23.0-1) unstable; urgency=medium
317
318 * Upload to unstable.
319 * Mark package as compliant with Debian Policy 4.1.2.
320 No change required to source.
321
322 -- Vasudev Kamath <vasudev@copyninja.info> Sun, 10 Dec 2017 15:33:55 +0530
323
324 cargo (0.23.0-1~exp1) experimental; urgency=medium
325
326 * [upstream]
327 + Cargo will now build multi file examples in subdirectories of the
328 examples folder that have a main.rs file.
329 + Changed [root] to [package] in Cargo.lock. Old format packages will
330 continue to work and can be updated using cargo update.
331 + Supports vendoring git repositories.
332 * Refresh patch 2004 for new release.
333 * Audit logo.svg file from termion crate.
334 * debian/patches:
335 + Drop patch 1001, its merged upstream.
336 + Refresh patch 2002 with new upstream changes.
337 + Refresh patch 2001 with newer libgit2-sys changes.
338 + Add patch 2005 to prevent executing non-existing mdbook command
339 during build.
340 + Move part of typo fix for url crate to patch 1001 to 1002. url crate
341 is not updated in new cargo release.
342 * debian/copyright:
343 + Remove copyright for gcc crate.
344 + Add copyright information for cc, commoncrypto, crypto-hash,
345 redox_syscall. redox_termios and termion crate.
346 + Add CONTRIBUTING.md to top Files section.
347 + Drop magnet-sys from copyright.
348
349
350 -- Vasudev Kamath <vasudev@copyninja.info> Tue, 05 Dec 2017 22:03:49 +0530
351
352 cargo (0.22.0-1~exp1) experimental; urgency=medium
353
354 * New upstream release.
355 + Can now install multiple crates with cargo install.
356 + cargo commands inside a virtual workspace will now implicitly pass
357 --all.
358 + Added [patch] section to Cargo.toml to handle prepublication
359 dependencies RFC 1969.
360 + include and exclude fields in Cargo.toml now accept gitignore like
361 patterns.
362 + Added --all-target option.
363 + Using required dependencies as a feature is now deprecated and emits
364 a warning.
365 * Put upstream PR url for patch 1001.
366 * Add conv crate file to unsuspicious files.
367 * debian/patches:
368 + Refresh patches 1001, 2002 and 2004 with new upstream release.
369 + Fix typo in cargo search command and related tests.
370 * debian/control:
371 + Mark package compliance with Debian Policy 4.1.1.
372 + Mark priority for package as optional from extra. Priority extra is
373 deprecated from Debian Policy 4.0.1.
374 * debian/copyright:
375 + Add newly added vendor copyright information.
376
377 -- Vasudev Kamath <vasudev@copyninja.info> Sun, 29 Oct 2017 19:50:42 +0530
378
379 cargo (0.21.1-2) unstable; urgency=medium
380
381 * Upload to unstable.
382
383 -- Ximin Luo <infinity0@debian.org> Wed, 25 Oct 2017 23:30:46 +0200
384
385 cargo (0.21.1-1) experimental; urgency=medium
386
387 * debian/control:
388 + Add myself as uploader for cargo package.
389 + Mark package compliance with Debian Policy 4.1.0.
390 * Mark tables.rs from unicode-normalization as unsuspicious.
391 * Ignore sublime workspace file from hex crate.
392 * debian/copyright:
393 + Drop wildcards representing the old crates under vendor folder.
394 + Add copyright information for newer crates under vendor
395 + Add ARCHITECTURE.* to copyright.
396 * debian/patches:
397 + Rename patches to follow patch naming guidelines mentioned in
398 debian/patches/README.
399 + Add patch 1001 to fix spelling errors in cargo output messages.
400 + Make patch 2003 DEP-3 compliant.
401 + Adjust make_orig_multi.sh to renamed clean-cargo-deps.patch
402
403 -- Vasudev Kamath <vasudev@copyninja.info> Sat, 23 Sep 2017 10:41:07 +0530
404
405 cargo (0.20.0-2) unstable; urgency=medium
406
407 * Work around #865549, fixes FTBFS on ppc64el.
408
409 -- Ximin Luo <infinity0@debian.org> Thu, 14 Sep 2017 15:47:55 +0200
410
411 cargo (0.20.0-1) unstable; urgency=medium
412
413 * New upstream release.
414 * Fix cross-compiling declarations, Multi-Arch: foreign => allowed
415 * Un-embed libgit2 0.25.1 again. (Closes: #860990)
416 * Update to latest Standards-Version; no changes required.
417
418 -- Ximin Luo <infinity0@debian.org> Thu, 24 Aug 2017 19:13:00 +0200
419
420 cargo (0.17.0-2) unstable; urgency=medium
421
422 * Re-embed libgit2 0.25.1 due to the Debian testing freeze. It will be
423 removed again after the freeze is over, when libgit2 0.25.1 can again
424 enter Debian unstable.
425
426 -- Ximin Luo <infinity0@debian.org> Wed, 03 May 2017 16:56:03 +0200
427
428 cargo (0.17.0-1) unstable; urgency=medium
429
430 * Upload to unstable so we have something to build rustc 1.17.0 with.
431
432 -- Ximin Luo <infinity0@debian.org> Wed, 03 May 2017 11:24:08 +0200
433
434 cargo (0.17.0-1~exp3) experimental; urgency=medium
435
436 * Add git to Build-Depends to fix FTBFS.
437 * Mention cross-compiling in the previous changelog entry.
438
439 -- Ximin Luo <infinity0@debian.org> Tue, 02 May 2017 13:18:53 +0200
440
441 cargo (0.17.0-1~exp2) experimental; urgency=medium
442
443 * Bring in some changes from Ubuntu.
444 - Rename deps/ to vendor/ as that's what upstream uses, and update
445 other files with the new paths too.
446 - Remove cargo-vendor-unpack since we no longer need to postprocess
447 cargo-vendor output in that way.
448 * Document that bootstrap.py probably doesn't work now.
449 * Include /usr/share/rustc/architecture.mk in d/rules instead of duplicating
450 awkward arch-dependent Makefile snippets.
451 * Don't embed libgit2, add a versioned B-D to libgit2-dev.
452 * Add support for cross-compiling bootstrap.
453
454 -- Ximin Luo <infinity0@debian.org> Mon, 01 May 2017 20:49:45 +0200
455
456 cargo (0.17.0-1~exp1) experimental; urgency=medium
457
458 * New upstream release. (Closes: #851089, #859312)
459
460 -- Ximin Luo <infinity0@debian.org> Thu, 20 Apr 2017 03:16:04 +0200
461
462 cargo (0.15.0~dev-1) unstable; urgency=medium
463
464 * New upstream snapshot (git 1877f59d6b2cb057f7ef6c6b34b926fd96a683c1)
465 - Compatible with OpenSSL 1.1.0 (Closes: #828259)
466 * rules: use new link-arg options (Closes: #834980, #837433)
467 - Requires rustc >= 1.13
468
469 -- Luca Bruno <lucab@debian.org> Fri, 25 Nov 2016 23:30:03 +0000
470
471 cargo (0.11.0-2) unstable; urgency=high
472
473 * debian/rules: fix RUSTFLAGS quoting (Closes: #834980)
474
475 -- Luca Bruno <lucab@debian.org> Sun, 21 Aug 2016 18:21:21 +0000
476
477 cargo (0.11.0-1) unstable; urgency=medium
478
479 [ Daniele Tricoli ]
480 * New upstream release. (Closes: #826938)
481 - Update deps tarball.
482 - Refresh patches.
483 - Drop clean-win-crates.patch since time crate is not a dependency
484 anymore.
485 - Drop deps-url-fix-toml.patch since merged upstream.
486
487 [ Luca Bruno ]
488 * Install subcommand manpages too
489 * Move to a bootstrapped (stage1) build by default
490
491 -- Luca Bruno <lucab@debian.org> Mon, 15 Aug 2016 13:59:04 +0000
492
493 cargo (0.9.0-1) unstable; urgency=medium
494
495 * New upstream version
496 + Fix deprecation errors (Closes: #822178, #823652)
497 + Updated deps tarball
498 + Refreshed patches
499
500 -- Luca Bruno <lucab@debian.org> Sat, 07 May 2016 17:56:28 +0200
501
502 cargo (0.8.0-2) unstable; urgency=low
503
504 * Prefer libcurl4-gnutls-dev for building (Closes: #819831)
505
506 -- Luca Bruno <lucab@debian.org> Tue, 05 Apr 2016 22:23:44 +0200
507
508 cargo (0.8.0-1) unstable; urgency=medium
509
510 * New upstream version 0.8.0
511 + Updated deps tarball
512 + Refreshed patches
513 * cargo: removed unused lintian overrides
514
515 -- Luca Bruno <lucab@debian.org> Sat, 05 Mar 2016 22:39:06 +0100
516
517 cargo (0.7.0-2) unstable; urgency=medium
518
519 * Bump standards version
520 * cargo:
521 + add a new stage2 profile
522 + preserve original Cargo.lock for clean
523 + clean environment to allow multiple builds
524 * cargo-doc:
525 + update docbase paths after package split
526 + do not reference remote jquery
527 + do not build under nodoc profile
528 * control: update build-deps for build-profiles
529
530 -- Luca Bruno <lucab@debian.org> Thu, 03 Mar 2016 22:18:32 +0100
531
532 cargo (0.7.0-1) unstable; urgency=medium
533
534 * New upstream version 0.7.0
535 + Updated deps tarball and repack filter
536 + Refreshed patches
537 * Fixes to debian packaging
538 + Updated deps repack script
539 + index packing: use the same TAR format as cargo
540 + rules: ask cargo to build verbosely
541 * Update README.source to match current packaging
542
543 -- Luca Bruno <lucab@debian.org> Sun, 14 Feb 2016 16:12:55 +0100
544
545 cargo (0.6.0-2) unstable; urgency=medium
546
547 * Introduce a cargo-doc package
548 * Fails to build when wget is installed. Force curl
549 (Closes: #809298)
550 * Add the missing VCS- fields
551
552 -- Sylvestre Ledru <sylvestre@debian.org> Tue, 26 Jan 2016 13:01:16 +0100
553
554 cargo (0.6.0-1) unstable; urgency=medium
555
556 * New upstream version 0.6.0
557 + Updated deps tarball
558 + Not shipping a registry index anymore
559 * Refreshed bootstrap.py script
560 + Skip optional dependencies in stage0
561 * Added some crude pack/unpack helpers
562 * copyright: cleaned up unused entries
563 * rules: major update for new 0.6.0 bootstrap
564
565 -- Luca Bruno <lucab@debian.org> Fri, 04 Dec 2015 00:42:55 +0100
566
567 cargo (0.3.0-2) unstable; urgency=medium
568
569 * Fix install target, removing arch-specific path
570
571 -- Luca Bruno <lucab@debian.org> Sat, 14 Nov 2015 19:46:57 +0100
572
573 cargo (0.3.0-1) unstable; urgency=medium
574
575 * Team upload.
576 * First upload to unstable.
577 * Update gbp.conf according to git repo structure.
578 * patches: downgrade missing_docs lints to simple warnings
579 to avoid build failures on newer rustc.
580
581 -- Luca Bruno <lucab@debian.org> Sat, 14 Nov 2015 17:29:15 +0100
582
583 cargo (0.3.0-0~exp1) experimental; urgency=low
584
585 * Team upload.
586 * Initial Debian release. (Closes: #786432)
587
588 -- Luca Bruno <lucab@debian.org> Tue, 11 Aug 2015 20:15:54 +0200