diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-07-23 04:37:48 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-07-24 01:28:23 +0200 |
commit | 0d5bdd4131179c5d9f21133c76cc70e99715cc9c (patch) | |
tree | 5e0554e3be14ef2626befaf18b263d97b815d8f6 /debian/rules | |
parent | a8445f6da256a09bac321a0bd2c23e3b8424caf4 (diff) |
debianization
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2d33f6a --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ |