rev 14415 - trunk/packages/kdebindings/debian

Modestas Vainius modax-guest at alioth.debian.org
Thu Apr 16 09:52:27 UTC 2009


Author: modax-guest
Date: 2009-04-16 09:52:27 +0000 (Thu, 16 Apr 2009)
New Revision: 14415

Modified:
   trunk/packages/kdebindings/debian/changelog
   trunk/packages/kdebindings/debian/rules
Log:
Actually export DH_OPTIONS= so monospecific target does not pick up
non-mono packages.

Modified: trunk/packages/kdebindings/debian/changelog
===================================================================
--- trunk/packages/kdebindings/debian/changelog	2009-04-15 20:16:53 UTC (rev 14414)
+++ trunk/packages/kdebindings/debian/changelog	2009-04-16 09:52:27 UTC (rev 14415)
@@ -3,8 +3,10 @@
   * debian/patches/make_pykde4_respect_sip_flags.diff
     - Corrects FTBFS on armel by making sure pykde4 properly parses
       the python-qt4 flags passed from PythonQt4's cmake file.
+  * Actually export DH_OPTIONS= so monospecific target does not pick up
+    non-mono packages.
 
- -- Michael Casadevall <mcasadevall at debian.org>  Wed, 15 Apr 2009 03:51:43 -0400
+ -- Michael Casadevall <mcasadevall at debian.org>  Thu, 16 Apr 2009 12:51:00 +0300
 
 kdebindings (4:4.2.2-2) unstable; urgency=low
 

Modified: trunk/packages/kdebindings/debian/rules
===================================================================
--- trunk/packages/kdebindings/debian/rules	2009-04-15 20:16:53 UTC (rev 14414)
+++ trunk/packages/kdebindings/debian/rules	2009-04-16 09:52:27 UTC (rev 14415)
@@ -154,7 +154,7 @@
 install-mono: install-generic install-pre
 	dh_install $(DH_MONOPACKAGES)
 
-monospecific: DH_OPTIONS=
+monospecific: export DH_OPTIONS=
 monospecific: install-mono
 	#setting MONOPATH is a hack to hack around a bug in dh_makeclilibs. Reported as #498868
 	MONO_PATH=$(CURDIR)/debian/libqyoto4.4-cil/usr/lib/cli/kdebindings-4.4/ dh_makeclilibs -V $(DH_MONOPACKAGES)




More information about the pkg-kde-commits mailing list