rev 17141 - trunk/packages/kdeplasma-addons/debian

Modestas Vainius modax at alioth.debian.org
Thu Feb 25 17:59:42 UTC 2010


Author: modax
Date: 2010-02-25 17:59:42 +0000 (Thu, 25 Feb 2010)
New Revision: 17141

Modified:
   trunk/packages/kdeplasma-addons/debian/changelog
   trunk/packages/kdeplasma-addons/debian/rules
Log:
Make dpkg-gensymbols not to fail if there are lost symbols in liblancelot0.

Modified: trunk/packages/kdeplasma-addons/debian/changelog
===================================================================
--- trunk/packages/kdeplasma-addons/debian/changelog	2010-02-25 17:58:34 UTC (rev 17140)
+++ trunk/packages/kdeplasma-addons/debian/changelog	2010-02-25 17:59:42 UTC (rev 17141)
@@ -13,6 +13,7 @@
   * Bump pkg-kde-tools build dependency to 0.6.4.
   * Change libkexiv2-7-dev build dependency to libkexiv2-dev (>= 4:4.4).
   * Add a symbol file for liblancelot0, build depend on dpkg-dev 1.15.5.
+  * Make dpkg-gensymbols not to fail if there are lost symbols in liblancelot0.
 
   [ George Kiagiadakis ]
   * Bump kdelibs5-dev build dependency to >= 4:4.4.

Modified: trunk/packages/kdeplasma-addons/debian/rules
===================================================================
--- trunk/packages/kdeplasma-addons/debian/rules	2010-02-25 17:58:34 UTC (rev 17140)
+++ trunk/packages/kdeplasma-addons/debian/rules	2010-02-25 17:59:42 UTC (rev 17141)
@@ -2,7 +2,7 @@
 
 include /usr/share/pkg-kde-tools/qt-kde-team/1/debian-qt-kde.mk
 
-DEB_DH_MAKESHLIBS_ARGS_liblancelot0 := -V
+DEB_DH_MAKESHLIBS_ARGS_liblancelot0 := -V -u-c0
 
 clean::
 	find applets/lancelot/tools/puck -name *.pyc -delete




More information about the pkg-kde-commits mailing list