diff options
author | Arturo FilastoĢ <hellais@torproject.org> | 2011-08-18 12:11:34 +0200 |
---|---|---|
committer | Arturo FilastoĢ <hellais@torproject.org> | 2011-08-18 12:11:34 +0200 |
commit | dfe11c74fe59ceaa68778d80ce6a8a16227350f9 (patch) | |
tree | 2eb80f6a135ae02d663bf7d76e572a157d7d7a5e /packages/dreamplug-uaputl/debian/rules | |
parent | e14cf93e2c93e94c00d55d51ffc8ca26e063377c (diff) | |
parent | 9539219428e74cda06510ab95900ec8f0a14e7e5 (diff) | |
download | torouter-dfe11c74fe59ceaa68778d80ce6a8a16227350f9.tar.gz torouter-dfe11c74fe59ceaa68778d80ce6a8a16227350f9.zip |
Merge branch 'master' of ssh://git-rw.torproject.org/torouter
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 $@ |