[Pkg-cli-apps-commits] r3573 - in /packages/banshee/trunk/debian: banshee-daap.install changelog control monodoc-banshee-manual.install monodoc-banshee-manual.postinst rules
slomo at users.alioth.debian.org
slomo at users.alioth.debian.org
Thu Dec 20 05:37:18 UTC 2007
Author: slomo
Date: Thu Dec 20 05:37:17 2007
New Revision: 3573
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=3573
Log:
* debian/control,
debian/banshee-daap.install:
+ Drop banshee-daap package and ship the plugin with banshee instead. It
won't depend on avahi-daemon but instead just recommend it.
* debian/monodoc-banshee-manual*,
debian/control:
+ Add documentation package.
Added:
packages/banshee/trunk/debian/monodoc-banshee-manual.install
packages/banshee/trunk/debian/monodoc-banshee-manual.postinst
Removed:
packages/banshee/trunk/debian/banshee-daap.install
Modified:
packages/banshee/trunk/debian/changelog
packages/banshee/trunk/debian/control
packages/banshee/trunk/debian/rules
Modified: packages/banshee/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/banshee/trunk/debian/changelog?rev=3573&op=diff
==============================================================================
--- packages/banshee/trunk/debian/changelog (original)
+++ packages/banshee/trunk/debian/changelog Thu Dec 20 05:37:17 2007
@@ -20,6 +20,13 @@
+ Build depend on libnjb-cil (>= 0.3.0-2) for fewer dependencies.
+ Update Standards-Version to 3.7.3.
+ Update build dependencies.
+ * debian/control,
+ debian/banshee-daap.install:
+ + Drop banshee-daap package and ship the plugin with banshee instead. It
+ won't depend on avahi-daemon but instead just recommend it.
+ * debian/monodoc-banshee-manual*,
+ debian/control:
+ + Add documentation package.
-- Sebastian Dröge <slomo at debian.org> Mon, 03 Dec 2007 10:50:46 +0100
Modified: packages/banshee/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/banshee/trunk/debian/control?rev=3573&op=diff
==============================================================================
--- packages/banshee/trunk/debian/control (original)
+++ packages/banshee/trunk/debian/control Thu Dec 20 05:37:17 2007
@@ -10,10 +10,9 @@
Architecture: any
Depends: ${shlibs:Depends}, ${cli:Depends}, ${misc:Depends}, gstreamer0.10-plugins-base, gstreamer0.10-plugins-good (>= 0.10.6), gstreamer0.10-gnomevfs
Recommends: gstreamer0.10-plugins-ugly, gstreamer0.10-plugins-bad, gstreamer0.10-ffmpeg, podsleuth (>= 0.6.0), gnome-volume-manager
-Suggests: banshee-daap
-Conflicts: banshee-offical-plugins
-Replaces: banshee-offical-plugins
-Provides: banshee-offical-plugins
+Conflicts: banshee-offical-plugins, banshee-daap
+Replaces: banshee-offical-plugins, banshee-daap
+Provides: banshee-offical-plugins, banshee-daap
Description: Audio Management and Playback application
Banshee is an audio management and playback application for the GNOME
Desktop, allowing users to import audio from CDs, search their library,
@@ -22,18 +21,14 @@
.
http://banshee-project.org
-Package: banshee-daap
+Package: monodoc-banshee-manual
+Section: doc
Architecture: all
-Depends: ${shlibs:Depends}, ${cli:Depends}, ${misc:Depends}, banshee (>= ${source:Version}), banshee (<< ${source:Version}.1~), avahi-daemon
-Replaces: banshee (<< 0.10.5)
-Description: Audio Management and Playback application (DAAP sharing plugin)
- Banshee is an audio management and playback application for the GNOME
- Desktop, allowing users to import audio from CDs, search their library,
- create playlists of selections of their library, sync music to/from iPods,
- and burn selections to a CD.
+Depends: monodoc-manual, ${misc:Depends}
+Description: compiled XML documentation for Banshee
+ The MonoDoc Project is the documentation framework of the Mono project which
+ provides detailed API documentation for all Mono components and the Mono CLI
+ implementation.
.
- http://banshee-project.org
- .
- This package contains the DAAP (iTunes) sharing plugin for accessing and
- creating DAAP shares from your library.
+ This packages contains the compiled XML documentation for Banshee of MonoDoc.
Added: packages/banshee/trunk/debian/monodoc-banshee-manual.install
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/banshee/trunk/debian/monodoc-banshee-manual.install?rev=3573&op=file
==============================================================================
--- packages/banshee/trunk/debian/monodoc-banshee-manual.install (added)
+++ packages/banshee/trunk/debian/monodoc-banshee-manual.install Thu Dec 20 05:37:17 2007
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/monodoc/sources
Added: packages/banshee/trunk/debian/monodoc-banshee-manual.postinst
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/banshee/trunk/debian/monodoc-banshee-manual.postinst?rev=3573&op=file
==============================================================================
--- packages/banshee/trunk/debian/monodoc-banshee-manual.postinst (added)
+++ packages/banshee/trunk/debian/monodoc-banshee-manual.postinst Thu Dec 20 05:37:17 2007
@@ -1,0 +1,10 @@
+#!/bin/sh
+set -e
+
+if [ -x /usr/lib/monodoc/browser.exe ]; then
+ echo "generating monodoc search index..."
+ monodoc --make-index > /dev/null
+fi
+
+#DEBHELPER#
+
Modified: packages/banshee/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/banshee/trunk/debian/rules?rev=3573&op=diff
==============================================================================
--- packages/banshee/trunk/debian/rules (original)
+++ packages/banshee/trunk/debian/rules Thu Dec 20 05:37:17 2007
@@ -26,10 +26,6 @@
dh_clifixperms
dh_clideps -d
-common-binary-predeb-indep::
- dh_clifixperms
- dh_clideps -d
-
clean::
rm -rf $(MONO_SHARED_DIR)/.wapi
rm -f build/mcs-test-79698.exe
More information about the Pkg-cli-apps-commits
mailing list