dh-cargo (31) unstable; urgency=medium * Team upload. [ Alexander Kjäll ] * Generate Static-Built-Using substvar. (Closes: #1053096) -- James McCoy Fri, 22 Dec 2023 21:09:29 -0500 dh-cargo (30) unstable; urgency=medium * wrap-and-sort -ast * Add Provides: dh-sequence-cargo * Avoid stripping Cargo.toml.orig (Closes: #1023413) * Declare Rules-Requires-Root: no * Clarify package description, clearing using-first-person-in-description * d/copyright: correct Source URL to point explicitly to salsa * d/copyright: update dates, include other contributors * Add myself to uploaders -- Daniel Kahn Gillmor Sat, 26 Nov 2022 09:45:44 +0700 dh-cargo (29) unstable; urgency=medium [ Rob Shearman ] * dh-cargo-built-using: avoid varying package order if LC_ALL is set [ Sylvestre Ledru ] * Update standards version to 4.6.1, no changes needed. -- Sylvestre Ledru Thu, 24 Nov 2022 14:12:27 +0100 dh-cargo (28) unstable; urgency=medium * Support packages with ruzt-* prefix to help with debcargo testing. -- Ximin Luo Sun, 07 Nov 2021 12:59:57 +0000 dh-cargo (27) unstable; urgency=medium * Minor tweak to help with debcargo testing; no behavioural changes. -- Ximin Luo Fri, 05 Nov 2021 20:45:58 +0000 dh-cargo (26) unstable; urgency=medium * Move the touch step at the pre_building step to make sure it is also updating the changelog (Closes: #993216) [ Debian Janitor ] * Bump debhelper dependency to >= 10, since that's what is used in debian/compat. * Bump debhelper from old 10 to 13. * Set debhelper-compat version in Build-Depends. -- Sylvestre Ledru Sun, 29 Aug 2021 11:07:21 +0200 dh-cargo (25) unstable; urgency=medium * Team upload * Touch all the old files to address an auto reject from ftpmasters * Replace doit() by perl function usage (Thanks to Niels Thykier) * Use (correct) debhelper features for locating directories (Thanks to Niels Thykier) * Update of the Standards-Version to 4.5.1 [ Debian Janitor ] * Remove constraints unnecessary since stretch: + Build-Depends: Drop versioned constraint on debhelper. + dh-cargo: Drop versioned constraint on debhelper in Depends. -- Sylvestre Ledru Sun, 22 Aug 2021 21:46:33 +0200 dh-cargo (24) unstable; urgency=medium * Install pre-release versions in the right place so autopkgtest finds them. * Add some brief documentation for cargo.pm -- Ximin Luo Mon, 20 Apr 2020 21:30:03 +0100 dh-cargo (23) unstable; urgency=medium * cargo-auto-test: ignore some false positive test failures * Drop support for dh_auto_test --destdir, it doesn't meet our requirements. Instead, offer DESTDIR as an alternative. -- Ximin Luo Tue, 07 Jan 2020 21:33:41 +0000 dh-cargo (22) unstable; urgency=medium * Drop DEB_CARGO_PACKAGE in favour of DESTDIR. (Closes: #946616) -- Ximin Luo Mon, 06 Jan 2020 21:37:09 +0000 dh-cargo (21) unstable; urgency=medium * Use source versions (without rebuild +bX suffixes) in Built-Using. (Closes: #939016) -- Ximin Luo Thu, 05 Sep 2019 00:43:33 -0700 dh-cargo (20) unstable; urgency=medium * Remove Cargo.lock since this prevents us from upgrading stuff. * Add the version of rustc to *Built-Using d/control fields. -- Ximin Luo Thu, 15 Aug 2019 18:17:00 -0700 dh-cargo (19) unstable; urgency=medium * Team upload [ Gianfranco Costamagna ] * Apply fix from Ximin Luo to use SOURCE_DATE_EPOCH for the touch command, to avoid breaking reproducible builds [ Dimitri John Ledkov ] * Touch .cargo_vcs_info.json to update timestamp, as otherwise the file has unix creation time of 0 which is rejected by the archive in the .deb.s (Closes: #932172) -- Sylvestre Ledru Tue, 16 Jul 2019 10:39:05 +0200 dh-cargo (18) unstable; urgency=medium * Add cargo-auto-test to prepare for running autopkgtests. -- Ximin Luo Sun, 17 Mar 2019 21:09:30 -0700 dh-cargo (17) unstable; urgency=medium * Use --link-from-system from the newer debian-cargo-wrapper. -- Ximin Luo Thu, 24 Jan 2019 01:28:43 -0800 dh-cargo (16) unstable; urgency=medium * Make detection of rust_libs in dh-cargo-built-using work again. -- Ximin Luo Mon, 21 Jan 2019 00:05:53 -0800 dh-cargo (15) unstable; urgency=medium * Use source package names in *Built-Using. -- Ximin Luo Sun, 20 Jan 2019 17:40:12 -0800 dh-cargo (14) unstable; urgency=medium * Use absolute path when dpkg-searching for libs. -- Ximin Luo Tue, 18 Dec 2018 17:57:24 -0800 dh-cargo (13) unstable; urgency=medium * Make debian/cargo_registry behaviour more robust. * Make dh-cargo-built-using behaviour more robust. -- Ximin Luo Sun, 02 Dec 2018 09:29:06 -0800 dh-cargo (12) unstable; urgency=medium * Fix typo that broke installation of binary crates. -- Ximin Luo Thu, 29 Nov 2018 21:58:26 -0800 dh-cargo (11) unstable; urgency=medium * Reimplement in terms of /usr/share/cargo/bin/cargo wrapper script. * dh-cargo-built-using: fix bug with crates that build >1 static lib. -- Ximin Luo Thu, 29 Nov 2018 19:04:39 -0800 dh-cargo (10) unstable; urgency=medium * Fix usage of "sub install", it takes an extra destdir param. -- Ximin Luo Wed, 12 Sep 2018 22:47:25 -0700 dh-cargo (9) unstable; urgency=medium * Set remap-path-prefix for reproducible builds. * Support adding extra flags to dh_auto_test / dh_auto_install. -- Ximin Luo Wed, 12 Sep 2018 22:37:52 -0700 dh-cargo (8) unstable; urgency=medium * Generate ${cargo:Built-Using} and ${cargo:X-Cargo-Built-Using} substvars. -- Ximin Luo Tue, 14 Aug 2018 02:17:08 -0700 dh-cargo (7) unstable; urgency=medium * Be more verbose, as recommended by Policy. * Update to latest Standards-Version. * Set CARGO_TARGET_DIR so build products are saved. * If there was a custom build output, symlink it to cargo_out_dir. -- Ximin Luo Sat, 04 Aug 2018 12:59:35 -0700 dh-cargo (6) unstable; urgency=medium * Don't add .pc directories to binary package, but do add debian/patches. (Closes: #880689) -- Ximin Luo Sat, 30 Jun 2018 17:16:36 -0700 dh-cargo (5) unstable; urgency=medium * Pass `--cap-lints warn` in rustflags to avoid builds breaking when rustc adds new warnings. * Work around a stupid ftpmaster rule about files with old dates. -- Ximin Luo Mon, 18 Jun 2018 00:58:48 -0700 dh-cargo (4) unstable; urgency=medium * Pass cargo-version not Debian-version to `cargo install`. * Pass debuginfo=2 and LDFLAGS when building. * Add other flags to support cross-compiling. -- Ximin Luo Fri, 08 Jun 2018 00:18:42 -0700 dh-cargo (3) unstable; urgency=medium * Update to latest Standards-Version; no changes required. * Run `cargo build` during dh_auto_test to check that each library package actually builds, e.g. to ensure that any non-rust system dependencies were correctly expressed. -- Ximin Luo Mon, 26 Mar 2018 23:20:40 +0200 dh-cargo (2) unstable; urgency=medium [ Josh Triplett ] * Update package description with additional documentation. [ Ximin Luo ] * Upload to unstable. -- Ximin Luo Sat, 10 Jun 2017 22:33:08 +0200 dh-cargo (1) experimental; urgency=medium * Initial Release. -- Josh Triplett Mon, 21 Nov 2016 06:24:51 -0800