Drop API-reference from package
authorIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Thu, 25 Nov 2021 08:10:11 +0000 (09:10 +0100)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Thu, 25 Nov 2021 08:12:52 +0000 (09:12 +0100)
it's no real use as we don't ship any headers (or a library version of jacktrip).
it also is about 20MB in an arch:any package

debian/control
debian/doc-base [deleted file]
debian/docs [deleted file]
debian/rules

index 9c385835dbe669fce14ead72caab350b1f04e729..964b3282f8b20143e3ec8a1ebe8866619a80139b 100644 (file)
@@ -7,8 +7,6 @@ Uploaders:
 Build-Depends:
  debhelper-compat (= 13),
  dh-buildinfo,
- doxygen,
- graphviz,
  help2man,
  qtbase5-dev,
  qt5-qmake,
diff --git a/debian/doc-base b/debian/doc-base
deleted file mode 100644 (file)
index 1ba239c..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-Document: jacktrip
-Title: JackTrip Documentation
-Author: Juan-Pablo Caceres and Chris Chafe
-Abstract: A System for High-Quality Audio Network Performance over the Internet.
-Section: Sound
-
-Format: HTML
-Index: /usr/share/doc/jacktrip/html/index.html
-Files: /usr/share/doc/jacktrip/html/*.html
-
diff --git a/debian/docs b/debian/docs
deleted file mode 100644 (file)
index cf7cb60..0000000
+++ /dev/null
@@ -1 +0,0 @@
-html/*
index 0b918f9e959bb93b5ddc4dcefe2250b9ea607d0d..b003bc27403742f3231891356a3534106929ac34 100755 (executable)
@@ -26,7 +26,6 @@ DEB_SRCDIR = .
 
 override_dh_clean:
        dh_clean
-       rm -rf html
        rm -f jacktrip.1
 
 override_dh_auto_configure:
@@ -35,9 +34,6 @@ override_dh_auto_configure:
 
 override_dh_auto_build:
        dh_auto_build
-       doxygen
-       find html -name "*.md5" -delete
-       find html -name "*.map" -delete
        help2man -N -n "high-quality system for audio network performances" ./jacktrip > jacktrip.1
 
 override_dh_installchangelogs: