proxmox-ve/debian/rules
Thomas Lamprecht 32772d2b9d make d/rules executable
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-07-10 20:22:13 +02:00

29 lines
386 B
Makefile
Executable File

#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
install:
dh_install
dh_installdocs
dh_lintian
dh_installchangelogs
dh_installman
dh_strip_nondeterminism
dh_compress
dh_fixperms
binary: install
dh_strip
dh_makeshlibs
dh_shlibdeps
dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
.PHONY: build clean
build clean: