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

Adeodato Simó adeodato at costa.debian.org
Mon Feb 20 05:22:51 UTC 2006


Author: adeodato
Date: 2006-02-20 05:22:49 +0000 (Mon, 20 Feb 2006)
New Revision: 3172

Modified:
   people/dato/packages/trunk/amarok/debian/changelog
   people/dato/packages/trunk/amarok/debian/rules
Log:
Last adjustments: no-included-sqlite
(sqlite.org/cvstrac/tktview?tn=1681), and do not strip packages.


Modified: people/dato/packages/trunk/amarok/debian/changelog
===================================================================
--- people/dato/packages/trunk/amarok/debian/changelog	2006-02-20 04:05:46 UTC (rev 3171)
+++ people/dato/packages/trunk/amarok/debian/changelog	2006-02-20 05:22:49 UTC (rev 3172)
@@ -1,4 +1,4 @@
-amarok (1.4-beta1-r511476a) experimental; urgency=low
+amarok (1.4-beta1-r511476b) experimental; urgency=low
 
   * First beta (plus SVN) for the upcoming 1.4 version packaged.
     (Closes: #352590)
@@ -10,8 +10,11 @@
     promote ruby from Suggests to Recommends, so that functionality is ideally
     not lost. Add a note with this information to README.Debian.
 
- -- Adeodato Simó <dato at net.com.org.es>  Mon, 20 Feb 2006 05:04:38 +0100
+  * Link against sqlite dynamically again, since amaroK 1.4 can cope with the
+    restriction explained in the changelog entry for 1.3.1-1 and Bug#326648.
 
+ -- Adeodato Simó <dato at net.com.org.es>  Mon, 20 Feb 2006 05:42:15 +0100
+
 amarok (1.3.8-1) unstable; urgency=low
 
   * New upstream bugfix release:

Modified: people/dato/packages/trunk/amarok/debian/rules
===================================================================
--- people/dato/packages/trunk/amarok/debian/rules	2006-02-20 04:05:46 UTC (rev 3171)
+++ people/dato/packages/trunk/amarok/debian/rules	2006-02-20 05:22:49 UTC (rev 3172)
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+### THIS IS A BETA, SO DO NOT STRIP
+export DEB_BUILD_OPTIONS = nostrip
+
 DEB_TAR_SRCDIR := $(shell basename $(wildcard *.tar.bz2) .tar.bz2)
 
 ### CDBS INCLUDES
@@ -16,7 +19,7 @@
 DEB_DH_SHLIBDEPS_ARGS	   := -Xusr/lib/amarok/amarok_xmmswrapper2 \
 			      -Xusr/lib/kde3/konqsidebar_universalamarok.so
 
-DEB_CONFIGURE_EXTRA_FLAGS  := \
+DEB_CONFIGURE_EXTRA_FLAGS  :=	--without-included-sqlite \
 				--without-akode \
 				--with-ifp \
 				--with-libgpod \




More information about the pkg-kde-commits mailing list