[SCM] lv2/master: Revert "Build docs".

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Apr 19 08:17:26 UTC 2012


The following commit has been merged in the master branch:
commit cb771fabe714f208b2d419982c819a10d68c793d
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Apr 19 10:16:29 2012 +0200

    Revert "Build docs".
    
    This reverts commit 686e9103a3d5b22f139895397f6c3bb4515873f0.
    Docs are unnecessary, available at upstream website.
    Plus, lv2specgen/DTD must be stripped out due to license issues.

diff --git a/debian/control b/debian/control
index c32b8ca..a340821 100644
--- a/debian/control
+++ b/debian/control
@@ -11,10 +11,6 @@ Build-Depends:
  perl,
  pkg-config,
  python
-Build-Depends-Indep:
- doxygen,
- graphviz,
- python-rdflib
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/lv2.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/lv2.git
diff --git a/debian/rules b/debian/rules
index c0d4a91..950aa1a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,10 +3,6 @@
 
 WAF = ./waf
 
-ifeq ($(shell dpkg-query -s doxygen graphviz 1>/dev/null 2>&1 && echo yes),yes)
-CONFIGURE_EXTRA_FLAGS += --docs
-endif
-
 PLUGINS = amp sampler
 
 %:
@@ -16,8 +12,7 @@ override_dh_auto_configure:
 	$(WAF) configure --prefix=/usr \
 		--mandir=/usr/share/man \
 		--strict \
-		--debug \
-		$(CONFIGURE_EXTRA_FLAGS)
+		--debug
 
 override_dh_auto_build:
 	$(WAF)

-- 
lv2 packaging



More information about the pkg-multimedia-commits mailing list