Hi, I'm new to packaging. in the debian/rules generated by dh_make there are these four lines :
-test -r /usr/share/misc/config.sub && \ cp -f /usr/share/misc/config.sub config.sub -test -r /usr/share/misc/config.guess && \ cp -f /usr/share/misc/config.guess config.guess it seems that it tryies to copy standard config.sub and config.guess, why ? or better what I've missed to read ? :-) bye, andrea (beb0s)