diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-11-21 16:49:31 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-11-21 16:49:31 +0100 |
commit | 7fd9bbf4ea1ba5ea1b30e9ba3039195ab40c246a (patch) | |
tree | 12c594d7e31caaa31ae48e1bfc9b66c9003db2c2 /debian/rules | |
parent | 7edbd99775416a32c88acf8e9379518436905f02 (diff) |
Added debian packaging
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 $@ |