diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-06-26 16:03:41 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-06-26 16:03:41 -0300 |
commit | 80056e1a52b9528701fb265f880c819dc92641aa (patch) | |
tree | f4b509cfe43070d1d045194691bc5631866be917 /debian | |
parent | 54b8f9a57106949a4e81f3112744855e872f781e (diff) | |
download | keyringer-80056e1a52b9528701fb265f880c819dc92641aa.tar.gz keyringer-80056e1a52b9528701fb265f880c819dc92641aa.tar.bz2 |
Initial packaging support
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..cbe925d --- /dev/null +++ b/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ |