[Pkg-voip-commits] [janus] 03/04: Stop explicitly enable documentation. Revert to build-depend-indep (not build-depend) on doxygen graphviz. See bug#857853.

Jonas Smedegaard dr at jones.dk
Thu Mar 16 12:07:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository janus.

commit f032b86a7cc60f1cdbeea16a2a922d23f60790ed
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Mar 16 12:44:35 2017 +0100

    Stop explicitly enable documentation. Revert to build-depend-indep (not build-depend) on doxygen graphviz. See bug#857853.
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 3d73a6b..3d2b3a6 100644
--- a/debian/control
+++ b/debian/control
@@ -31,7 +31,7 @@ Build-Depends:
  libavformat-dev,
  pkg-config,
  rename,
-# FIXME: Build-Depends-Indep:
+Build-Depends-Indep:
  doxygen,
  graphviz,
 Standards-Version: 3.9.8
diff --git a/debian/rules b/debian/rules
index 08f9152..9b1587f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ include /usr/share/dpkg/buildflags.mk
 	dh $@  --with autoreconf --with systemd
 
 override_dh_auto_configure:
-	dh_auto_configure -- --enable-docs --enable-post-processing
+	dh_auto_configure -- --enable-post-processing
 
 override_dh_install:
 	mkdir -p debian/tmp/usr/include/janus/events

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/janus.git



More information about the Pkg-voip-commits mailing list