Your message dated Sun, 04 Nov 2018 19:17:00 +0000
with message-id <[email protected]>
and subject line done
has caused the Debian Bug report #908961,
regarding cargo: debian/rules overrides DEB_BUILD_PROFILES
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 [email protected]
immediately.)
--
908961: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908961
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: cargo
Version: 0.29.0-1
debian/rules sets DEB_BUILD_PROFILES. The variable is not meant to be
changed during build. Changing it can lead to inconsistency between
tools run by debian/rules and tools run outside debian/rules, but it
also overrides a user configuration. Please use a different variable for
skipping tests for certain architectures.
Note that you don't have to check for the nocheck profile. Checking the
nocheck option is sufficient, because the spec requires that nocheck is
added to DEB_BUILD_OPTIONS whenever it is present in DEB_BUILD_PROFILES.
Simply setting DEB_BUILD_PROFILES=nocheck without setting
DEB_BUILD_OPTIONS is a build profile specification violation.
Helmut
--- End Message ---
--- Begin Message ---
Version: 0.31.0-1
Fixed by simplifying the build scripts
--
GPG: ed25519/56034877E1F87C35
GPG: rsa4096/1318EFAC5FBBDBCE
https://github.com/infinity0/pubkeys.git
--- End Message ---