rev 17983 - trunk/packages/kdemultimedia/debian

Modestas Vainius modax at alioth.debian.org
Sat May 15 09:11:29 UTC 2010


Author: modax
Date: 2010-05-15 09:11:27 +0000 (Sat, 15 May 2010)
New Revision: 17983

Modified:
   trunk/packages/kdemultimedia/debian/changelog
   trunk/packages/kdemultimedia/debian/rules
Log:
Do not fail if there are missing symbols. libkcddb4 is not important enough
to warrant such a FTBFS.

Modified: trunk/packages/kdemultimedia/debian/changelog
===================================================================
--- trunk/packages/kdemultimedia/debian/changelog	2010-05-15 09:10:20 UTC (rev 17982)
+++ trunk/packages/kdemultimedia/debian/changelog	2010-05-15 09:11:27 UTC (rev 17983)
@@ -1,6 +1,8 @@
 kdemultimedia (4:4.4.3-3) UNRELEASED; urgency=low
 
   * Limit dh_xine call to dragonplayer package.
+  * Do not fail if there are missing symbols. libkcddb4 is not important enough
+    to warrant such a FTBFS.
 
  -- Modestas Vainius <modax at debian.org>  Sun, 09 May 2010 00:10:35 +0300
 

Modified: trunk/packages/kdemultimedia/debian/rules
===================================================================
--- trunk/packages/kdemultimedia/debian/rules	2010-05-15 09:10:20 UTC (rev 17982)
+++ trunk/packages/kdemultimedia/debian/rules	2010-05-15 09:11:27 UTC (rev 17983)
@@ -2,7 +2,7 @@
 
 include /usr/share/pkg-kde-tools/qt-kde-team/1/debian-qt-kde.mk
 
-DEB_DH_MAKESHLIBS_ARGS_libkcddb4 := -V'libkcddb4 (>= 4:4.3.0)'
+DEB_DH_MAKESHLIBS_ARGS_libkcddb4 := -V'libkcddb4 (>= 4:4.3.0)' -u-c0
 
 binary-predeb/dragonplayer::
 	dh_xine -pdragonplayer




More information about the pkg-kde-commits mailing list