[Pkg-mono-svn-commits] rev 1997 - non-group/banshee/trunk/debian
Sebastian Dröge
slomo-guest at costa.debian.org
Sat Sep 10 16:51:58 UTC 2005
Author: slomo-guest
Date: 2005-09-10 16:51:57 +0000 (Sat, 10 Sep 2005)
New Revision: 1997
Modified:
non-group/banshee/trunk/debian/changelog
non-group/banshee/trunk/debian/control
non-group/banshee/trunk/debian/rules
Log:
- Updated banshee to 0.9.7.1
Modified: non-group/banshee/trunk/debian/changelog
===================================================================
--- non-group/banshee/trunk/debian/changelog 2005-09-10 13:02:52 UTC (rev 1996)
+++ non-group/banshee/trunk/debian/changelog 2005-09-10 16:51:57 UTC (rev 1997)
@@ -1,4 +1,4 @@
-banshee (0.9.7-1) experimental; urgency=low
+banshee (0.9.7.1-1) experimental; urgency=low
* Initial Version (Closes: #296467)
Modified: non-group/banshee/trunk/debian/control
===================================================================
--- non-group/banshee/trunk/debian/control 2005-09-10 13:02:52 UTC (rev 1996)
+++ non-group/banshee/trunk/debian/control 2005-09-10 16:51:57 UTC (rev 1997)
@@ -7,7 +7,7 @@
Package: banshee
Architecture: any
-Depends: ${shlibs:Depends}, ${cli:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${cli:Depends}, ${misc:Depends}, libsqlite3-0
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,
Modified: non-group/banshee/trunk/debian/rules
===================================================================
--- non-group/banshee/trunk/debian/rules 2005-09-10 13:02:52 UTC (rev 1996)
+++ non-group/banshee/trunk/debian/rules 2005-09-10 16:51:57 UTC (rev 1997)
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/class/gnome.mk
export MONO_SHARED_DIR=$(CURDIR)
@@ -14,7 +15,7 @@
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
+ sed -e 's/ libgtk2[^,]*,//' -e 's/ libc[^,]*,//' -e 's/ libx11[^,]*,//' -e 's/ libdbus-glib-1[^,]*,//' -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
More information about the Pkg-mono-svn-commits
mailing list