proxmox-backup-meta/debian/rules
Thomas Lamprecht f17508cace buildsys: make debian/rules executable
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-11-29 11:21:36 +01: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: