aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control36
1 files changed, 36 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..9dc03cb
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,36 @@
+Source: osmo-gsm-manuals-dev
+Section: devel
+Priority: optional
+Maintainer: Oliver Smith <osmith@sysmocom.de>
+Build-Depends: autotools-dev,
+ debhelper (>= 9),
+ pkg-config,
+# All below also need to be in Depends
+ asciidoc,
+ asciidoc-dblatex,
+ dblatex,
+ docbook5-xml,
+ graphviz,
+ mscgen,
+ python,
+ python-nwdiag,
+ python-pychart,
+ xsltproc
+Standards-Version: 3.9.8
+Homepage: https://git.osmocom.org/osmo-gsm-manuals/
+
+Package: osmo-gsm-manuals-dev
+Architecture: all
+Depends: ${misc:Depends},
+ asciidoc,
+ asciidoc-dblatex,
+ dblatex,
+ docbook5-xml,
+ graphviz,
+ mscgen,
+ python,
+ python-nwdiag,
+ python-pychart,
+ xsltproc
+Description: Osmocom manuals shared code
+ All Osomocom repositories require this package to build their manuals.