Control: tags -1 + patch On Wed, Sep 08, 2021 at 01:32:13PM +0200, Stephen Kitt wrote: > The patch in #892566 wasn't applied completely; the > > Build-Profiles: <!noguile> > > was left out in the make-guile package stanza. The result is that a > noguile profile build doesn't build-depend on guile, which is fine, > but it still builds a make-guile package which doesn't actually > support guile. > > Please add the missing line.
I'm attaching a patch to speed up the addition of the line and confirm all that has been said. Helmut
diff -u make-dfsg-4.3/debian/changelog make-dfsg-4.3/debian/changelog --- make-dfsg-4.3/debian/changelog +++ make-dfsg-4.3/debian/changelog @@ -1,3 +1,10 @@ +make-dfsg (4.3-4.2) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Skip building make-guile given the noguile profile. (Closes: #993944) + + -- Helmut Grohne <hel...@subdivi.de> Wed, 31 May 2023 07:29:53 +0200 + make-dfsg (4.3-4.1) unstable; urgency=medium * Non-maintainer upload. diff -u make-dfsg-4.3/debian/control make-dfsg-4.3/debian/control --- make-dfsg-4.3/debian/control +++ make-dfsg-4.3/debian/control @@ -36,6 +36,7 @@ Provides: make (= ${source:Version}) Replaces: make Architecture: any +Build-Profiles: <!noguile> Multi-Arch: allowed Description: utility for directing compilation with guile support GNU Make is a utility which controls the generation of executables