]> git.proxmox.com Git - pve-installer.git/blame - debian/rules
merge installer into single package
[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
c2f72dd6 12# FIXME: could all be in d/install or in makefile?!
b9075af2 13override_dh_auto_install:
c2f72dd6
TL
14 install -D -m 0644 ProxmoxInstallerSetup.pm $(CURDIR)/debian/proxmox-installer/${SETUPFN}
15 dh_auto_install --destdir debian/proxmox-installer
16
17override_dh_missing:
18 dh_missing --fail-missing
c5582ca4
DM
19
20override_dh_auto_test:
21 # do nothing here