[Pkg-mono-svn-commits] rev 1986 - in non-group: . banshee banshee/trunk banshee/trunk/debian

Sebastian Dröge slomo-guest at costa.debian.org
Tue Sep 6 13:08:01 UTC 2005


Author: slomo-guest
Date: 2005-09-06 13:08:00 +0000 (Tue, 06 Sep 2005)
New Revision: 1986

Added:
   non-group/banshee/
   non-group/banshee/branches/
   non-group/banshee/tags/
   non-group/banshee/trunk/
   non-group/banshee/trunk/debian/
   non-group/banshee/trunk/debian/changelog
   non-group/banshee/trunk/debian/compat
   non-group/banshee/trunk/debian/control
   non-group/banshee/trunk/debian/copyright
   non-group/banshee/trunk/debian/rules
   non-group/banshee/trunk/debian/watch
Log:
- Added banshee


Added: non-group/banshee/trunk/debian/changelog
===================================================================
--- non-group/banshee/trunk/debian/changelog	2005-09-06 12:17:29 UTC (rev 1985)
+++ non-group/banshee/trunk/debian/changelog	2005-09-06 13:08:00 UTC (rev 1986)
@@ -0,0 +1,6 @@
+banshee (0.9.6-1) experimental; urgency=low
+
+  * Initial Version
+
+ -- Sebastian Dröge <slomo at slomosnail.de>  Mon,  5 Sep 2005 14:23:13 +0200
+

Added: non-group/banshee/trunk/debian/compat
===================================================================
--- non-group/banshee/trunk/debian/compat	2005-09-06 12:17:29 UTC (rev 1985)
+++ non-group/banshee/trunk/debian/compat	2005-09-06 13:08:00 UTC (rev 1986)
@@ -0,0 +1 @@
+4

Added: non-group/banshee/trunk/debian/control
===================================================================
--- non-group/banshee/trunk/debian/control	2005-09-06 12:17:29 UTC (rev 1985)
+++ non-group/banshee/trunk/debian/control	2005-09-06 13:08:00 UTC (rev 1986)
@@ -0,0 +1,15 @@
+Source: banshee
+Section: sound
+Priority: optional
+Maintainer: Sebastian Dröge <slomo at slomosnail.de>
+Build-Depends: debhelper (>= 4.1.0), cdbs, cli-common (>= 0.2.0), mono-mcs (>= 1.0) | c-sharp-compiler, libmono-dev, libgtk2.0-cil (>= 1.9), libglib2.0-cil (>= 1.9), libgnome2.0-cil (>= 1.9), libgconf2.0-cil (>= 1.9), libglade2.0-cil (>= 1.9), libipod-cil (>= 0.5.3), libdbus-1-cil, libsqlite3-dev, libgstreamer0.8-dev, libgstreamer-gconf0.8-dev, libgstreamer-plugins0.8-dev, gstreamer0.8-misc, libgconf2-dev, libgtk2.0-dev, libgnomevfs2-dev, libgnome-desktop-dev, libdbus-glib-1-dev, libhal-dev, libnautilus-burn-dev, pkg-config, intltool
+Standards-Version: 3.6.2
+
+Package: banshee
+Architecture: any
+Depends: ${shlibs:Depends}, ${cli:Depends}, ${misc:Depends}
+Description: Audio Managment 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,
+ create playlists of selections of their library, sync music to/from iPods,
+ and burn selections to a CD.

Added: non-group/banshee/trunk/debian/copyright
===================================================================
--- non-group/banshee/trunk/debian/copyright	2005-09-06 12:17:29 UTC (rev 1985)
+++ non-group/banshee/trunk/debian/copyright	2005-09-06 13:08:00 UTC (rev 1986)
@@ -0,0 +1,33 @@
+This package was debianized by Sebastian Dröge <mail at slomosnail.de> on
+Fri,  2 Sep 2005 16:54:20 +0200.
+
+It was downloaded from http://banshee-project.org/
+
+Upstream Authors: Aaron Bockover <aaron at aaronbock.net>
+
+Copyright:
+  Copyright (C) 2005 Novell (for everything not noted below)
+  Copyright 2005 Raphaël Slinckx <raphael at slinckx.net> (for entagged-sharp/*)
+  Copyright 2005 Daniel Drake <dsd at gentoo.org>
+	(for entagged-sharp/Tracker/Util/TrackerTagReader.cs
+	 and entagged-sharp/Tracker/TrackerFileReader.cs)
+  Copyright (C) 2004 Tamara Roberson (for src/SignalUtils.cs)
+
+  Permission is hereby granted, free of charge, to any person obtaining a
+  copy of this software and associated documentation files (the "Software"),
+  to deal in the Software without restriction, including without limitation
+  the rights to use, copy, modify, merge, publish, distribute, sublicense,
+  and/or sell copies of the Software, and to permit persons to whom the
+  Software is furnished to do so, subject to the following conditions:
+
+  The above copyright notice and this permission notice shall be included in
+  all copies or substantial portions of the Software.
+
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+  THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+  DEALINGS IN THE SOFTWARE.
+

Added: non-group/banshee/trunk/debian/rules
===================================================================
--- non-group/banshee/trunk/debian/rules	2005-09-06 12:17:29 UTC (rev 1985)
+++ non-group/banshee/trunk/debian/rules	2005-09-06 13:08:00 UTC (rev 1986)
@@ -0,0 +1,21 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/gnome.mk
+
+export MONO_SHARED_DIR=$(CURDIR)
+
+DEB_CONFIGURE_EXTRA_FLAGS := --disable-helix
+
+install/banshee::
+	find debian/ -type f -name "*.dll" -or -name "*.mdb" -or -name "*.cs" -or -name "*.config" | xargs chmod -x
+	find debian/ -type f -name "*.exe" | xargs chmod +x
+	
+binary-predeb/banshee::
+	dh_clideps
+	#Fix doubled dependencies
+	sed -e 's/ libbonobo2[^,]*,//' -e 's/ libglib2[^,]*,//' -e 's/ libnautilus-burn2[^,]*,//' -e 's/ libhal1[^,]*,//' -e 's/ libdbus-1-1[^,]*,//' debian/banshee.substvars > debian/banshee.substvars.new && mv debian/banshee.substvars.new debian/banshee.substvars
+
+clean::
+	rm -rf $(MONO_SHARED_DIR)/.wapi
+


Property changes on: non-group/banshee/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: non-group/banshee/trunk/debian/watch
===================================================================
--- non-group/banshee/trunk/debian/watch	2005-09-06 12:17:29 UTC (rev 1985)
+++ non-group/banshee/trunk/debian/watch	2005-09-06 13:08:00 UTC (rev 1986)
@@ -0,0 +1,2 @@
+version=2
+http://banshee-project.org/files/banshee/banshee-(.*)\.tar\.gz debian uupdate




More information about the Pkg-mono-svn-commits mailing list