Package: opencryptoki
Version: 2.2.5+dfsg-1
Severity: minor

In debian/rules, the clean target does:

ifneq "$(wildcard /usr/share/misc/config.sub)" ""
        cp -f /usr/share/misc/config.sub config.sub
endif
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
        cp -f /usr/share/misc/config.guess config.guess
endif


That's wrong because running the clean target may make those files different to
what the upstream tarball have, and thus leaving those changes in the diff.gz.

Those files should be copied in the build target and restored in the clean
target. Or copied in the build target and removed in the clean one, as dpkg will
ignore deleted files.

Cheers,
Emilio

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to