diff options
author | Mitch Jackson <mitch@freeside.biz> | 2019-05-06 23:16:35 -0400 |
---|---|---|
committer | Mitch Jackson <mitch@freeside.biz> | 2019-05-06 23:16:35 -0400 |
commit | 9d0fcadc17a8093a7135eacb70adffb6418f8bd8 (patch) | |
tree | 72bf3c0dcd41e5baf12752bd0c9222dcda468786 /debian/rules | |
parent | ad94b6619fd5cb6e1b014ab7282706780336af5b (diff) |
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 $@ |