[Pkg-mono-svn-commits] rev 1985 - / ipod-sharp ipod-sharp/trunk ipod-sharp/trunk/debian libipoddevice libipoddevice/trunk libipoddevice/trunk/debian

Sebastian Dröge slomo-guest at costa.debian.org
Tue Sep 6 12:17:30 UTC 2005


Author: slomo-guest
Date: 2005-09-06 12:17:29 +0000 (Tue, 06 Sep 2005)
New Revision: 1985

Added:
   ipod-sharp/
   ipod-sharp/branches/
   ipod-sharp/tags/
   ipod-sharp/trunk/
   ipod-sharp/trunk/debian/
   ipod-sharp/trunk/debian/changelog
   ipod-sharp/trunk/debian/compat
   ipod-sharp/trunk/debian/control
   ipod-sharp/trunk/debian/copyright
   ipod-sharp/trunk/debian/ipod-sharp.dll.config
   ipod-sharp/trunk/debian/libipod-cil.install
   ipod-sharp/trunk/debian/libipodui-cil.install
   ipod-sharp/trunk/debian/rules
   ipod-sharp/trunk/debian/watch
   libipoddevice/
   libipoddevice/branches/
   libipoddevice/tags/
   libipoddevice/trunk/
   libipoddevice/trunk/debian/
   libipoddevice/trunk/debian/changelog
   libipoddevice/trunk/debian/compat
   libipoddevice/trunk/debian/control
   libipoddevice/trunk/debian/copyright
   libipoddevice/trunk/debian/ipod.install
   libipoddevice/trunk/debian/libipoddevice-dev.install
   libipoddevice/trunk/debian/libipoddevice0.install
   libipoddevice/trunk/debian/rules
   libipoddevice/trunk/debian/watch
Log:
- Added libipoddevice and ipod-sharp


Added: ipod-sharp/trunk/debian/changelog
===================================================================
--- ipod-sharp/trunk/debian/changelog	2005-09-05 09:06:34 UTC (rev 1984)
+++ ipod-sharp/trunk/debian/changelog	2005-09-06 12:17:29 UTC (rev 1985)
@@ -0,0 +1,6 @@
+ipod-sharp (0.5.3-1) experimental; urgency=low
+
+  * Initial revision
+
+ -- Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>  Fri, 02 Sep 2005 16:12:20 +0200
+

Added: ipod-sharp/trunk/debian/compat
===================================================================
--- ipod-sharp/trunk/debian/compat	2005-09-05 09:06:34 UTC (rev 1984)
+++ ipod-sharp/trunk/debian/compat	2005-09-06 12:17:29 UTC (rev 1985)
@@ -0,0 +1 @@
+4

Added: ipod-sharp/trunk/debian/control
===================================================================
--- ipod-sharp/trunk/debian/control	2005-09-05 09:06:34 UTC (rev 1984)
+++ ipod-sharp/trunk/debian/control	2005-09-06 12:17:29 UTC (rev 1985)
@@ -0,0 +1,24 @@
+Source: ipod-sharp
+Section: libs
+Priority: optional
+Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
+Uploaders: Sebastian Dröge <slomo at slomosnail.de>
+Build-Depends-Indep: debhelper (>= 4.1.0), cdbs, cli-common (>= 0.2.0), mono-mcs (>= 1.0) | c-sharp-compiler, mono-gac (>= 1.0), libipoddevice-dev (>= 0.3.1), libgtk2.0-cil, libglib2.0-cil, pkg-config
+Standards-Version: 3.6.2
+
+Package: libipod-cil
+Architecture: all
+Depends: ${cli:Depends}
+Description: CLI library for accessing iPods
+ ipod-sharp is a library that allows manipulation of the iTunesDB used in
+ Apple iPod devices. Currently it supports adding/removing songs and
+ manipulating playlists.
+
+Package: libipodui-cil
+Architecture: all
+Depends: ${cli:Depends}
+Description: CLI library for accessing iPods (GUI helpers)
+ ipod-sharp is a library that allows manipulation of the iTunesDB used in
+ Apple iPod devices. Currently it supports adding/removing songs and
+ manipulating playlists.
+ 

Added: ipod-sharp/trunk/debian/copyright
===================================================================
--- ipod-sharp/trunk/debian/copyright	2005-09-05 09:06:34 UTC (rev 1984)
+++ ipod-sharp/trunk/debian/copyright	2005-09-06 12:17:29 UTC (rev 1985)
@@ -0,0 +1,28 @@
+This package was debianized by Sebastian Dröge <mail at slomosnail.de> on
+Fri,  2 Sep 2005 16:12:20 +0200.
+
+It was downloaded from svn.myrealbox.com
+
+Upstream Authors: 	James Willcox  <snorp at snorp.net>
+
+Copyright:
+  Copyright (c) 2005 James Willcox
+
+  This program is free software; you can redistribute it and/or
+  modify it under the terms of version 2.1 of the GNU Lesser General Public
+  License as published by the Free Software Foundation.
+
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Lesser Public License for more details.
+
+  You should have received a copy of the GNU Lesser General Public License
+  along with this program; if not, write to the Free Software
+  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+  USA
+
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License Version 2.1,
+ found on Debian systems in the file /usr/share/common-licenses/LGPL-2.1.
+

Added: ipod-sharp/trunk/debian/ipod-sharp.dll.config
===================================================================
--- ipod-sharp/trunk/debian/ipod-sharp.dll.config	2005-09-05 09:06:34 UTC (rev 1984)
+++ ipod-sharp/trunk/debian/ipod-sharp.dll.config	2005-09-06 12:17:29 UTC (rev 1985)
@@ -0,0 +1,6 @@
+<configuration>
+	<dllmap dll="ipoddevice" target="libipoddevice.so.0"/>
+	<dllmap dll="libgobject-2.0.so.0" target="libgobject-2.0.so.0"/>
+	<dllmap dll="libglib-2.0.so.0" target="libglib-2.0.so.0"/>
+	<dllmap dll="libdbus-glib-1.so.1" target="libdbus-glib-1.so.1"/>
+</configuration>

Added: ipod-sharp/trunk/debian/libipod-cil.install
===================================================================
--- ipod-sharp/trunk/debian/libipod-cil.install	2005-09-05 09:06:34 UTC (rev 1984)
+++ ipod-sharp/trunk/debian/libipod-cil.install	2005-09-06 12:17:29 UTC (rev 1985)
@@ -0,0 +1,3 @@
+debian/tmp/usr/lib/ipod-sharp/ipod-sharp.dll usr/lib/ipod-sharp
+debian/tmp/usr/lib/pkgconfig/ipod-sharp.pc usr/lib/pkgconfig
+

Added: ipod-sharp/trunk/debian/libipodui-cil.install
===================================================================
--- ipod-sharp/trunk/debian/libipodui-cil.install	2005-09-05 09:06:34 UTC (rev 1984)
+++ ipod-sharp/trunk/debian/libipodui-cil.install	2005-09-06 12:17:29 UTC (rev 1985)
@@ -0,0 +1,3 @@
+debian/tmp/usr/lib/ipod-sharp/ipod-sharp-ui.dll usr/lib/ipod-sharp
+debian/tmp/usr/lib/pkgconfig/ipod-sharp-ui.pc usr/lib/pkgconfig
+

Added: ipod-sharp/trunk/debian/rules
===================================================================
--- ipod-sharp/trunk/debian/rules	2005-09-05 09:06:34 UTC (rev 1984)
+++ ipod-sharp/trunk/debian/rules	2005-09-06 12:17:29 UTC (rev 1985)
@@ -0,0 +1,28 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+export MONO_SHARED_DIR=$(CURDIR)
+
+DEB_CONFIGURE_EXTRA_FLAGS := --disable-docs
+
+common-binary-predeb-indep::
+	dh_makeclilibs -m 0.5.3 -l 0.5.4
+	dh_clideps
+
+install/libipod-cil::
+	dh_install debian/ipod-sharp.dll.config usr/lib/ipod-sharp
+	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
+
+install/libipodui-cil::
+	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
+
+clean::
+	rm -rf $(MONO_SHARED_DIR)/.wapi
+	rm -f src/ipod-sharp.dll.mdb \
+		tools/ipod-tool.exe.mdb \
+		tests/ipod-sharp-tests.dll.mdb
+


Property changes on: ipod-sharp/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: ipod-sharp/trunk/debian/watch
===================================================================
--- ipod-sharp/trunk/debian/watch	2005-09-05 09:06:34 UTC (rev 1984)
+++ ipod-sharp/trunk/debian/watch	2005-09-06 12:17:29 UTC (rev 1985)
@@ -0,0 +1,2 @@
+version=2
+http://banshee-project.org/files/ipod-sharp/ipod-sharp-(.*)\.tar\.gz debian uupdate

Added: libipoddevice/trunk/debian/changelog
===================================================================
--- libipoddevice/trunk/debian/changelog	2005-09-05 09:06:34 UTC (rev 1984)
+++ libipoddevice/trunk/debian/changelog	2005-09-06 12:17:29 UTC (rev 1985)
@@ -0,0 +1,6 @@
+libipoddevice (0.3.1-1) experimental; urgency=low
+
+  * Initial Version 
+
+ -- Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>  Fri, 02 Sep 2005 15:15:01 +0200
+

Added: libipoddevice/trunk/debian/compat
===================================================================
--- libipoddevice/trunk/debian/compat	2005-09-05 09:06:34 UTC (rev 1984)
+++ libipoddevice/trunk/debian/compat	2005-09-06 12:17:29 UTC (rev 1985)
@@ -0,0 +1 @@
+4

Added: libipoddevice/trunk/debian/control
===================================================================
--- libipoddevice/trunk/debian/control	2005-09-05 09:06:34 UTC (rev 1984)
+++ libipoddevice/trunk/debian/control	2005-09-06 12:17:29 UTC (rev 1985)
@@ -0,0 +1,51 @@
+Source: libipoddevice
+Section: libs
+Priority: optional
+Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
+Uploaders: Sebastian Dröge <slomo at slomosnail.de>
+Build-Depends: debhelper (>= 4.1.0), cdbs, eject, pmount, pkg-config, libglib2.0-dev, libdbus-glib-1-dev, libhal-dev
+Standards-Version: 3.6.2
+
+Package: ipod
+Architecture: any
+Section: utils
+Depends: ${shlibs:Depends}, eject, pmount
+Description: tool for retrieving informations from iPods
+ libipoddevice provides basic low level device information about iPod devices.
+ The library makes it extremely easy to detect iPods. Basic metadata the
+ library can provide about an iPod:
+  * Mount Point
+  * Device Path
+  * iPod Model (Regular, Shuffle, Photo)
+  * iPod Name (not the volume name, but the actual user-assigned name)
+  * Disk Space (size, available, used)
+
+Package: libipoddevice0
+Architecture: any
+Depends: ${shlibs:Depends}, eject, pmount
+Description: library for retrieving informations from iPods
+ libipoddevice provides basic low level device information about iPod devices.
+ The library makes it extremely easy to detect iPods. Basic metadata the
+ library can provide about an iPod:
+  * Mount Point
+  * Device Path
+  * iPod Model (Regular, Shuffle, Photo)
+  * iPod Name (not the volume name, but the actual user-assigned name)
+  * Disk Space (size, available, used)
+
+Package: libipoddevice-dev
+Section: libdevel
+Architecture: any
+Depends: libipoddevice0 (= ${Source-Version}), libc6-dev | libc-dev, libglib2.0-dev, libhal-dev, libdbus-glib-1-dev
+Description: library for retrieving informations from iPods
+ libipoddevice provides basic low level device information about iPod devices.
+ The library makes it extremely easy to detect iPods. Basic metadata the
+ library can provide about an iPod:
+  * Mount Point
+  * Device Path
+  * iPod Model (Regular, Shuffle, Photo)
+  * iPod Name (not the volume name, but the actual user-assigned name)
+  * Disk Space (size, available, used)
+ .
+ This package contains development files.
+

Added: libipoddevice/trunk/debian/copyright
===================================================================
--- libipoddevice/trunk/debian/copyright	2005-09-05 09:06:34 UTC (rev 1984)
+++ libipoddevice/trunk/debian/copyright	2005-09-06 12:17:29 UTC (rev 1985)
@@ -0,0 +1,28 @@
+This package was debianized by Sebastian Dröge <mail at slomosnail.de> on
+Fri, 02 Sep 2005 15:15:41 +0200.
+
+It was downloaded from cvs.gnome.org
+
+Upstream Authors: Aaron Bockover (aaron at aaronbock.net)
+
+Copyright:
+  Copyright (C) 2005 Novell
+
+  This program is free software; you can redistribute it and/or
+  modify it under the terms of version 2.1 of the GNU Lesser General Public
+  License as published by the Free Software Foundation.
+
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Lesser Public License for more details.
+
+  You should have received a copy of the GNU Lesser General Public License
+  along with this program; if not, write to the Free Software
+  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+  USA
+
+  This program is free software; you can redistribute it and/or modify it
+  under the terms of the GNU General Public License Version 2, found on
+  Debian systems in the file /usr/share/common-licenses/GPL.
+

Added: libipoddevice/trunk/debian/ipod.install
===================================================================
--- libipoddevice/trunk/debian/ipod.install	2005-09-05 09:06:34 UTC (rev 1984)
+++ libipoddevice/trunk/debian/ipod.install	2005-09-06 12:17:29 UTC (rev 1985)
@@ -0,0 +1 @@
+debian/tmp/usr/bin/ipod usr/bin

Added: libipoddevice/trunk/debian/libipoddevice-dev.install
===================================================================
--- libipoddevice/trunk/debian/libipoddevice-dev.install	2005-09-05 09:06:34 UTC (rev 1984)
+++ libipoddevice/trunk/debian/libipoddevice-dev.install	2005-09-06 12:17:29 UTC (rev 1985)
@@ -0,0 +1,5 @@
+debian/tmp/usr/include usr
+debian/tmp/usr/lib/libipoddevice.a usr/lib
+debian/tmp/usr/lib/libipoddevice.la usr/lib
+debian/tmp/usr/lib/libipoddevice.so usr/lib
+debian/tmp/usr/lib/pkgconfig usr/lib

Added: libipoddevice/trunk/debian/libipoddevice0.install
===================================================================
--- libipoddevice/trunk/debian/libipoddevice0.install	2005-09-05 09:06:34 UTC (rev 1984)
+++ libipoddevice/trunk/debian/libipoddevice0.install	2005-09-06 12:17:29 UTC (rev 1985)
@@ -0,0 +1 @@
+debian/tmp/usr/lib/libipoddevice.so.* usr/lib

Added: libipoddevice/trunk/debian/rules
===================================================================
--- libipoddevice/trunk/debian/rules	2005-09-05 09:06:34 UTC (rev 1984)
+++ libipoddevice/trunk/debian/rules	2005-09-06 12:17:29 UTC (rev 1985)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+DEB_NOREVISION_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | \
+   cut -f 2 -d ' ' | cut -f 1 -d '-')
+
+DEB_DH_MAKESHLIBS_ARGS_libipoddevice0 := -V"libipoddevice0 \
+        (>= $(DEB_NOREVISION_VERSION))"
+	
+DEB_SHLIBDEPS_INCLUDE := debian/libipoddevice0/usr/lib
+


Property changes on: libipoddevice/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: libipoddevice/trunk/debian/watch
===================================================================
--- libipoddevice/trunk/debian/watch	2005-09-05 09:06:34 UTC (rev 1984)
+++ libipoddevice/trunk/debian/watch	2005-09-06 12:17:29 UTC (rev 1985)
@@ -0,0 +1,2 @@
+version=2
+http://banshee-project.org/files/libipoddevice/libipoddevice-(.*)\.tar\.gz debian uupdate




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