Your message dated Thu, 11 Jul 2024 19:00:11 +0000 with message-id <E1sRz1X-003kMe-6t@fasolo.debian.org> and subject line Bug#1076153: fixed in dh-rust 0.0.1 has caused the Debian Bug report #1076153, regarding ITP: dh-rust -- debhelper buildsystem for Rust code to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 1076153: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1076153 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: ITP: dh-rust -- debhelper buildsystem for Rust code
- From: Jonas Smedegaard <dr@jones.dk>
- Date: Thu, 11 Jul 2024 18:06:21 +0200
- Message-id: <[🔎] 172071398125.73158.3716504080866793378.reportbug@auryn.jones.dk>
Package: wnpp Severity: wishlist Owner: Jonas Smedegaard <dr@jones.dk> X-Debbugs-Cc: debian-devel@lists.debian.org, build-common team <team+build-common@tracker.debian.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 * Package name : dh-rust Version : 0.0.1 Upstream Contact: build-common team <team+build-common@tracker.debian.org> * URL : https://salsa.debian.org/build-common-team/dh-rust * License : GPL-3+ Programming Lang: Perl Description : debhelper buildsystem for Rust code dh-rust provides a debhelper buildsystem to build Rust code. . This builds and tests binaries and libraries from rust crates, the latter installed as source code below /usr/share/cargo/registry. . Feature highlights, compared to dh-cargo: * supports workspace (i.e. multi-crate project) * allows overriding CARGO_HOME * installs crate contents using "cargo package" * can use debian/Cargo.lock or Cargo.lock during build * uses crates below debian/vendorlibs when available * builds in make target dh_auto_build (not dh_auto_test) -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAmaQAvoACgkQLHwxRsGg ASEvTQ//W+YQjP71QIGyP3bgs2Sow8pSRga9BkbY7vjGNGGih9FPGFxDmG18dSV0 JcLHuksh+kjHxoDoFpufOLcNTBPf3AQG6O6VuySxt7cG9L27w1a7jxKBXvKtDAtW 7ZBEi/fySLj5PyHYyZWY2fLmhEzBMmuNcY/l1wBklktF5Jkc7mwYSaqI/3mMxeeE pa6btQuW3Mdf3SyZEc05eriNIi9A6wBTy0Yc+m7oU2QGo+2ckXy3hOcN2SjQR5OM /h3NydY+bXP8V9Sz/wJ0qhep89Mh/CvEcKeNyw1BbKCHr1e+4UQ8WzEsWSq9c1+c f8woy3KNbtt1JXpCaJcM2I+PBOIaZ0HupV4IzQYevbpSawgnLY5AsGruJgAHiERj GVdBrykEj2YHfhw6clqJVTxx2sVYifLgOu5RiM4dGsBwMf0DpuqWXh3HeXnS6Z81 2xj0PTA5t38bQsqLW0JU1IOvzR4m/40SDMpTWo3FjWpc263QmjFMRXSVaUha8qQs fV9WhL0jTjvNbrUxRM7jKaPyioGXk+RjXQtCJwAG5moJxDVVQD65oQy6Z0q+yZqF xq9HLaqrC6At2rTyUxCVK5IDavMYXAL+IB7rkJ6ahG7ThDh8cPuSC5+0Ss2f65tB QtAqmxKPvjr0uLUeMQAvMLWagKKVP39gmtLL7o5LH8OFhZ2DDIM= =oOzs -----END PGP SIGNATURE-----
--- End Message ---
--- Begin Message ---
- To: 1076153-close@bugs.debian.org
- Subject: Bug#1076153: fixed in dh-rust 0.0.1
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Thu, 11 Jul 2024 19:00:11 +0000
- Message-id: <E1sRz1X-003kMe-6t@fasolo.debian.org>
- Reply-to: Jonas Smedegaard <dr@jones.dk>
Source: dh-rust Source-Version: 0.0.1 Done: Jonas Smedegaard <dr@jones.dk> We believe that the bug you reported is fixed in the latest version of dh-rust, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 1076153@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Jonas Smedegaard <dr@jones.dk> (supplier of updated dh-rust package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 11 Jul 2024 18:18:16 +0200 Source: dh-rust Binary: dh-rust Architecture: source all Version: 0.0.1 Distribution: unstable Urgency: medium Maintainer: build-common team <team+build-common@tracker.debian.org> Changed-By: Jonas Smedegaard <dr@jones.dk> Description: dh-rust - debhelper buildsystem for Rust code Closes: 1076153 Changes: dh-rust (0.0.1) unstable; urgency=medium . * initial release, derived from dh-cargo v31 and cargo 0.66.0+ds2-1; closes: bug#1076153 * resolve crate name and version from Cargo.toml * support debhelper options --sourcedirectory --builddirectory * support debhelper option --no-package * validate package names against Cargo.toml entries * generate cargo-checksum during install * support --remap-path-prefix option sets in RUSTFLAGS * pass cargo --remap-path-prefix option sets in RUSTFLAGS * support workspace (i.e. multi-crate project) * bugfix: support documented shorter CARGO_HOME path * support cargo option --path * allow overriding CARGO_HOME * support DEB_BUILD_OPTIONS=terse * use "cargo package" to install crate contents * feat: warn when cargo wrapper bails due to mismatching CARGO_HOME * modernize: add suffix .toml to config file, supported since cargo 1.39 * omit installing COPYING* LICENSE* Cargo.toml.orig debian/patches * use debian/Cargo.lock or Cargo.lock (in that order) during build if Cargo.lock exists * use crates below debian/vendorlibs when available * tighten compile flags and support DEB_BUILD_OPTIONS=noopt * use dh_auto_build (not confusingly only dh_auto_test) * relicense as GPL-3+ * explicitly declare used Dh_Lib functions * use JSON::PP function decode_json (not OO interface) * use Dh_Lib function qx_cmd (not bareword nor two-argument open) Checksums-Sha1: 16d08b695abb6f1c1cca911e4e4324d5d974e80e 1674 dh-rust_0.0.1.dsc 02d882d249a07a5bebd18a3969ec9d5499d4308c 14832 dh-rust_0.0.1.tar.xz b4481a76647fedde2fa33c3e3c68ffda31005c7e 15244 dh-rust_0.0.1_all.deb 3d86e3c001d39a889bc0a75682655f315871a17d 5702 dh-rust_0.0.1_amd64.buildinfo Checksums-Sha256: 25dc4b45a3946d8d2632bac2049363f64d153da2d1310cdffd3618231d10562a 1674 dh-rust_0.0.1.dsc eefc2b5e5de85736892b5d6881ff300e56a2af13d05672ffe79bdfa0322ea576 14832 dh-rust_0.0.1.tar.xz 9f4b4c0a97a5f5b97e64b4f6a86810a8dda2c50978298fee1478a11a8bab5cf2 15244 dh-rust_0.0.1_all.deb cd30188de97f9a818c3a82677fd9fa0d7afb2b5fef535dc071fac5bcbbcbe5f7 5702 dh-rust_0.0.1_amd64.buildinfo Files: 913ef6dee51c137bd2b300a8853f0ca3 1674 devel optional dh-rust_0.0.1.dsc 12ada254e4883df1da33e39d6f24583f 14832 devel optional dh-rust_0.0.1.tar.xz fc28350e6598298a757cf48a27d91bf6 15244 devel optional dh-rust_0.0.1_all.deb 7eef88aceccb154041da3c53e484cf0e 5702 devel optional dh-rust_0.0.1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAmaQBhsACgkQLHwxRsGg ASEafg/+Os/pj5TuvCH92Mw0ezb713TUNzeDr6svzPwvBdiJXdxrbRNcYYvXLjgU bfzkUWKfPgUQEWeQFVTsFV9FkyzGmMfZ9fMqDUVeNZWqHWTMTdarttzxYHKN6Uqc 0bIs0Zjga7Bj8CZLa2utPcionXGGnd3PsTs6mi9egsLKl9FOO4jHTXfW66R5opKi 0Kx3qeikMun1vF0WgyLJhNT6zpYUfVRDzXdym3f5VQ/vJ2cdwWKhkOWwCJoadoxJ flZRIV21dMa0rGUz5YM9UYc5C9cLwf7XtgVq1XQiLuyXPX+KaGzxGfc7OCQpyOdx 85I6SVXJc/0mj635JV+JmB+V3xJ3K4MoYMfopWs+GmyB8CQNS8Ph4ZZUytgk+6Ff l81FE6/3A1iF2MJSlxsyL/wlkitarSr++k71H2T8dFe8d+3QlK5YSexExiqsT+uO Wb5swRUZ1pjtLxfTWkqU8f++hbPzMAHxpj+GEG5IIOXHJMdI9mhi9RFTmhrUAX82 pytjY6JVQJ2A5tsepHDZPOrvaKTl4jInVGDbqyxG5k5xXVugBa9+d+Jm/NOpOFQt BA0KMwcAiFUKu0DU0sayAeLrlKT+Gzpq8h8TwUvSXGRQdOAaFnOUYQF7VkNTF6ao /sWk7QQR62LVCmPC9D3LVZOQl9LR1hS8dzMGnfMqLmbSQBvjF+E= =xfk6 -----END PGP SIGNATURE-----Attachment: pgp4qBsGIAOUD.pgp
Description: PGP signature
--- End Message ---