From f8dd6f3e7a4ab6bb8c89cf5ac0d7f349a133eab5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig=20=28Debian/GNU=29?= Date: Thu, 25 Nov 2021 09:10:11 +0100 Subject: [PATCH] Drop API-reference from package 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 | 2 -- debian/doc-base | 10 ---------- debian/docs | 1 - debian/rules | 4 ---- 4 files changed, 17 deletions(-) delete mode 100644 debian/doc-base delete mode 100644 debian/docs diff --git a/debian/control b/debian/control index 9c38583..964b328 100644 --- a/debian/control +++ b/debian/control @@ -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 index 1ba239c..0000000 --- a/debian/doc-base +++ /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 index cf7cb60..0000000 --- a/debian/docs +++ /dev/null @@ -1 +0,0 @@ -html/* diff --git a/debian/rules b/debian/rules index 0b918f9..b003bc2 100755 --- a/debian/rules +++ b/debian/rules @@ -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: -- 2.30.2