[Pkg-kde-commits] rev 284 - people/dato/packages/trunk/amarok/debian

Adeodato Sim?? dato-guest@haydn.debian.org
Wed, 08 Dec 2004 13:53:17 -0700


Author: dato-guest
Date: 2004-12-08 13:52:44 -0700 (Wed, 08 Dec 2004)
New Revision: 284

Removed:
   people/dato/packages/trunk/amarok/debian/TODO
Modified:
   people/dato/packages/trunk/amarok/debian/changelog
   people/dato/packages/trunk/amarok/debian/control
   people/dato/packages/trunk/amarok/debian/rules
Log:

  * SQLite 3 is now in the archive:
    - update Build-Depends on libsqlite0-dev to libsqlite3-dev.
    - pass --without-included-sqlite to ./configure.



Deleted: people/dato/packages/trunk/amarok/debian/TODO

Modified: people/dato/packages/trunk/amarok/debian/changelog
===================================================================
--- people/dato/packages/trunk/amarok/debian/changelog	2004-12-07 20:51:29 UTC (rev 283)
+++ people/dato/packages/trunk/amarok/debian/changelog	2004-12-08 20:52:44 UTC (rev 284)
@@ -1,6 +1,8 @@
 amarok (1.2-beta1-1) experimental; urgency=low
 
-  * Packaged first 1.2 beta from upstream.
+  * Packaged first 1.2 beta from upstream:
+    - the search text input element is now cleared when the user writes
+      something there. (Closes: #278359).
 
   * debian/amarok.1:
     - correct "hyphen vs. minus sign" usage.
@@ -9,6 +11,10 @@
     - removed debian/patches/taglib-1.2-suffices.patch.
     - update Build-Depends to libtag1-dev (>= 1.3).
 
+  * SQLite 3 is now in the archive:
+    - update Build-Depends on libsqlite0-dev to libsqlite3-dev.
+    - pass --without-included-sqlite to ./configure.
+
   * Make amarok recommend: kdemultimedia-kio-plugins, since otherwise it won't
     be able to play audio CDs. Added note stating so to README.Debian.
 
@@ -28,7 +34,7 @@
     force automake-1.6 (used by upstream) in admin/detect-autoconf.sh (patch:
     automake-1.6.patch).
 
- -- Adeodato Simó <asp16@alu.ua.es>  Mon, 06 Dec 2004 03:41:54 +0100
+ -- Adeodato Simó <asp16@alu.ua.es>  Wed, 08 Dec 2004 21:50:56 +0100
 
 amarok (1.1.1-1) unstable; urgency=low
 

Modified: people/dato/packages/trunk/amarok/debian/control
===================================================================
--- people/dato/packages/trunk/amarok/debian/control	2004-12-07 20:51:29 UTC (rev 283)
+++ people/dato/packages/trunk/amarok/debian/control	2004-12-08 20:52:44 UTC (rev 284)
@@ -2,7 +2,7 @@
 Section: kde
 Priority: optional
 Maintainer: Adeodato Simó <asp16@alu.ua.es>
-Build-Depends: cdbs (>= 0.4.21), debhelper (>> 4.1.0), kdelibs4-dev (>= 4:3.2), kdemultimedia-dev (>= 4:3.2), libkjsembed-dev (>= 4:3.2), libgstreamer0.8-dev, libgstreamer-plugins0.8-dev, libtag1-dev (>= 1.3), libxine-dev (>= 1-rc4), libsqlite0-dev, xmms-dev, libtunepimp2-dev
+Build-Depends: cdbs (>= 0.4.21), debhelper (>> 4.1.0), kdelibs4-dev (>= 4:3.2), kdemultimedia-dev (>= 4:3.2), libkjsembed-dev (>= 4:3.2), libgstreamer0.8-dev, libgstreamer-plugins0.8-dev, libtag1-dev (>= 1.3), libxine-dev (>= 1-rc4), libsqlite3-dev, xmms-dev, libtunepimp2-dev
 Standards-Version: 3.6.1
 
 Package: amarok

Modified: people/dato/packages/trunk/amarok/debian/rules
===================================================================
--- people/dato/packages/trunk/amarok/debian/rules	2004-12-07 20:51:29 UTC (rev 283)
+++ people/dato/packages/trunk/amarok/debian/rules	2004-12-08 20:52:44 UTC (rev 284)
@@ -10,8 +10,7 @@
 DEB_INSTALL_DIRS_amarok    := usr/lib/amarok
 DEB_DH_SHLIBDEPS_ARGS      := -Xusr/lib/amarok/amarok_xmmswrapper2
 
-# We need this commented out until sqlite 3.0 is available in Debian
-# DEB_EXTRA_CONNFIGURE_FLAGS := --without-included-sqlite
+DEB_EXTRA_CONNFIGURE_FLAGS := --without-included-sqlite
 
 ### COMMON STUFF
 common-binary-arch::