mirror of
https://git.proxmox.com/git/libarchive-perl
synced 2025-10-04 19:00:02 +00:00

tested by checking both results with diffoscope Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
16 lines
493 B
Makefile
Executable File
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 $@
|