diff options
author | Pali Rohár <pali.rohar@gmail.com> | 2013-04-07 15:21:41 +0200 |
---|---|---|
committer | Pali Rohár <pali.rohar@gmail.com> | 2013-04-07 15:21:41 +0200 |
commit | 47bdc71eea44b9332901bfbb1052d12fea88fb87 (patch) | |
tree | ac87470962793309a12e8abcda9c3928cc8ffdd9 /debian/rules | |
parent | d9e43ef41c3ef59bfb9fe3b811604f2b41160257 (diff) | |
download | 0xFFFF-47bdc71eea44b9332901bfbb1052d12fea88fb87.tar.bz2 |
debian: Add debian packaging
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..f43d960 --- /dev/null +++ b/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ + +override_dh_auto_install: + dh_auto_install -- PREFIX=/usr |