mirror of
https://git.proxmox.com/git/libxdgmime-perl
synced 2025-08-03 06:59:04 +00:00

roughly tested by running diffoscope and comparing differences and running the pmg-regression-tests 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 $@
|