diff options
author | P. J. McDermott <pj@pehjota.net> | 2013-09-10 21:23:49 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2013-09-10 21:23:49 (EDT) |
commit | 3110ba10faa152787d581830de0ffd56929ab764 (patch) | |
tree | f1835ae239078fe8fe571dd1772ce7189ff2a9e1 /debian/rules |
Initial commit.debian/1.0.0-1
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..9b040d7 --- /dev/null +++ b/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ + +override_dh_auto_configure: + dh_auto_configure -- --libdir=/usr/share |