Ignore:
Timestamp:
Nov 25, 2019, 3:34:24 PM (4 years ago)
Author:
g7moreau
Message:
  • Better doc, better tag and description package
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tssh/make-package-debian

    r420 r429  
    3838Package: ${PKG_NAME}
    3939Version: ${CODE_VERSION}-${PKG_VERSION}
    40 Section: utils
    41 Tag: implemented-in::bash, interface::commandline, role::program
     40Section: admin
     41Tag: admin::cluster, implemented-in::bash, interface::commandline, interface::text-mode, network::client, protocol::ssh, role::program, use::login
    4242Priority: optional
    43 Depends: tmux, openssh-client, ncurses-bin, findutils, grep
     43Depends: tmux, openssh-client, ncurses-bin, findutils, grep, wamerican | wfrench
    4444Suggests: nmap, parallel
    4545Architecture: all
    4646Installed-Size: $(du -ks ${tmp_folder}|cut -f 1)
    4747Maintainer: Gabriel Moreau <Gabriel.Moreau@univ-grenoble-alpes.fr>
    48 Description: tmux cluster ssh
     48Description: administer multiple ssh shells simultaneously with tmux
    4949 tssh is an acronym for tmux ssh.
    5050 In practise, tssh is an ncurve version of cluster-ssh.
    5151 It has been used in the LEGI laboratory for over 5 years.
    52  tssh is a small tool to luanch command over many computers.
     52 tssh is a small tool to launch command over many computers.
     53 It allows you to control multiple ssh sessions from a single input window.
     54 You can also configure clusters of machines for easy invocation
     55 and interact with individual terminal windows during a session.
    5356 .
    5457 The tool is quite effective and tries to keep things simple.
     
    7477echo "( cd /srv/www/debian/ ; reprepro includedeb jessie   ~/jessie/${PKG_NAME}_${CODE_VERSION}-${PKG_VERSION}_all.deb )"
    7578echo "( cd /srv/www/debian/ ; reprepro includedeb stretch ~/stretch/${PKG_NAME}_${CODE_VERSION}-${PKG_VERSION}_all.deb )"
     79echo "( cd /srv/www/debian/ ; reprepro includedeb buster   ~/buster/${PKG_NAME}_${CODE_VERSION}-${PKG_VERSION}_all.deb )"
    7680echo "( cd /srv/www/debian/ ; reprepro dumpreferences ) | grep -i tssh"
Note: See TracChangeset for help on using the changeset viewer.