rev 16960 - trunk/packages/kdelibs/debian

Modestas Vainius modax at alioth.debian.org
Tue Feb 16 01:09:11 UTC 2010


Author: modax
Date: 2010-02-16 01:09:09 +0000 (Tue, 16 Feb 2010)
New Revision: 16960

Modified:
   trunk/packages/kdelibs/debian/rules
Log:
Do not fail if symbols were lost.

Otherwise it would not be practical with 29 library packages.


Modified: trunk/packages/kdelibs/debian/rules
===================================================================
--- trunk/packages/kdelibs/debian/rules	2010-02-16 00:42:24 UTC (rev 16959)
+++ trunk/packages/kdelibs/debian/rules	2010-02-16 01:09:09 UTC (rev 16960)
@@ -11,7 +11,7 @@
 
 #bump version for every new upstream version!
 DEB_DH_MAKESHLIBS_ARGS_libkdecore5 := -V'libkdecore5 (>= $(UPSTREAMVERSION)), $(RUNTIME_DEPS)'
-DEB_DH_MAKESHLIBS_ARGS_ALL := -V
+DEB_DH_MAKESHLIBS_ARGS_ALL := -V -u-c0
 #DEB_DH_MAKESHLIBS_ARGS_libplasma3 := -V'libplasma3 (>= $(UPSTREAMVERSION)), $(PLASMA_ABI)'
 
 # remove dependencies on kdebase-runtime and phonon (the metapackage)




More information about the pkg-kde-commits mailing list