summaryrefslogtreecommitdiff
path: root/debian/control
blob: 4686112661a94cc4ff4a033c3b3bcc8afc88efa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: roadmap
Maintainer: Lars Wirzenius <liw@liw.fi>
Section: misc
Priority: optional
Standards-Version: 4.2.0
Build-Depends:
 debhelper (>= 10~),
 build-essential,
 dh-cargo
Homepage: https://gitlab.com/larswirzenius/roadmap

Package: roadmap
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Built-Using: ${cargo:Built-Using}
Description: show project roadmaps a dependency graph
 Produce directed acyclic graph representations of a project roadmap.
 The idea is to show the steps needed to reach a goal, and the order
 they need to be taken, but ignore due dates and other irrelevant
 details.