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

Pino Toscano pino at alioth.debian.org
Wed Jul 27 20:56:53 UTC 2011


The following commit has been merged in the master branch:
commit cadada7adcfdf0cf8dfdadf03a8c2bbb27c82c14
Author: Pino Toscano <pino at debian.org>
Date:   Wed Jul 27 22:23:16 2011 +0200

    remove digits in module names
---
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index f34287c..69e98b4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 # configuration
-MODULES := $(shell dh_listpackages | sed -r -e 's,-doc(-html)?$$,,' | sort -u)
+MODULES := $(shell dh_listpackages | sed -r -e 's,-doc(-html)?$$,,;s,[0-9],,' | 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