[SCM] lilv/master: Save some space by removing liblilv-doc, the same documentation is available online at: http://drobilla.net/docs/lilv/

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon May 21 09:31:19 UTC 2012


The following commit has been merged in the master branch:
commit 09200fbb9a4c9f3ee8aca279ddc542444cb2ccc6
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon May 21 11:29:35 2012 +0200

    Save some space by removing liblilv-doc, the same documentation is
    available online at: http://drobilla.net/docs/lilv/

diff --git a/debian/control b/debian/control
index 58a5864..ff1b54a 100644
--- a/debian/control
+++ b/debian/control
@@ -12,9 +12,6 @@ Build-Depends:
  pkg-config,
  python-all-dev (>= 2.6.6-3),
  swig
-Build-Depends-Indep:
- doxygen,
- graphviz
 X-Python-Version: >= 2.6
 Standards-Version: 3.9.3
 Homepage: http://drobilla.net/software/lilv/
@@ -69,20 +66,6 @@ Description: library for simple use of LV2 plugins (development files)
  .
  This package provides the development files.
 
-Package: liblilv-doc
-Section: doc
-Architecture: all
-Depends:
- ${misc:Depends}
-Description: library for simple use of LV2 plugins (documentation)
- Lilv (formerly SLV2) is a library for LV2 hosts intended to make using
- LV2 Plugins as simple as possible (without sacrificing capabilities).
- .
- Lilv is the successor to SLV2, rewritten to be significantly faster
- and have minimal dependencies.
- .
- This package provides the documentation files.
-
 Package: lilv-utils
 Section: sound
 Architecture: any
diff --git a/debian/liblilv-doc.doc-base b/debian/liblilv-doc.doc-base
deleted file mode 100644
index 94bb2a9..0000000
--- a/debian/liblilv-doc.doc-base
+++ /dev/null
@@ -1,9 +0,0 @@
-Document: liblilv-doc
-Title: Lilv Manual
-Author: David Robillard <d at drobilla.net>
-Abstract: This is a programming manual for the Lilv library.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/liblilv-dev/index.html
-Files: /usr/share/doc/liblilv-dev/*
diff --git a/debian/liblilv-doc.docs b/debian/liblilv-doc.docs
deleted file mode 100644
index 55bc0a6..0000000
--- a/debian/liblilv-doc.docs
+++ /dev/null
@@ -1,2 +0,0 @@
-README
-AUTHORS
diff --git a/debian/liblilv-doc.install b/debian/liblilv-doc.install
deleted file mode 100644
index c5dcb24..0000000
--- a/debian/liblilv-doc.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/share/doc/lilv/html/* usr/share/doc/liblilv-dev/
-usr/share/man/man3
diff --git a/debian/rules b/debian/rules
index f3de20c..2b8b583 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,10 +4,6 @@ LDFLAGS+=-Wl,--as-needed
 WAF = ./waf
 PYVERS=$(shell pyversions -s)
 
-ifeq ($(shell dpkg-query -s doxygen graphviz 1>/dev/null 2>&1 && echo yes),yes)
-CONFIGURE_EXTRA_FLAGS += --docs
-endif
-
 %:
 	dh $@ --with python2
 
@@ -21,8 +17,7 @@ override_dh_auto_install:
 				--strict \
 				--debug \
 				--bindings \
-				--dyn-manifest \
-				$(CONFIGURE_EXTRA_FLAGS) && \
+				--dyn-manifest && \
 		PYTHON="$$pyver" $(WAF) && \
 		PYTHON="$$pyver" $(WAF) install -f --destdir=$(CURDIR)/debian/tmp ; \
 	done

-- 
lilv packaging



More information about the pkg-multimedia-commits mailing list