From d57df2d967ef8a01a3991f0bc877c24664e34dcc Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Wed, 8 Apr 2015 13:45:44 +0200 Subject: Add debian packaging. --- debian/rules | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 debian/rules (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..30601ae --- /dev/null +++ b/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f + +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +%: + dh $@ + +override_dh_auto_configure: + # No configure script there + +override_dh_auto_build: + make BUILD_TARGET=$(DEB_BUILD_GNU_TYPE) + +override_dh_auto_clean: + make clean -- cgit v1.2.3