diff options
author | Roland Reichwein <mail@reichwein.it> | 2021-01-29 22:40:29 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2021-01-29 22:40:29 +0100 |
commit | ee9dfd30e8c02e9a7457385786218d2b4b935720 (patch) | |
tree | fb41528d34025bbca1dee55dad12e70a69832947 /debian/rules | |
parent | 358bd026e30479904c4721d0c84bde19ea31a013 (diff) |
Debian package
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 $@ |