rev 15215 - trunk/packages/kdebindings/debian

Sune Vuorela pusling-guest at alioth.debian.org
Sun Jul 12 01:17:54 UTC 2009


Author: pusling-guest
Date: 2009-07-12 01:17:53 +0000 (Sun, 12 Jul 2009)
New Revision: 15215

Modified:
   trunk/packages/kdebindings/debian/rules
Log:
actually build kio-monodoc

Modified: trunk/packages/kdebindings/debian/rules
===================================================================
--- trunk/packages/kdebindings/debian/rules	2009-07-12 01:17:33 UTC (rev 15214)
+++ trunk/packages/kdebindings/debian/rules	2009-07-12 01:17:53 UTC (rev 15215)
@@ -4,7 +4,7 @@
 
 ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
 MONOARCHS := "i386 kfreebsd-i386 powerpc amd64 kfreebsd-amd64 lpia ia64 arm armeb armel sparc s390"
-MONOPACKAGES := $(shell dh_listpackages | grep '\-cil$$') plasma-scriptengine-kimono
+MONOPACKAGES := $(shell dh_listpackages | grep '\-cil$$') plasma-scriptengine-kimono kio-monodoc
 DH_MONOPACKAGES := $(patsubst %,-p%,$(MONOPACKAGES))
 DH_NO_MONOPACKAGES := $(patsubst %,-N%,$(MONOPACKAGES))
 MONO_L_PATHS = $(shell find $(patsubst %,debian/%,$(MONOPACKAGES)) -path '*/usr/lib/cli/*' -name '*.dll' -type f -printf '%h:') 
@@ -156,6 +156,8 @@
 # Separate target (from monospecific) is needed for $(MONO_L_PATHS)
 # to work properly
 install-mono: install-pre install-generic
+	make -C $(objdir)/csharp/kimono/examples/kio/kio_monodoc
+	make -C $(objdir)/csharp/kimono/examples/kio/kio_monodoc install DESTDIR=$(CURDIR)/debian/tmp/
 	dh_install $(DH_MONOPACKAGES)
 
 monospecific: export DH_OPTIONS=




More information about the pkg-kde-commits mailing list