diff options
author | William Hua <william.hua@canonical.com> | 2013-04-03 13:40:56 -0400 |
---|---|---|
committer | William Hua <william.hua@canonical.com> | 2013-04-03 13:40:56 -0400 |
commit | bf9cd00d4715e6f3f4cae7aff7873bcabdb14817 (patch) | |
tree | b644e52807bce95b366b2b0e0849f4a36a6c29c7 /debian/rules | |
parent | 1fe1868303982a1828a208c2fe5f41a0ca7b982c (diff) | |
download | ayatana-indicator-keyboard-bf9cd00d4715e6f3f4cae7aff7873bcabdb14817.tar.gz ayatana-indicator-keyboard-bf9cd00d4715e6f3f4cae7aff7873bcabdb14817.tar.bz2 ayatana-indicator-keyboard-bf9cd00d4715e6f3f4cae7aff7873bcabdb14817.zip |
Add debian.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 00000000..312e24d2 --- /dev/null +++ b/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 $@ --with autotools-dev |