[SCM] KDE API documentation packaging branch, master, updated. d86f62ec54aa7f4785dfcca47bb7cceab88de6aa

Pino Toscano pino-guest at alioth.debian.org
Fri Feb 25 17:59:29 UTC 2011


The following commit has been merged in the master branch:
commit d86f62ec54aa7f4785dfcca47bb7cceab88de6aa
Author: Pino Toscano <pino at kde.org>
Date:   Fri Feb 25 18:59:05 2011 +0100

    use dh_listpackages' output to get the list of modules
---
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 19a5504..df59b3a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 # configuration
-MODULES := kdelibs kdepimlibs
+MODULES := $(shell dh_listpackages | sed -r -e 's,-doc(-html)?$$,,' | sort -u)
 VERSION := $(shell dpkg-parsechangelog | sed -n 's/^Version: //p' | cut -f2 -d ':' | cut -f1 -d '-')
 
 # variables for HTML generation

-- 
KDE API documentation packaging



More information about the pkg-kde-commits mailing list