summaryrefslogtreecommitdiff
path: root/whawty-auth/debian/rules
blob: 4e7f6b73a6ac6bb5de4fe6d557e5324143236e27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
include /usr/share/dpkg/pkg-info.mk
%:
	dh $@

override_dh_auto_configure:

override_dh_auto_build:
	make VERSION=$(DEB_VERSION_UPSTREAM) $(DEB_BUILD_ARCH)/whawty-auth

override_dh_auto_install:
	install -d $$(pwd)/debian/tmp/usr/bin/
	install -m 755 $$(pwd)/$(DEB_BUILD_ARCH)/whawty-auth $$(pwd)/debian/tmp/usr/bin/whawty-auth

override_dh_auto_clean:
	make VERSION=$(DEB_VERSION_UPSTREAM) clean