]> git.proxmox.com Git - proxmox-ve.git/blob - debian/rules
d/copyright: update years
[proxmox-ve.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_lintian
12 dh_installchangelogs
13 dh_installman
14 dh_strip_nondeterminism
15 dh_compress
16 dh_fixperms
17
18 binary: install
19 dh_strip
20 dh_makeshlibs
21 dh_shlibdeps
22 dh_installdeb
23 dh_gencontrol
24 dh_md5sums
25 dh_builddeb
26
27 .PHONY: build clean
28 build clean: