From 6dd37766912de3ac9dd51b96c10ace60662de458 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 12 Jan 2016 23:40:57 +0100 Subject: imported vantiy 0.1.1 and updated debian package actually build from source --- debian/rules | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index b985f0b..33d2893 100755 --- a/debian/rules +++ b/debian/rules @@ -2,11 +2,15 @@ %: dh $@ +override_dh_clean: + dh_clean + rm -f vanity + override_dh_auto_configure: override_dh_auto_build: - make vanity.$(DEB_BUILD_ARCH) + go build -o vanity override_dh_auto_install: install -d $$(pwd)/debian/tmp/usr/bin/ - install -m 755 $$(pwd)/vanity.$(DEB_BUILD_ARCH) $$(pwd)/debian/tmp/usr/bin/vanity + install -m 755 $$(pwd)/vanity $$(pwd)/debian/tmp/usr/bin/vanity -- cgit v1.2.3