notfound 961851 make-dfsg/4.3-1 thanks Hi,
The file NEWS.Debian for make-dfsg states:
,----
| * WARNING: Backward-incompatibility!
| Previously appending using '+=' to an empty variable would result in a
value
| starting with a space. Now the initial space is only added if the
variable
| already contains some value. Similarly, appending an empty string does
not
| add a trailing space.
`----
The bug lies here:
,----[ debian/kernelarch.make ]
| # Black-belt magic
| , := ,
| space :=
| space +=
| $(space) :=
| $(space) +=
`----
Manoj
--
flannister, n.: The plastic yoke that holds a six-pack of beer together.
-- "Sniglets", Rich Hall & Friends
Manoj Srivastava <[email protected]> <http://www.debian.org/~srivasta/>
4096R/C5779A1C E37E 5EC5 2A01 DA25 AD20 05B6 CF48 9438 C577 9A1C
smime.p7s
Description: S/MIME cryptographic signature

