[Pkg-mono-svn-commits] rev 3013 - ipod-sharp/tags ipod-sharp/tags/0.6.3-1/debian ipod-sharp/trunk/debian libipoddevice/tags libipoddevice/tags/0.5.3-1/debian libipoddevice/trunk/debian non-group/banshee/tags non-group/banshee/tags/0.12.1+dfsg-1/debian non-group/banshee/trunk/debian

Sebastian Dröge slomo at alioth.debian.org
Mon Apr 2 04:58:44 UTC 2007


Author: slomo
Date: 2007-04-02 04:58:43 +0000 (Mon, 02 Apr 2007)
New Revision: 3013

Added:
   ipod-sharp/tags/0.6.3-1/
   libipoddevice/tags/0.5.3-1/
   non-group/banshee/tags/0.12.1+dfsg-1/
Modified:
   ipod-sharp/tags/0.6.3-1/debian/changelog
   ipod-sharp/tags/0.6.3-1/debian/control
   ipod-sharp/tags/0.6.3-1/debian/rules
   ipod-sharp/trunk/debian/changelog
   ipod-sharp/trunk/debian/control
   ipod-sharp/trunk/debian/rules
   libipoddevice/tags/0.5.3-1/debian/changelog
   libipoddevice/trunk/debian/changelog
   non-group/banshee/tags/0.12.1+dfsg-1/debian/changelog
   non-group/banshee/tags/0.12.1+dfsg-1/debian/control
   non-group/banshee/trunk/debian/changelog
   non-group/banshee/trunk/debian/control
Log:
* update and tag new banshee and friends


Copied: ipod-sharp/tags/0.6.3-1 (from rev 3012, ipod-sharp/trunk)

Modified: ipod-sharp/tags/0.6.3-1/debian/changelog
===================================================================
--- ipod-sharp/trunk/debian/changelog	2007-04-01 23:15:12 UTC (rev 3012)
+++ ipod-sharp/tags/0.6.3-1/debian/changelog	2007-04-02 04:58:43 UTC (rev 3013)
@@ -1,9 +1,14 @@
-ipod-sharp (0.6.2-2) unstable; urgency=low
+ipod-sharp (0.6.3-1) experimental; urgency=low
 
+  * New upstream release
   * debian/control:
-    + Updated to use my debian.org mail address
+    + Update build dependencies
+    + Use my debian.org mail address
+    + Move debhelper and cdbs from Build-Depends-Indep to Build-Depends
+  * debian/rules:
+    + Fix installation paths for the docs
 
- -- Sebastian Dröge <slomo at debian.org>  Mon,  8 Jan 2007 00:47:19 +0100
+ -- Sebastian Dröge <slomo at debian.org>  Sun,  1 Apr 2007 15:47:49 +0200
 
 ipod-sharp (0.6.2-1) unstable; urgency=low
 

Modified: ipod-sharp/tags/0.6.3-1/debian/control
===================================================================
--- ipod-sharp/trunk/debian/control	2007-04-01 23:15:12 UTC (rev 3012)
+++ ipod-sharp/tags/0.6.3-1/debian/control	2007-04-02 04:58:43 UTC (rev 3013)
@@ -3,7 +3,8 @@
 Priority: optional
 Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
 Uploaders: Sebastian Dröge <slomo at debian.org>
-Build-Depends-Indep: debhelper (>= 5), cdbs, cli-common-dev (>= 0.4.4), mono-gmcs (>= 1.0) | c-sharp-2.0-compiler, mono-gac (>= 1.0), libipoddevice-dev (>= 0.5.0), libgtk2.0-cil, libglib2.0-cil, libglib2.0-dev, libmono-sharpzip2.84-cil, libmono2.0-cil, pkg-config, monodoc-base (>= 1.1.9)
+Build-Depends: debhelper (>= 5), cdbs
+Build-Depends-Indep: cli-common-dev (>= 0.4.4), mono-gmcs (>= 1.0) | c-sharp-2.0-compiler, mono-gac (>= 1.0), libipoddevice-dev (>= 0.5.3), libgtk2.0-cil, libglib2.0-cil, libglib2.0-dev, libmono-sharpzip2.84-cil, libmono2.0-cil, pkg-config, monodoc-base (>= 1.1.9)
 Standards-Version: 3.7.2
 
 Package: libipod-cil

Modified: ipod-sharp/tags/0.6.3-1/debian/rules
===================================================================
--- ipod-sharp/trunk/debian/rules	2007-04-01 23:15:12 UTC (rev 3012)
+++ ipod-sharp/tags/0.6.3-1/debian/rules	2007-04-02 04:58:43 UTC (rev 3013)
@@ -18,6 +18,10 @@
 install/libipodui-cil::
 	find debian/ -type f -name "*.dll" -or -name "*.mdb" -or -name "*.cs" -or -name "*.config" | xargs chmod -x
 
+install/monodoc-ipod-manual::
+	mkdir -p debian/tmp/`pkg-config monodoc --variable=sourcesdir`
+	mv debian/tmp/usr/share/doc/ipod-sharp/ipod-sharp-docs.* debian/tmp/`pkg-config monodoc --variable=sourcesdir`
+
 clean::
 	rm -rf $(MONO_SHARED_DIR)/.wapi
 	rm -f src/ipod-sharp.dll.mdb \

Modified: ipod-sharp/trunk/debian/changelog
===================================================================
--- ipod-sharp/trunk/debian/changelog	2007-04-01 23:15:12 UTC (rev 3012)
+++ ipod-sharp/trunk/debian/changelog	2007-04-02 04:58:43 UTC (rev 3013)
@@ -1,9 +1,14 @@
-ipod-sharp (0.6.2-2) unstable; urgency=low
+ipod-sharp (0.6.3-1) experimental; urgency=low
 
+  * New upstream release
   * debian/control:
-    + Updated to use my debian.org mail address
+    + Update build dependencies
+    + Use my debian.org mail address
+    + Move debhelper and cdbs from Build-Depends-Indep to Build-Depends
+  * debian/rules:
+    + Fix installation paths for the docs
 
- -- Sebastian Dröge <slomo at debian.org>  Mon,  8 Jan 2007 00:47:19 +0100
+ -- Sebastian Dröge <slomo at debian.org>  Sun,  1 Apr 2007 15:47:49 +0200
 
 ipod-sharp (0.6.2-1) unstable; urgency=low
 

Modified: ipod-sharp/trunk/debian/control
===================================================================
--- ipod-sharp/trunk/debian/control	2007-04-01 23:15:12 UTC (rev 3012)
+++ ipod-sharp/trunk/debian/control	2007-04-02 04:58:43 UTC (rev 3013)
@@ -3,7 +3,8 @@
 Priority: optional
 Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
 Uploaders: Sebastian Dröge <slomo at debian.org>
-Build-Depends-Indep: debhelper (>= 5), cdbs, cli-common-dev (>= 0.4.4), mono-gmcs (>= 1.0) | c-sharp-2.0-compiler, mono-gac (>= 1.0), libipoddevice-dev (>= 0.5.0), libgtk2.0-cil, libglib2.0-cil, libglib2.0-dev, libmono-sharpzip2.84-cil, libmono2.0-cil, pkg-config, monodoc-base (>= 1.1.9)
+Build-Depends: debhelper (>= 5), cdbs
+Build-Depends-Indep: cli-common-dev (>= 0.4.4), mono-gmcs (>= 1.0) | c-sharp-2.0-compiler, mono-gac (>= 1.0), libipoddevice-dev (>= 0.5.3), libgtk2.0-cil, libglib2.0-cil, libglib2.0-dev, libmono-sharpzip2.84-cil, libmono2.0-cil, pkg-config, monodoc-base (>= 1.1.9)
 Standards-Version: 3.7.2
 
 Package: libipod-cil

Modified: ipod-sharp/trunk/debian/rules
===================================================================
--- ipod-sharp/trunk/debian/rules	2007-04-01 23:15:12 UTC (rev 3012)
+++ ipod-sharp/trunk/debian/rules	2007-04-02 04:58:43 UTC (rev 3013)
@@ -18,6 +18,10 @@
 install/libipodui-cil::
 	find debian/ -type f -name "*.dll" -or -name "*.mdb" -or -name "*.cs" -or -name "*.config" | xargs chmod -x
 
+install/monodoc-ipod-manual::
+	mkdir -p debian/tmp/`pkg-config monodoc --variable=sourcesdir`
+	mv debian/tmp/usr/share/doc/ipod-sharp/ipod-sharp-docs.* debian/tmp/`pkg-config monodoc --variable=sourcesdir`
+
 clean::
 	rm -rf $(MONO_SHARED_DIR)/.wapi
 	rm -f src/ipod-sharp.dll.mdb \

Copied: libipoddevice/tags/0.5.3-1 (from rev 3012, libipoddevice/trunk)

Modified: libipoddevice/tags/0.5.3-1/debian/changelog
===================================================================
--- libipoddevice/trunk/debian/changelog	2007-04-01 23:15:12 UTC (rev 3012)
+++ libipoddevice/tags/0.5.3-1/debian/changelog	2007-04-02 04:58:43 UTC (rev 3013)
@@ -1,3 +1,9 @@
+libipoddevice (0.5.3-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Sebastian Dröge <slomo at debian.org>  Sun,  1 Apr 2007 15:47:28 +0200
+
 libipoddevice (0.5.2-1) unstable; urgency=low
 
   * New upstream release

Modified: libipoddevice/trunk/debian/changelog
===================================================================
--- libipoddevice/trunk/debian/changelog	2007-04-01 23:15:12 UTC (rev 3012)
+++ libipoddevice/trunk/debian/changelog	2007-04-02 04:58:43 UTC (rev 3013)
@@ -1,3 +1,9 @@
+libipoddevice (0.5.3-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Sebastian Dröge <slomo at debian.org>  Sun,  1 Apr 2007 15:47:28 +0200
+
 libipoddevice (0.5.2-1) unstable; urgency=low
 
   * New upstream release

Copied: non-group/banshee/tags/0.12.1+dfsg-1 (from rev 3012, non-group/banshee/trunk)

Modified: non-group/banshee/tags/0.12.1+dfsg-1/debian/changelog
===================================================================
--- non-group/banshee/trunk/debian/changelog	2007-04-01 23:15:12 UTC (rev 3012)
+++ non-group/banshee/tags/0.12.1+dfsg-1/debian/changelog	2007-04-02 04:58:43 UTC (rev 3013)
@@ -1,3 +1,11 @@
+banshee (0.12.1+dfsg-1) experimental; urgency=low
+
+  * New upstream release
+  * debian/control:
+    + Update build dependencies
+
+ -- Sebastian Dröge <slomo at debian.org>  Sun,  1 Apr 2007 15:51:22 +0200
+
 banshee (0.12.0+dfsg-2) experimental; urgency=low
 
   * debian/control,

Modified: non-group/banshee/tags/0.12.1+dfsg-1/debian/control
===================================================================
--- non-group/banshee/trunk/debian/control	2007-04-01 23:15:12 UTC (rev 3012)
+++ non-group/banshee/tags/0.12.1+dfsg-1/debian/control	2007-04-02 04:58:43 UTC (rev 3013)
@@ -2,7 +2,7 @@
 Section: sound
 Priority: optional
 Maintainer: Sebastian Dröge <slomo at debian.org>
-Build-Depends: debhelper (>= 5), cdbs, cli-common-dev (>= 0.4.4), mono-gmcs (>= 1.1.10) | c-sharp-2.0-compiler, libmono-dev (>= 1.1.10), libgtk2.0-cil (>= 2.8.0), libglib2.0-cil (>= 2.8.0), libgnome2.0-cil (>= 2.8.0), libgconf2.0-cil (>= 2.8.0), libglade2.0-cil (>= 2.8.0), libipod-cil (>= 0.6.2), libipodui-cil (>= 0.6.2), libnjb-cil (>= 0.3.0), libsqlite3-dev (>= 3.2), libmono-sqlite2.0-cil, gstreamer0.10-tools, gstreamer0.10-plugins-base-apps, gstreamer0.10-plugins-base, gstreamer0.10-plugins-good, gstreamer0.10-gnomevfs, libgstreamer0.10-dev (>= 0.10.3), libgstreamer-plugins-base0.10-dev (>= 0.10.3), libglib2.0-dev, libgnome2-dev, libgnomeui-dev, libgconf2-dev, gconf2, libgtk2.0-dev (>= 2.8), libgnomevfs2-dev, libgnome-desktop-dev, libdbus-1-dev (>= 0.90), libdbus-glib-1-dev (>= 0.70), libnautilus-burn-dev (>= 2.12.0), libmusicbrainz4-dev (>= 2.1.1), libavahi1.0-cil (>= 0.6), pkg-config, intltool (>= 0.35.0), libmono-cairo2.0-cil, libmono2.0-cil, libmono-system-web2.0-cil, libmono-system-data2.0-cil, boo (>= 0.7.6), libtotem-plparser-dev, libndesk-dbus1.0-cil (>= 0.4), libndesk-dbus-glib1.0-cil (>= 0.3)
+Build-Depends: debhelper (>= 5), cdbs, cli-common-dev (>= 0.4.4), mono-gmcs (>= 1.1.10) | c-sharp-2.0-compiler, libmono-dev (>= 1.1.10), libgtk2.0-cil (>= 2.8.0), libglib2.0-cil (>= 2.8.0), libgnome2.0-cil (>= 2.8.0), libgconf2.0-cil (>= 2.8.0), libglade2.0-cil (>= 2.8.0), libipod-cil (>= 0.6.3), libipodui-cil (>= 0.6.3), libnjb-cil (>= 0.3.0), libsqlite3-dev (>= 3.2), libmono-sqlite2.0-cil, gstreamer0.10-tools, gstreamer0.10-plugins-base-apps, gstreamer0.10-plugins-base, gstreamer0.10-plugins-good, gstreamer0.10-gnomevfs, libgstreamer0.10-dev (>= 0.10.3), libgstreamer-plugins-base0.10-dev (>= 0.10.3), libglib2.0-dev, libgnome2-dev, libgnomeui-dev, libgconf2-dev, gconf2, libgtk2.0-dev (>= 2.8), libgnomevfs2-dev, libgnome-desktop-dev, libdbus-1-dev (>= 0.90), libdbus-glib-1-dev (>= 0.70), libnautilus-burn-dev (>= 2.12.0), libmusicbrainz4-dev (>= 2.1.1), libavahi1.0-cil (>= 0.6), pkg-config, intltool (>= 0.35.0), libmono-cairo2.0-cil, libmono2.0-cil, libmono-system-web2.0-cil, libmono-system-data2.0-cil, boo (>= 0.7.6), libtotem-plparser-dev, libndesk-dbus1.0-cil (>= 0.4), libndesk-dbus-glib1.0-cil (>= 0.3)
 Standards-Version: 3.7.2
 
 Package: banshee

Modified: non-group/banshee/trunk/debian/changelog
===================================================================
--- non-group/banshee/trunk/debian/changelog	2007-04-01 23:15:12 UTC (rev 3012)
+++ non-group/banshee/trunk/debian/changelog	2007-04-02 04:58:43 UTC (rev 3013)
@@ -1,3 +1,11 @@
+banshee (0.12.1+dfsg-1) experimental; urgency=low
+
+  * New upstream release
+  * debian/control:
+    + Update build dependencies
+
+ -- Sebastian Dröge <slomo at debian.org>  Sun,  1 Apr 2007 15:51:22 +0200
+
 banshee (0.12.0+dfsg-2) experimental; urgency=low
 
   * debian/control,

Modified: non-group/banshee/trunk/debian/control
===================================================================
--- non-group/banshee/trunk/debian/control	2007-04-01 23:15:12 UTC (rev 3012)
+++ non-group/banshee/trunk/debian/control	2007-04-02 04:58:43 UTC (rev 3013)
@@ -2,7 +2,7 @@
 Section: sound
 Priority: optional
 Maintainer: Sebastian Dröge <slomo at debian.org>
-Build-Depends: debhelper (>= 5), cdbs, cli-common-dev (>= 0.4.4), mono-gmcs (>= 1.1.10) | c-sharp-2.0-compiler, libmono-dev (>= 1.1.10), libgtk2.0-cil (>= 2.8.0), libglib2.0-cil (>= 2.8.0), libgnome2.0-cil (>= 2.8.0), libgconf2.0-cil (>= 2.8.0), libglade2.0-cil (>= 2.8.0), libipod-cil (>= 0.6.2), libipodui-cil (>= 0.6.2), libnjb-cil (>= 0.3.0), libsqlite3-dev (>= 3.2), libmono-sqlite2.0-cil, gstreamer0.10-tools, gstreamer0.10-plugins-base-apps, gstreamer0.10-plugins-base, gstreamer0.10-plugins-good, gstreamer0.10-gnomevfs, libgstreamer0.10-dev (>= 0.10.3), libgstreamer-plugins-base0.10-dev (>= 0.10.3), libglib2.0-dev, libgnome2-dev, libgnomeui-dev, libgconf2-dev, gconf2, libgtk2.0-dev (>= 2.8), libgnomevfs2-dev, libgnome-desktop-dev, libdbus-1-dev (>= 0.90), libdbus-glib-1-dev (>= 0.70), libnautilus-burn-dev (>= 2.12.0), libmusicbrainz4-dev (>= 2.1.1), libavahi1.0-cil (>= 0.6), pkg-config, intltool (>= 0.35.0), libmono-cairo2.0-cil, libmono2.0-cil, libmono-system-web2.0-cil, libmono-system-data2.0-cil, boo (>= 0.7.6), libtotem-plparser-dev, libndesk-dbus1.0-cil (>= 0.4), libndesk-dbus-glib1.0-cil (>= 0.3)
+Build-Depends: debhelper (>= 5), cdbs, cli-common-dev (>= 0.4.4), mono-gmcs (>= 1.1.10) | c-sharp-2.0-compiler, libmono-dev (>= 1.1.10), libgtk2.0-cil (>= 2.8.0), libglib2.0-cil (>= 2.8.0), libgnome2.0-cil (>= 2.8.0), libgconf2.0-cil (>= 2.8.0), libglade2.0-cil (>= 2.8.0), libipod-cil (>= 0.6.3), libipodui-cil (>= 0.6.3), libnjb-cil (>= 0.3.0), libsqlite3-dev (>= 3.2), libmono-sqlite2.0-cil, gstreamer0.10-tools, gstreamer0.10-plugins-base-apps, gstreamer0.10-plugins-base, gstreamer0.10-plugins-good, gstreamer0.10-gnomevfs, libgstreamer0.10-dev (>= 0.10.3), libgstreamer-plugins-base0.10-dev (>= 0.10.3), libglib2.0-dev, libgnome2-dev, libgnomeui-dev, libgconf2-dev, gconf2, libgtk2.0-dev (>= 2.8), libgnomevfs2-dev, libgnome-desktop-dev, libdbus-1-dev (>= 0.90), libdbus-glib-1-dev (>= 0.70), libnautilus-burn-dev (>= 2.12.0), libmusicbrainz4-dev (>= 2.1.1), libavahi1.0-cil (>= 0.6), pkg-config, intltool (>= 0.35.0), libmono-cairo2.0-cil, libmono2.0-cil, libmono-system-web2.0-cil, libmono-system-data2.0-cil, boo (>= 0.7.6), libtotem-plparser-dev, libndesk-dbus1.0-cil (>= 0.4), libndesk-dbus-glib1.0-cil (>= 0.3)
 Standards-Version: 3.7.2
 
 Package: banshee




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