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

Adeodato Simó adeodato at costa.debian.org
Mon Sep 5 10:38:21 UTC 2005


Author: adeodato
Date: 2005-09-05 10:38:20 +0000 (Mon, 05 Sep 2005)
New Revision: 1689

Modified:
   people/dato/packages/trunk/amarok/debian/changelog
   people/dato/packages/trunk/amarok/debian/control
   people/dato/packages/trunk/amarok/debian/rules
Log:
PostgreSQL support.


Modified: people/dato/packages/trunk/amarok/debian/changelog
===================================================================
--- people/dato/packages/trunk/amarok/debian/changelog	2005-09-05 10:37:09 UTC (rev 1688)
+++ people/dato/packages/trunk/amarok/debian/changelog	2005-09-05 10:38:20 UTC (rev 1689)
@@ -7,6 +7,14 @@
     handle opened in one thread to be used in another. See Bug#326648 for
     reference. (Closes: #326562, #312386)
 
+  * Enable PostgreSQL support (closes: #326612, #326713):
+
+    + debian/rules: pass --enable-postgresql to ./configure.
+    + debian/control: add libpq-dev to Build-Depends.
+
+    (Before somebody comes around with the word "bloat" ready, libpq4 is 6
+     times smaller than libmysqlclient14.)
+
  -- Adeodato Simó <asp16 at alu.ua.es>  Mon, 05 Sep 2005 12:35:48 +0200
 
 amarok (1.3.0-1) unstable; urgency=low

Modified: people/dato/packages/trunk/amarok/debian/control
===================================================================
--- people/dato/packages/trunk/amarok/debian/control	2005-09-05 10:37:09 UTC (rev 1688)
+++ people/dato/packages/trunk/amarok/debian/control	2005-09-05 10:38:20 UTC (rev 1689)
@@ -2,7 +2,7 @@
 Section: kde
 Priority: optional
 Maintainer: Adeodato Simó <asp16 at alu.ua.es>
-Build-Depends: cdbs (>= 0.4.21), debhelper (>> 4.1.0), bzip2, automake1.9, libtool, kdelibs4-dev (>= 4:3.2), kdemultimedia-dev (>= 4:3.4.2), kdebase-dev (>= 4:3.4.2), libgstreamer0.8-dev, libgstreamer-plugins0.8-dev, libmysqlclient14-dev, libtag1-dev (>> 1.3.1), libxine-dev (>= 1-rc4), libsqlite3-dev, xmms-dev, libtunepimp2-dev (>= 0.3.0-2.1)
+Build-Depends: cdbs (>= 0.4.21), debhelper (>> 4.1.0), bzip2, automake1.9, libtool, kdelibs4-dev (>= 4:3.2), kdemultimedia-dev (>= 4:3.4.2), kdebase-dev (>= 4:3.4.2), libgstreamer0.8-dev, libgstreamer-plugins0.8-dev, libmysqlclient14-dev, libpq-dev, libtag1-dev (>> 1.3.1), libxine-dev (>= 1-rc4), libsqlite3-dev, xmms-dev, libtunepimp2-dev (>= 0.3.0-2.1)
 Standards-Version: 3.6.2
 
 Package: amarok

Modified: people/dato/packages/trunk/amarok/debian/rules
===================================================================
--- people/dato/packages/trunk/amarok/debian/rules	2005-09-05 10:37:09 UTC (rev 1688)
+++ people/dato/packages/trunk/amarok/debian/rules	2005-09-05 10:38:20 UTC (rev 1689)
@@ -16,7 +16,7 @@
 DEB_DH_SHLIBDEPS_ARGS	   := -Xusr/lib/amarok/amarok_xmmswrapper2 \
 			      -Xusr/lib/kde3/konqsidebar_universalamarok.so
 
-DEB_CONFIGURE_EXTRA_FLAGS  := \
+DEB_CONFIGURE_EXTRA_FLAGS  := --enable-postgresql \
 			      --enable-mysql
 
 # See debian/TODO




More information about the pkg-kde-commits mailing list