diff options
author | Jacob Appelbaum <jacob@appelbaum.net> | 2011-08-17 23:38:09 +0200 |
---|---|---|
committer | Jacob Appelbaum <jacob@appelbaum.net> | 2011-08-17 23:41:14 +0200 |
commit | dacbdb531c2412fe2802a0f562afad9ec024fc5a (patch) | |
tree | 0c896100e1aa05e90d9839c55b691b3c551b1f2d /packages/dreamplug-uaputl/debian/rules | |
parent | db825c5f289564a9753783e61c098589ba8a886b (diff) | |
download | torouter-dacbdb531c2412fe2802a0f562afad9ec024fc5a.tar.gz torouter-dacbdb531c2412fe2802a0f562afad9ec024fc5a.zip |
add DESTDIR to Makefile and debian dir to package dir
Diffstat (limited to 'packages/dreamplug-uaputl/debian/rules')
-rwxr-xr-x | packages/dreamplug-uaputl/debian/rules | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/dreamplug-uaputl/debian/rules b/packages/dreamplug-uaputl/debian/rules new file mode 100755 index 0000000..b760bee --- /dev/null +++ b/packages/dreamplug-uaputl/debian/rules @@ -0,0 +1,13 @@ +#!/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 + +%: + dh $@ |