File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /etc/tgshd/tgshd.ini
Original file line number Diff line number Diff line change 1- Package: tgsh
2- Version: 1.1.1.20-1
1+ Package: tgshd
2+ Priority: optional
3+ Version: 1.2.1.1-1
34Maintainer: Renat Suleymanov <mail@Renat.Su>
45Architecture: amd64
56Section: utils
6- Description: Shell remote app via telegram bot
7- Depends: dash
7+ Depends: dash, libc6 (>= 2.2.5)
88Origin: https://github.com/Al-Muhandis/ShellRemoteBot
9+ Description: Shell remote app via telegram bot
10+ Helps you work with your server (or remote computer) via telegram bot
11+ emulating terminal operations and a file manager functionality
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # Linux shell script to create .deb package
2+ # Go to the repository local folder. For example, cd /home/User/ShellRemoteBot
3+ STAGING_DIR=./deb.staging
4+ find " ${STAGING_DIR} " -type d -exec chmod 0755 {} \;
5+ find " ${STAGING_DIR} " -type f -exec chmod 0644 {} \;
6+ find " ${STAGING_DIR} /usr/bin" -type f -exec chmod 0755 {} \;
7+ SIZE_IN_KB=" $( du -s ${STAGING_DIR} | awk ' {print $1;}' ) "
8+ echo " Installed-Size: ${SIZE_IN_KB} " >> " ${STAGING_DIR} /DEBIAN/control"
9+ gzip -9 -n deb.staging/usr/share/doc/tgshd/changelog.Debian
10+ read -p " Input package filename: " PACKAGE_NAME
11+ dpkg-deb --root-owner-group --build " ${STAGING_DIR} " " ${PACKAGE_NAME} .deb"
Original file line number Diff line number Diff line change 2020 <AutoIncrementBuild Value =" True" />
2121 <MajorVersionNr Value =" 1" />
2222 <MinorVersionNr Value =" 2" />
23- <BuildNr Value =" 19 " />
23+ <RevisionNr Value =" 1 " />
2424 </VersionInfo >
2525 <BuildModes Count =" 4" >
2626 <Item1 Name =" Default" Default =" True" />
You can’t perform that action at this time.
0 commit comments