[Pkg-cli-apps-commits] r3942 - in /packages/banshee/branches/1.0/debian: changelog rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Fri May 9 06:59:14 UTC 2008


Author: slomo
Date: Fri May  9 06:59:13 2008
New Revision: 3942

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=3942
Log:
* debian/rules:
  + Don't enable plugins by hand but instead use only the ones that are
    labeled stable upstream.

Modified:
    packages/banshee/branches/1.0/debian/changelog
    packages/banshee/branches/1.0/debian/rules

Modified: packages/banshee/branches/1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/banshee/branches/1.0/debian/changelog?rev=3942&op=diff
==============================================================================
--- packages/banshee/branches/1.0/debian/changelog (original)
+++ packages/banshee/branches/1.0/debian/changelog Fri May  9 06:59:13 2008
@@ -1,3 +1,11 @@
+banshee (0.99.1-3) experimental; urgency=low
+
+  * debian/rules:
+    + Don't enable plugins by hand but instead use only the ones that are
+      labeled stable upstream.
+
+ -- Sebastian Dröge <slomo at debian.org>  Fri, 09 May 2008 08:57:41 +0200
+
 banshee (0.99.1-2) experimental; urgency=low
 
   * debian/banshee.install:

Modified: packages/banshee/branches/1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/banshee/branches/1.0/debian/rules?rev=3942&op=diff
==============================================================================
--- packages/banshee/branches/1.0/debian/rules (original)
+++ packages/banshee/branches/1.0/debian/rules Fri May  9 06:59:13 2008
@@ -11,10 +11,7 @@
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
-DEB_CONFIGURE_EXTRA_FLAGS += --disable-static \
-			     --enable-daap \
-			     --enable-podcast \
-			     --enable-mtp
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-static
 
 common-binary-predeb-arch::
 	dh_clifixperms




More information about the Pkg-cli-apps-commits mailing list