From d97fae777f3b55b353d0f7f891d012557ffb119f Mon Sep 17 00:00:00 2001 From: Renat Suleymanov Date: Sun, 5 Sep 2021 18:58:11 +0400 Subject: [PATCH] added: .deb staging folder --- .gitignore | 3 ++- deb.staging/DEBIAN/control | 8 ++++++++ deb.staging/DEBIAN/copyright | 1 + deb.staging/DEBIAN/dirs | 2 ++ tgshd.lpi | 2 +- 5 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 deb.staging/DEBIAN/control create mode 100644 deb.staging/DEBIAN/copyright create mode 100644 deb.staging/DEBIAN/dirs diff --git a/.gitignore b/.gitignore index 5d03c92..46c778c 100644 --- a/.gitignore +++ b/.gitignore @@ -41,4 +41,5 @@ x86_64-linux/ # Binary tests/console -tgshd \ No newline at end of file +tgshd +deb.staging/usr/bin/tgshd \ No newline at end of file diff --git a/deb.staging/DEBIAN/control b/deb.staging/DEBIAN/control new file mode 100644 index 0000000..7d46810 --- /dev/null +++ b/deb.staging/DEBIAN/control @@ -0,0 +1,8 @@ +Package: tgsh +Version: 1.1.1.20-1 +Maintainer: Renat Suleymanov +Architecture: amd64 +Section: utils +Description: Shell remote app via telegram bot +Depends: dash +Origin: https://github.com/Al-Muhandis/ShellRemoteBot diff --git a/deb.staging/DEBIAN/copyright b/deb.staging/DEBIAN/copyright new file mode 100644 index 0000000..9ece99b --- /dev/null +++ b/deb.staging/DEBIAN/copyright @@ -0,0 +1 @@ +Renat Suleymanov. Licence and source: https://github.com/Al-Muhandis/ShellRemoteBot \ No newline at end of file diff --git a/deb.staging/DEBIAN/dirs b/deb.staging/DEBIAN/dirs new file mode 100644 index 0000000..c2e6167 --- /dev/null +++ b/deb.staging/DEBIAN/dirs @@ -0,0 +1,2 @@ +/usr/bin +/etc/tgshd \ No newline at end of file diff --git a/tgshd.lpi b/tgshd.lpi index a28d8bf..9f4d965 100644 --- a/tgshd.lpi +++ b/tgshd.lpi @@ -20,7 +20,7 @@ - +