summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..4686112
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,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.