[Pkg-cli-apps-commits] r4916 - in /packages/tangerine/trunk/debian: changelog control patches/06_no_amarok.patch
directhex-guest at users.alioth.debian.org
directhex-guest at users.alioth.debian.org
Thu May 7 23:48:53 UTC 2009
Author: directhex-guest
Date: Thu May 7 23:48:53 2009
New Revision: 4916
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4916
Log:
We don't support Amarok 2, so don't build anything relating to Amarok
Added:
packages/tangerine/trunk/debian/patches/06_no_amarok.patch
Modified:
packages/tangerine/trunk/debian/changelog
packages/tangerine/trunk/debian/control
Modified: packages/tangerine/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/tangerine/trunk/debian/changelog?rev=4916&op=diff
==============================================================================
--- packages/tangerine/trunk/debian/changelog (original)
+++ packages/tangerine/trunk/debian/changelog Thu May 7 23:48:53 2009
@@ -1,3 +1,15 @@
+tangerine (0.3.0+dfsg-6) UNRELEASED; urgency=low
+
+ * debian/patches/06_no_amarok.patch,
+ debian/control:
+ + Don't build Amarok support, we don't support Amarok 2
+ (Thanks to Scott Kitterman)
+ + Drop Amarok from Suggests
+ * debian/control:
+ + No-change bump to Standards 3.8.1
+
+ -- Jo Shields <directhex at apebox.org> Fri, 08 May 2009 00:46:02 +0100
+
tangerine (0.3.0+dfsg-5) unstable; urgency=low
* debian/control:
Modified: packages/tangerine/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/tangerine/trunk/debian/control?rev=4916&op=diff
==============================================================================
--- packages/tangerine/trunk/debian/control (original)
+++ packages/tangerine/trunk/debian/control Thu May 7 23:48:53 2009
@@ -20,7 +20,7 @@
libnini1.1-cil,
libdb4o6.0-cil,
liblog4net1.2-cil
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
Homepage: http://snorp.net/tangerine/
Vcs-Svn: svn://svn.debian.org/svn/pkg-cli-apps/packages/tangerine/trunk
Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-apps/packages/tangerine/trunk/
@@ -28,7 +28,7 @@
Package: tangerine
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}
-Suggests: amarok, banshee, beagle, rhythmbox
+Suggests: banshee, beagle, rhythmbox
Description: music server using DAAP
This package contains a simple music sharing server that uses DAAP to share
your music over the local network.
Added: packages/tangerine/trunk/debian/patches/06_no_amarok.patch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/tangerine/trunk/debian/patches/06_no_amarok.patch?rev=4916&op=file
==============================================================================
--- packages/tangerine/trunk/debian/patches/06_no_amarok.patch (added)
+++ packages/tangerine/trunk/debian/patches/06_no_amarok.patch Thu May 7 23:48:53 2009
@@ -1,0 +1,19 @@
+diff -Nur -x '*.orig' -x '*~' tangerine-0.3.0+dfsg/plugins/Makefile.am tangerine-0.3.0+dfsg.new/plugins/Makefile.am
+--- tangerine-0.3.0+dfsg/plugins/Makefile.am 2006-09-20 20:31:31.000000000 -0400
++++ tangerine-0.3.0+dfsg.new/plugins/Makefile.am 2009-01-11 23:07:47.000000000 -0500
+@@ -1,2 +1,2 @@
+
+-SUBDIRS = file ipod beagle session banshee rhythmbox amarok muine
++SUBDIRS = file ipod beagle session banshee rhythmbox muine
+diff -Nur -x '*.orig' -x '*~' tangerine-0.3.0+dfsg/plugins/Makefile.in tangerine-0.3.0+dfsg.new/plugins/Makefile.in
+--- tangerine-0.3.0+dfsg/plugins/Makefile.in 2006-09-25 22:47:22.000000000 -0400
++++ tangerine-0.3.0+dfsg.new/plugins/Makefile.in 2009-01-11 23:07:32.000000000 -0500
+@@ -186,7 +186,7 @@
+ sharedstatedir = @sharedstatedir@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+-SUBDIRS = file ipod beagle session banshee rhythmbox amarok muine
++SUBDIRS = file ipod beagle session banshee rhythmbox muine
+ all: all-recursive
+
+ .SUFFIXES:
More information about the Pkg-cli-apps-commits
mailing list