r20218 - in /packages/unstable/libgdata: ./ debian/ debian/patches/

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Tue Jun 2 08:48:06 UTC 2009


Author: slomo
Date: Tue Jun  2 08:48:06 2009
New Revision: 20218

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20218
Log:
Add initial libgdata packaging

Added:
    packages/unstable/libgdata/
    packages/unstable/libgdata/debian/
    packages/unstable/libgdata/debian/changelog
    packages/unstable/libgdata/debian/compat
    packages/unstable/libgdata/debian/control
    packages/unstable/libgdata/debian/control.in
    packages/unstable/libgdata/debian/copyright
    packages/unstable/libgdata/debian/docs
    packages/unstable/libgdata/debian/libgdata-dev.install
    packages/unstable/libgdata/debian/libgdata-doc.install
    packages/unstable/libgdata/debian/libgdata4.install
    packages/unstable/libgdata/debian/patches/
    packages/unstable/libgdata/debian/patches/99_ltmain_as-needed.patch
    packages/unstable/libgdata/debian/rules   (with props)
    packages/unstable/libgdata/debian/watch

Added: packages/unstable/libgdata/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgdata/debian/changelog?rev=20218&op=file
==============================================================================
--- packages/unstable/libgdata/debian/changelog (added)
+++ packages/unstable/libgdata/debian/changelog Tue Jun  2 08:48:06 2009
@@ -1,0 +1,6 @@
+libgdata (0.3.0-1) unstable; urgency=low
+
+  * Initial version.
+
+ -- Sebastian Dröge <slomo at debian.org>  Tue, 02 Jun 2009 09:13:36 +0200
+

Added: packages/unstable/libgdata/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgdata/debian/compat?rev=20218&op=file
==============================================================================
--- packages/unstable/libgdata/debian/compat (added)
+++ packages/unstable/libgdata/debian/compat Tue Jun  2 08:48:06 2009
@@ -1,0 +1,1 @@
+5

Added: packages/unstable/libgdata/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgdata/debian/control?rev=20218&op=file
==============================================================================
--- packages/unstable/libgdata/debian/control (added)
+++ packages/unstable/libgdata/debian/control Tue Jun  2 08:48:06 2009
@@ -1,0 +1,60 @@
+Source: libgdata
+Section: libs
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Sebastian Dröge <slomo at debian.org>
+Uploaders: Sebastian Dröge <slomo at debian.org>
+Build-Depends: cdbs (>= 0.4.41),
+               debhelper (>= 5),
+               gnome-pkg-tools (>= 0.11),
+               pkg-config (>= 0.14),
+               libglib2.0-dev (>= 2.19.0),
+               libxml2-dev,
+               libsoup2.4-dev (>= 2.26.1),
+               libsoup-gnome2.4-dev (>= 2.26.1),
+               intltool (>= 0.35)
+Standards-Version: 3.8.1
+Homepage: http://live.gnome.org/libgdata
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/libgdata
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgdata?op=log
+
+Package: libgdata4
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: Library for accessing online service using the GData protocol - shared libraries
+ libgdata is a GLib-based library for accessing online service APIs using
+ the GData protocol — most notably, Google's services. It provides APIs
+ to access the common Google services, and has full asynchronous support. 
+ .
+ This package contains the shared libraries.
+
+Package: libgdata-dev
+Section: libdevel
+Architecture: any
+Depends: libgdata4 (= ${binary:Version}),
+         ${misc:Depends},
+         libglib2.0-dev (>= 2.19.0),
+         libxml2-dev,
+         libsoup2.4-dev (>= 2.26.1)
+Suggests: libgdata-doc
+Description: Library for accessing online service using the GData protocol - development files
+ libgdata is a GLib-based library for accessing online service APIs using
+ the GData protocol — most notably, Google's services. It provides APIs
+ to access the common Google services, and has full asynchronous support. 
+ .
+ This package contains the headers and development libraries needed to
+ build applications using the libgdata library
+
+Package: libgdata-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: libgdata4
+Suggests: devhelp
+Description: Library for accessing online service using the GData protocol - documentation
+ libgdata is a GLib-based library for accessing online service APIs using
+ the GData protocol — most notably, Google's services. It provides APIs
+ to access the common Google services, and has full asynchronous support. 
+ .
+ This package contains the HTML documentation for the libgdata library

Added: packages/unstable/libgdata/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgdata/debian/control.in?rev=20218&op=file
==============================================================================
--- packages/unstable/libgdata/debian/control.in (added)
+++ packages/unstable/libgdata/debian/control.in Tue Jun  2 08:48:06 2009
@@ -1,0 +1,60 @@
+Source: libgdata
+Section: libs
+Priority: optional
+Maintainer: @GNOME_TEAM@
+Uploaders: Sebastian Dröge <slomo at debian.org>
+Build-Depends: cdbs (>= 0.4.41),
+               debhelper (>= 5),
+               gnome-pkg-tools (>= 0.11),
+               pkg-config (>= 0.14),
+               libglib2.0-dev (>= 2.19.0),
+               libxml2-dev,
+               libsoup2.4-dev (>= 2.26.1),
+               libsoup-gnome2.4-dev (>= 2.26.1),
+               intltool (>= 0.35)
+Standards-Version: 3.8.1
+Homepage: http://live.gnome.org/libgdata
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/libgdata
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgdata?op=log
+
+Package: libgdata4
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: Library for accessing online service using the GData protocol - shared libraries
+ libgdata is a GLib-based library for accessing online service APIs using
+ the GData protocol — most notably, Google's services. It provides APIs
+ to access the common Google services, and has full asynchronous support. 
+ .
+ This package contains the shared libraries.
+
+Package: libgdata-dev
+Section: libdevel
+Architecture: any
+Depends: libgdata4 (= ${binary:Version}),
+         ${misc:Depends},
+         libglib2.0-dev (>= 2.19.0),
+         libxml2-dev,
+         libsoup2.4-dev (>= 2.26.1)
+Suggests: libgdata-doc
+Description: Library for accessing online service using the GData protocol - development files
+ libgdata is a GLib-based library for accessing online service APIs using
+ the GData protocol — most notably, Google's services. It provides APIs
+ to access the common Google services, and has full asynchronous support. 
+ .
+ This package contains the headers and development libraries needed to
+ build applications using the libgdata library
+
+Package: libgdata-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: libgdata4
+Suggests: devhelp
+Description: Library for accessing online service using the GData protocol - documentation
+ libgdata is a GLib-based library for accessing online service APIs using
+ the GData protocol — most notably, Google's services. It provides APIs
+ to access the common Google services, and has full asynchronous support. 
+ .
+ This package contains the HTML documentation for the libgdata library

Added: packages/unstable/libgdata/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgdata/debian/copyright?rev=20218&op=file
==============================================================================
--- packages/unstable/libgdata/debian/copyright (added)
+++ packages/unstable/libgdata/debian/copyright Tue Jun  2 08:48:06 2009
@@ -1,0 +1,40 @@
+This package was debianized by Sebastian Dröge <slomo at debian.org> on
+Tue, 02 Jun 2009 09:13:36 +0200.
+
+It was downloaded from http://ftp.gnome.org/pub/gnome/sources/libgdata/
+
+Upstream Author:
+
+  Philip Withnall <philip at tecnocode.co.uk>
+
+Copyright:
+    
+    For everything not listed below:
+      Copyright (C) Philip Withnall 2008-2009 <philip at tecnocode.co.uk>
+      
+    For gdata/gdata-access-rule.[ch]:
+      Copyright (C) Thibault Saunier 2009 <saunierthibault at gmail.com>
+      Copyright (C) Philip Withnall 2009 <philip at tecnocode.co.uk>
+
+    For gdata/gdata-service.c:
+      Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
+      Copyright (C) Philip Withnall 2008-2009 <philip at tecnocode.co.uk>
+
+License:
+
+    This library 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.1 of the License, or (at your option) any later version.
+
+    This library 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 library; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
+    On Debian GNU/Linux systems, the complete text of the GNU Lesser General
+    Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.

Added: packages/unstable/libgdata/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgdata/debian/docs?rev=20218&op=file
==============================================================================
--- packages/unstable/libgdata/debian/docs (added)
+++ packages/unstable/libgdata/debian/docs Tue Jun  2 08:48:06 2009
@@ -1,0 +1,3 @@
+AUTHORS
+NEWS
+README

Added: packages/unstable/libgdata/debian/libgdata-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgdata/debian/libgdata-dev.install?rev=20218&op=file
==============================================================================
--- packages/unstable/libgdata/debian/libgdata-dev.install (added)
+++ packages/unstable/libgdata/debian/libgdata-dev.install Tue Jun  2 08:48:06 2009
@@ -1,0 +1,4 @@
+debian/tmp/usr/include/libgdata/gdata/*
+debian/tmp/usr/lib/libgdata.a
+debian/tmp/usr/lib/libgdata.so
+debian/tmp/usr/lib/pkgconfig/libgdata*

Added: packages/unstable/libgdata/debian/libgdata-doc.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgdata/debian/libgdata-doc.install?rev=20218&op=file
==============================================================================
--- packages/unstable/libgdata/debian/libgdata-doc.install (added)
+++ packages/unstable/libgdata/debian/libgdata-doc.install Tue Jun  2 08:48:06 2009
@@ -1,0 +1,1 @@
+debian/tmp/usr/share/gtk-doc/html/gdata/*

Added: packages/unstable/libgdata/debian/libgdata4.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgdata/debian/libgdata4.install?rev=20218&op=file
==============================================================================
--- packages/unstable/libgdata/debian/libgdata4.install (added)
+++ packages/unstable/libgdata/debian/libgdata4.install Tue Jun  2 08:48:06 2009
@@ -1,0 +1,2 @@
+debian/tmp/usr/lib/libgdata.so.*
+debian/tmp/usr/share/locale

Added: packages/unstable/libgdata/debian/patches/99_ltmain_as-needed.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgdata/debian/patches/99_ltmain_as-needed.patch?rev=20218&op=file
==============================================================================
--- packages/unstable/libgdata/debian/patches/99_ltmain_as-needed.patch (added)
+++ packages/unstable/libgdata/debian/patches/99_ltmain_as-needed.patch Tue Jun  2 08:48:06 2009
@@ -1,0 +1,30 @@
+--- ltmain.sh.old	2007-10-09 07:38:25.000000000 +0200
++++ ltmain.sh	2007-10-09 07:39:25.000000000 +0200
+@@ -1794,6 +1794,11 @@
+ 	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
+ 	;;
+ 
++      -Wl,--as-needed)
++	deplibs="$deplibs $arg"
++	continue
++	;;
++
+       -Wl,*)
+ 	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
+ 	arg=
+@@ -2137,6 +2142,15 @@
+ 	lib=
+ 	found=no
+ 	case $deplib in
++	-Wl,--as-needed)
++	  if test "$linkmode,$pass" = "prog,link"; then
++	    compile_deplibs="$deplib $compile_deplibs"
++	    finalize_deplibs="$deplib $finalize_deplibs"
++	  else
++	    deplibs="$deplib $deplibs"
++	  fi
++	  continue
++	  ;;
+ 	-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
+ 	  if test "$linkmode,$pass" = "prog,link"; then
+ 	    compile_deplibs="$deplib $compile_deplibs"

Added: packages/unstable/libgdata/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgdata/debian/rules?rev=20218&op=file
==============================================================================
--- packages/unstable/libgdata/debian/rules (added)
+++ packages/unstable/libgdata/debian/rules Tue Jun  2 08:48:06 2009
@@ -1,0 +1,18 @@
+#!/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/rules/utils.mk
+include /usr/share/cdbs/1/class/gnome.mk
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+
+LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+
+libgdata := $(shell sed -nr 's/^Package:[[:space:]]*(libgdata\.0-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
+
+SHLIBVER := 0.3.0
+
+DEB_DH_MAKESHLIBS_ARGS_$(libgdata) = -V '$(libgdata) (>= $(SHLIBVER))'
+

Propchange: packages/unstable/libgdata/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/unstable/libgdata/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgdata/debian/watch?rev=20218&op=file
==============================================================================
--- packages/unstable/libgdata/debian/watch (added)
+++ packages/unstable/libgdata/debian/watch Tue Jun  2 08:48:06 2009
@@ -1,0 +1,2 @@
+version=3
+http://ftp.gnome.org/pub/gnome/sources/libgdata/([\d\.]+)/libgdata-([\d\.]+)\.tar\.gz




More information about the pkg-gnome-commits mailing list