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
|
Source: trac-subcomponents
Section: web
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Martin <debacle@debian.org>,
Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/python-team/packages/trac-subcomponents
Vcs-Git: https://salsa.debian.org/python-team/packages/trac-subcomponents.git
Homepage: https://trac-hacks.org/wiki/SubcomponentsPlugin
Package: trac-subcomponents
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, trac (>= 1.6)
Recommends: libjs-jquery, graphviz
Description: use multiple layers of components in Trac
This plugin alters Trac's behaviour so that the interface
supports multiple layers of components. In project with
lots of components, rearranging these components into
several layers can clear up the list of components.
Components need to be slash ("/") separated.
|