]> git.proxmox.com Git - pve-installer.git/blob - debian/rules
Add libpve-common-perl to Build-Depends
[pve-installer.git] / debian / rules
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
6
7 SETUPFN = "/usr/share/perl5/ProxmoxInstallerSetup.pm"
8
9 %:
10 dh $@
11
12 override_dh_auto_install:
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
17
18 override_dh_auto_test:
19 # do nothing here