Relaxing comment about removing unneeded files in rules.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-06-27 06:42:33 +02:00
parent a75da63bcd
commit ec1ef6694b
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

2
debian/rules vendored
View file

@ -14,7 +14,7 @@ execute_after_dh_auto_clean:
done done
execute_after_dh_auto_install: execute_after_dh_auto_install:
# Removing useless files # Removing unused files
rm -f debian/tmp/usr/lib/*/dnscap/*.la rm -f debian/tmp/usr/lib/*/dnscap/*.la
rm -f debian/tmp/usr/share/doc/dnscap/CHANGES rm -f debian/tmp/usr/share/doc/dnscap/CHANGES
rm -f debian/tmp/usr/share/doc/dnscap/CONTRIBUTORS rm -f debian/tmp/usr/share/doc/dnscap/CONTRIBUTORS