diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-04-02 19:28:10 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-04-02 19:28:10 +0200 |
commit | f27702d3cf183f7fbaf88e584bae63a6514d9e65 (patch) | |
tree | a94ef7bbdddab36f5364eb32fe1df2f36206e4be /debian/rules | |
parent | 99d31b767bd2b9d7c7ce7b2a2fb8cb6797252548 (diff) |
Added Debian package
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..abde6ef --- /dev/null +++ b/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +%: + dh $@ + |