diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-28 21:31:54 +0000 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-29 01:42:02 +0300 |
commit | 44001e1f1fb81601827b8212f81f5b1760ae9231 (patch) | |
tree | de9204b6191fb05592f43015989f4bcaaef13d75 /debian/rules | |
parent | README update (diff) | |
download | config-links-44001e1f1fb81601827b8212f81f5b1760ae9231.tar.gz config-links-44001e1f1fb81601827b8212f81f5b1760ae9231.zip |
add Debian packaging filesdebian/v0.1-1
Basically copied them from my other project linux-status.
Diffstat (limited to '')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..cbe925d --- /dev/null +++ b/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ |