1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: autodep8
Section: devel
Priority: optional
Maintainer: Debian CI team <team+ci@tracker.debian.org>
Uploaders: Antonio Terceiro <terceiro@debian.org>,
Martin Pitt <mpitt@debian.org>,
Paul Gevers <elbrus@debian.org>,
Rafael Laboissière <rafael@debian.org>
Build-Depends: dctrl-tools,
debhelper-compat (= 13),
shunit2
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/ci-team/autodep8.git
Vcs-Browser: https://salsa.debian.org/ci-team/autodep8
Rules-Requires-Root: no
Package: autodep8
Architecture: all
Depends: dctrl-tools,
${misc:Depends}
Description: DEP-8 test control file generator
autodep8 will detect well-known types of packages and generate
DEP-8-compliant test control files for them. It can be used by DEP-8
implementations to support implicit test control files.
.
Currently supported packages types:
- Ruby packages using gem2deb/gem2deb-test-runner
- Perl packages
- PHP packages using phpunit
- Puppet modules
- Python packages
- Python packages using pybuild
- NodeJS packages
- Kernel module packages using DKMS
- R packages
- Emacs Lisp ELPA packages
- Go packages
- Octave-Forge packages
|