#438300 xdelta: not handling nostrip build option (policy 10.1)

Package:
xdelta
Source:
xdelta
Description:
A diff utility which works with binary files
Submitter:
Julien Danjou
Date:
2026-09-14 03:35:02 UTC
Severity:
wishlist
#438300#5
Date:
2007-08-16 09:02:25 UTC
From:
To:
Hello,

There was a problem while autobuilding your package with DEB_BUILD_OPTIONS=nostrip.
Final binaries are still stripped.

If you call dh_strip correctly in debian/rules, this may mean that upstream
is stripping anyway.
You should look for call to strip, ld -s or install -s which may strip binaries.
[...]

#438300#10
Date:
2022-01-01 13:05:37 UTC
From:
To:
Control: fixed -1 1.1.3-10.3

I guess this has been fixed at least in 1.1.3-10.3 when d/rules was
switched to dh.

#438300#17
Date:
2026-09-14 03:33:01 UTC
From:
To:
Fixed in 1.1.3-10.3: debian/rules was switched to the dh sequencer, so
dh_strip now honours DEB_BUILD_OPTIONS=nostrip, and the upstream Makefiles no
longer strip on install. Verified with a nostrip build of 1.1.3-11 — the
installed binary keeps its debug info.