]> git.proxmox.com Git - proxmox-mailgateway.git/blob - debian/rules
switch build to dpkg-buildpackage, depend on pve-kernel-4.13 meta package
[proxmox-mailgateway.git] / debian / rules
1 #!/usr/bin/make -f
2 # -*- makefile -*-
3
4 # Uncomment this to turn on verbose mode.
5 #export DH_VERBOSE=1
6
7
8 install:
9 dh_install
10 dh_installdocs
11 dh_installchangelogs
12 dh_installman
13 dh_strip_nondeterminism
14 dh_compress
15 dh_fixperms
16
17 binary: install
18 dh_strip
19 dh_makeshlibs
20 dh_shlibdeps
21 dh_installdeb
22 dh_gencontrol
23 dh_md5sums
24 dh_builddeb
25
26 .PHONY: build clean
27 build clean: