libarchive-perl/debian/rules
Stoiko Ivanov 53146efd0d d/rules: use default minimal rules
tested by checking both results with diffoscope

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2021-06-02 06:33:44 +00:00

16 lines
493 B
Makefile
Executable File

#!/usr/bin/make -f
# This debian/rules file is provided as a template for normal perl
# packages. It was created by Marc Brockschmidt <marc@dch-faq.de> for
# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
# be used freely wherever it is useful.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
# If set to a true value then MakeMaker's prompt function will
# always return the default without waiting for user input.
export PERL_MM_USE_DEFAULT=1
%:
dh $@