rev 3823 - people/dato/packages/trunk/amarok/debian

Adeodato Simó adeodato at costa.debian.org
Sat May 27 13:52:40 UTC 2006


Author: adeodato
Date: 2006-05-27 13:52:39 +0000 (Sat, 27 May 2006)
New Revision: 3823

Modified:
   people/dato/packages/trunk/amarok/debian/changelog
   people/dato/packages/trunk/amarok/debian/rules
Log:
Fix scores.


Modified: people/dato/packages/trunk/amarok/debian/changelog
===================================================================
--- people/dato/packages/trunk/amarok/debian/changelog	2006-05-27 13:23:48 UTC (rev 3822)
+++ people/dato/packages/trunk/amarok/debian/changelog	2006-05-27 13:52:39 UTC (rev 3823)
@@ -9,6 +9,9 @@
       (Closes: #368086)
     + audio CDs can be reproduced again. (Upstream #127388)
 
+  * Switch to included SQLite; for some reason, dynamic linking against 3.3.5
+    makes scores unfunctional. (Closes: #367468)
+
  -- Adeodato Simó <dato at net.com.org.es>  Sat, 27 May 2006 15:23:14 +0200
 
 amarok (1.4.0-1) unstable; urgency=low

Modified: people/dato/packages/trunk/amarok/debian/rules
===================================================================
--- people/dato/packages/trunk/amarok/debian/rules	2006-05-27 13:23:48 UTC (rev 3822)
+++ people/dato/packages/trunk/amarok/debian/rules	2006-05-27 13:52:39 UTC (rev 3823)
@@ -16,7 +16,7 @@
 DEB_DH_SHLIBDEPS_ARGS	   := -Xusr/lib/amarok/amarok_xmmswrapper2 \
 			      -Xusr/lib/kde3/konqsidebar_universalamarok.so
 
-DEB_CONFIGURE_EXTRA_FLAGS  :=	--without-included-sqlite \
+DEB_CONFIGURE_EXTRA_FLAGS  :=	--with-included-sqlite \
 				--without-akode \
 				--without-gstreamer10 \
 				--with-ifp \




More information about the pkg-kde-commits mailing list