Source: patch
Version: 2.7.1-4
Severity: important
Tags: patch
patch FTBFS with this:
dh_auto_test
# make sure we call ed as "ed"
[ "$(strings -n 2 src/patch | grep -w 'ed$')" = "ed" ]
make: *** [build-stamp] Error 1
The cause for this is:
(pbuild-20096)root@aranym:/ # strings -n 2
/tmp/buildd/patch-2.7.1/src/patch|grep -w 'ed$'
ed
ed
In short, the string "ed" occurs twice, not just once.
Please allow for this, for example:
[ "$(strings -n 2 src/patch | grep -w 'ed$' | uniq)" = "ed" ]
Thanks,
//mirabilos
--
21:26⎜<cnuke> cool cool, pitch ist zu hoch
21:26⎜<cnuke> eingebauter chipmunk modus in dragonfly bsd │ I luv it ^^
21:31⎜«yofuh» ich glaube ich wuerde den rechner aussm fenster werfen,
⎜ wenn er beim booten das chipmunks intro spielt
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]