Package: rust-debcargo / 2.7.8-4

Metadata

Package Version Patches format
rust-debcargo 2.7.8-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
relax git2.patch | (download)

Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
0001 control default to no Multi Arch value for bin packa.patch | (download)

src/debian/control.rs | 10 6 + 4 - 0 !
src/debian/control/tests.rs | 6 3 + 3 - 0 !
2 files changed, 9 insertions(+), 7 deletions(-)

 [patch 1/2] control: default to no multi-arch value for 'bin' package
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

'allowed' should be the exception, not the default.

Fixes: #1103920

Signed-off-by: Fabian Grnbichler <git@fabian.gruenbichler.email>

0002 control make Multi Arch configurable.patch | (download)

debcargo.toml.example | 4 4 + 0 - 0 !
src/config.rs | 5 5 + 0 - 0 !
src/debian/control.rs | 3 3 + 0 - 0 !
3 files changed, 12 insertions(+)

 [patch 2/2] control: make multi-arch configurable
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

to allow overriding if needed, without the need to override all of
debian/control.

Signed-off-by: Fabian Grnbichler <git@fabian.gruenbichler.email>