]> git.proxmox.com Git - pve-installer.git/blame - debian/rules
fixup: readd unnecessarily remove line
[pve-installer.git] / debian / rules
CommitLineData
c5582ca4
DM
1#!/usr/bin/make -f
2# See debhelper(7) (uncomment to enable)
3# output every command that modifies files on the build system.
4#DH_VERBOSE = 1
5
b9075af2 6
a8213c0e 7SETUPFN = "/usr/share/perl5/ProxmoxInstallerSetup.pm"
c5582ca4
DM
8
9%:
10 dh $@
11
b9075af2 12override_dh_auto_install:
a8213c0e
DM
13 install -D -m 0644 ProxmoxInstallerSetup-pve.pm $(CURDIR)/debian/pve-installer/${SETUPFN}
14 install -D -m 0644 ProxmoxInstallerSetup-pmg.pm $(CURDIR)/debian/pmg-installer/${SETUPFN}
15 dh_auto_install --destdir debian/pve-installer
16 dh_auto_install --destdir debian/pmg-installer
c5582ca4
DM
17
18override_dh_auto_test:
19 # do nothing here