File: control

package info (click to toggle)
ssshtest 0.0%2Bgit20220105.0d6df3d-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 224 kB
  • sloc: sh: 496; makefile: 3
file content (20 lines) | stat: -rw-r--r-- 756 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: ssshtest
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Nilesh Patra <nilesh@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/med-team/ssshtest
Vcs-Git: https://salsa.debian.org/med-team/ssshtest.git
Homepage: https://github.com/ryanlayer/ssshtest
Rules-Requires-Root: no

Package: ssshtest
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: stupid simple (ba)sh testing
 ssshtest is a series of bash functions which help
 run bash tests in a easy manner. It has functions for
 checking equality, determine if a string is in
 stdout, not in stdout, in stderr and many more.