From 604a2f1be71151d320d280898ddc138e73a2905a Mon Sep 17 00:00:00 2001 From: John Fredriksson Date: Mon, 26 Sep 2011 17:25:36 +0200 Subject: Add debian packaging files Add debian directory which describes how to build debian packages. Add GNUmakefile to override default Makefile which cannot be used outside of the multimedia build system. --- debian/rules | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 debian/rules (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..81a2c11 --- /dev/null +++ b/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 +export KDIR=/usr/src/linux-headers-$(shell uname -r)/include + +%: + dh $@ -- cgit v1.2.3