Skip to content

Commit

Permalink
Add dependency section to the deb package
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Sep 22, 2018
1 parent 9728e43 commit 302ab40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_deb_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ pyinstaller cli_tcshow.py --clean --onefile --distpath $DIST_DIR_PATH --name tcs
cat << _CONTROL_ > "${DIST_DIR_NAME}/DEBIAN/control"
Package: $PKG_NAME
Version: $PKG_VERSION
Depends: iproute2
Maintainer: Tsuyoshi Hombashi <[email protected]>
Architecture: amd64
Description: $(cat docs/pages/introduction/summary.txt)
Expand Down

0 comments on commit 302ab40

Please sign in to comment.