[Pkg-gtkpod-devel] r84 - in libgpod/trunk: . bindings/python/examples debian

Frank Lichtenheld djpig at costa.debian.org
Thu Dec 29 13:22:58 UTC 2005


Author: djpig
Date: 2005-12-29 13:22:57 +0000 (Thu, 29 Dec 2005)
New Revision: 84

Added:
   libgpod/trunk/debian/
   libgpod/trunk/debian/changelog
   libgpod/trunk/debian/compat
   libgpod/trunk/debian/control
   libgpod/trunk/debian/copyright
   libgpod/trunk/debian/libgpod-common.install
   libgpod/trunk/debian/libgpod-dev.install
   libgpod/trunk/debian/libgpod0.install
   libgpod/trunk/debian/rules
Modified:
   libgpod/trunk/bindings/python/examples/play.py
   libgpod/trunk/bindings/python/examples/tag-genre-from-audioscrobber.py
   libgpod/trunk/compile
   libgpod/trunk/config.guess
   libgpod/trunk/config.sub
   libgpod/trunk/configure
   libgpod/trunk/depcomp
   libgpod/trunk/install-sh
   libgpod/trunk/missing
   libgpod/trunk/mkinstalldirs
Log:
Load libgpod-0.3.0 into libgpod/trunk.



Property changes on: libgpod/trunk/bindings/python/examples/play.py
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: libgpod/trunk/bindings/python/examples/tag-genre-from-audioscrobber.py
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: libgpod/trunk/compile
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: libgpod/trunk/config.guess
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: libgpod/trunk/config.sub
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: libgpod/trunk/configure
___________________________________________________________________
Name: svn:executable
   - 
   + *

Added: libgpod/trunk/debian/changelog
===================================================================
--- libgpod/trunk/debian/changelog	2005-12-29 13:22:23 UTC (rev 83)
+++ libgpod/trunk/debian/changelog	2005-12-29 13:22:57 UTC (rev 84)
@@ -0,0 +1,35 @@
+libgpod (0.3.0-0ubuntu1) dapper; urgency=low
+
+  * New upstream version
+  * debian/patches/00_overflow_fix.patch:
+    - fixed with the new version
+
+ -- Sebastien Bacher <seb128 at canonical.com>  Tue, 20 Dec 2005 23:08:57 +0100
+
+libgpod (0.2.0-1ubuntu3) dapper; urgency=low
+
+  * debian/control:
+    - build with dbus 0.60
+
+ -- Sebastien Bacher <seb128 at canonical.com>  Tue, 20 Dec 2005 20:28:22 +0100
+
+libgpod (0.2.0-1ubuntu2) dapper; urgency=low
+
+  * debian/patches/00_overflow_fix.patch:
+    - protect of potential buffer overflows with the current code.
+
+ -- Sebastien Bacher <seb128 at canonical.com>  Tue, 29 Nov 2005 18:13:20 +0100
+
+libgpod (0.2.0-1ubuntu1) dapper; urgency=low
+
+  * debian/control:
+    - fix the arch for libgpod-common
+    - libgpod0 Recommends libgpod-common
+
+ -- Sebastien Bacher <seb128 at canonical.com>  Mon, 28 Nov 2005 19:39:47 +0100
+
+libgpod (0.2.0-1) dapper; urgency=low
+
+  * Initial upload
+
+ -- Sebastien Bacher <seb128 at canonical.com>  Wed, 23 Nov 2005 18:58:31 +0100

Added: libgpod/trunk/debian/compat
===================================================================
--- libgpod/trunk/debian/compat	2005-12-29 13:22:23 UTC (rev 83)
+++ libgpod/trunk/debian/compat	2005-12-29 13:22:57 UTC (rev 84)
@@ -0,0 +1 @@
+4

Added: libgpod/trunk/debian/control
===================================================================
--- libgpod/trunk/debian/control	2005-12-29 13:22:23 UTC (rev 83)
+++ libgpod/trunk/debian/control	2005-12-29 13:22:57 UTC (rev 84)
@@ -0,0 +1,40 @@
+Source: libgpod
+Priority: optional
+Maintainer: Sebastien Bacher <seb128 at debian.org>
+Build-Depends: debhelper (>= 4.0.0), autotools-dev, cdbs, libglib2.0-dev (>= 2.4), libhal-dev, libdbus-glib-1-dev (>= 0.60), libxml-parser-perl
+Standards-Version: 3.6.2
+Section: libs
+
+Package: libgpod-dev
+Section: libdevel
+Architecture: any
+Depends: libgpod0 (= ${Source-Version})
+Description: a library to read and write songs and artwork to an iPod
+ libgpod is a library meant to abstract access to an iPod content. It
+ provides an easy to use API to retrieve the list of files and playlist
+ stored on an iPod, to modify them and to save them back to the iPod
+ .
+ This package contains the include files and static library.
+
+Package: libgpod0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: libgpod-common
+Description: a library to read and write songs and artwork to an iPod
+ libgpod is a library meant to abstract access to an iPod content. It
+ provides an easy to use API to retrieve the list of files and playlist
+ stored on an iPod, to modify them and to save them back to the iPod
+ .
+ This package contains the shared library.
+
+Package: libgpod-common
+Section: libs
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: a library to read and write songs and artwork to an iPod
+ libgpod is a library meant to abstract access to an iPod content. It
+ provides an easy to use API to retrieve the list of files and playlist
+ stored on an iPod, to modify them and to save them back to the iPod
+ .
+ This package contains the files doing the internationalization.

Added: libgpod/trunk/debian/copyright
===================================================================
--- libgpod/trunk/debian/copyright	2005-12-29 13:22:23 UTC (rev 83)
+++ libgpod/trunk/debian/copyright	2005-12-29 13:22:57 UTC (rev 84)
@@ -0,0 +1,29 @@
+This package was debianized by Sebastien Bacher <seb128 at debian.org> on
+Tue, 22 Nov 2005 10:46:59 +0100.
+
+It was downloaded from http://www.gtkpod.org/downloads.html
+
+Copyright Holder:
+
+Jorg Schuler <jcsjcs at users.sourceforge.net> (original gtkpod code)
+Christophe Fergeau <teuf at gnome.org> (libraryfication)
+
+License:
+
+    This package is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2 of the License, or (at your option) any later version.
+
+    This package 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
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with this package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL'.
+

Added: libgpod/trunk/debian/libgpod-common.install
===================================================================
--- libgpod/trunk/debian/libgpod-common.install	2005-12-29 13:22:23 UTC (rev 83)
+++ libgpod/trunk/debian/libgpod-common.install	2005-12-29 13:22:57 UTC (rev 84)
@@ -0,0 +1 @@
+debian/tmp/usr/share

Added: libgpod/trunk/debian/libgpod-dev.install
===================================================================
--- libgpod/trunk/debian/libgpod-dev.install	2005-12-29 13:22:23 UTC (rev 83)
+++ libgpod/trunk/debian/libgpod-dev.install	2005-12-29 13:22:57 UTC (rev 84)
@@ -0,0 +1,6 @@
+debian/tmp/usr/include/*
+debian/tmp/usr/lib/lib*.a
+debian/tmp/usr/lib/lib*.so
+debian/tmp/usr/lib/pkgconfig/*
+debian/tmp/usr/lib/*.la
+debian/tmp/usr/share/pkgconfig/*

Added: libgpod/trunk/debian/libgpod0.install
===================================================================
--- libgpod/trunk/debian/libgpod0.install	2005-12-29 13:22:23 UTC (rev 83)
+++ libgpod/trunk/debian/libgpod0.install	2005-12-29 13:22:57 UTC (rev 84)
@@ -0,0 +1 @@
+debian/tmp/usr/lib/lib*.so.*

Added: libgpod/trunk/debian/rules
===================================================================
--- libgpod/trunk/debian/rules	2005-12-29 13:22:23 UTC (rev 83)
+++ libgpod/trunk/debian/rules	2005-12-29 13:22:57 UTC (rev 84)
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/class/autotools.mk
+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
+
+DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-O1 -Wl,--as-needed"
+
+#DEB_DH_MAKESHLIBS_ARGS_libgpod0 := -V 'libgpod'


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


Property changes on: libgpod/trunk/depcomp
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: libgpod/trunk/install-sh
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: libgpod/trunk/missing
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: libgpod/trunk/mkinstalldirs
___________________________________________________________________
Name: svn:executable
   - 
   + *




More information about the Pkg-gtkpod-devel mailing list