[master]: Make the binary packages M-A: Allowed

From: Helmut Grohne
it is doubtful wheter we can actually go
m-a:foreign. soon someone will come along and point out that the
"load" directive is not architecture agnosting and he'd be right.

the advantages are:
1) it's trivial to implement
2) after (cross)build-essential depends on make:any a large swath of
   things will just work
3) it's something that works today.

the single downside is that if we ever determine that m-a:foreign is
better, the move will be a bit painful.

Signed-off-by: Manoj Srivastava <srivasta@debian.org>
This commit is contained in:
Manoj Srivastava 2016-01-16 01:47:40 -08:00
parent c6229f2395
commit 8e9d488f79
2 changed files with 5 additions and 1 deletions

4
debian/changelog vendored
View file

@ -15,8 +15,10 @@ make-dfsg (4.1-1) unstable; urgency=low
Josh Triplett (Closes: #761301). Josh Triplett (Closes: #761301).
* Bug fix: "make instead of make-guile should be standard", thanks to * Bug fix: "make instead of make-guile should be standard", thanks to
Joey Hess (Closes: #762017). Joey Hess (Closes: #762017).
* Make make and make-guile be Multi-Arch: Allowed packages, since it
might not be feasible to make make architecture agnostic.
-- Manoj Srivastava <srivasta@debian.org> Sat, 16 Jan 2016 01:04:09 -0800 -- Manoj Srivastava <srivasta@debian.org> Sat, 16 Jan 2016 01:47:13 -0800
make-dfsg (4.0-8) unstable; urgency=high make-dfsg (4.0-8) unstable; urgency=high

2
debian/control vendored
View file

@ -16,6 +16,7 @@ Conflicts: make-guile
Architecture: any Architecture: any
Priority: optional Priority: optional
Replaces: make-guile Replaces: make-guile
Multi-Arch: allowed
Description: utility for directing compilation Description: utility for directing compilation
GNU Make is a utility which controls the generation of executables GNU Make is a utility which controls the generation of executables
and other target files of a program from the program's source and other target files of a program from the program's source
@ -35,6 +36,7 @@ Conflicts: make
Provides: make Provides: make
Replaces: make Replaces: make
Architecture: any Architecture: any
Multi-Arch: allowed
Description: utility for directing compilation with guile support Description: utility for directing compilation with guile support
GNU Make is a utility which controls the generation of executables GNU Make is a utility which controls the generation of executables
and other target files of a program from the program's source and other target files of a program from the program's source