--- libgdata-0.5.0.orig/debian/libgdata6.install +++ libgdata-0.5.0/debian/libgdata6.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libgdata.so.* --- libgdata-0.5.0.orig/debian/libgdata-dev.install +++ libgdata-0.5.0/debian/libgdata-dev.install @@ -0,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* --- libgdata-0.5.0.orig/debian/changelog +++ libgdata-0.5.0/debian/changelog @@ -0,0 +1,39 @@ +libgdata (0.5.0-1) unstable; urgency=low + + * New upstream release: + + debian/rules, + debian/control.in, + debian/libgdata[56].install: + - Update for the new soname. + + debian/copyright: + - Update copyright information. + * debian/control.in: + + Update Standards-Version to 3.8.3. + + -- Sebastian Dröge Mon, 21 Sep 2009 15:57:16 +0200 + +libgdata (0.4.0-1) unstable; urgency=low + + * New upstream release: + + debian/rules, + debian/control.in, + debian/libgdata[45].install: + - Update for the new soname. + + debian/copyright: + - Update copyright information. + + -- Sebastian Dröge Tue, 21 Jul 2009 07:49:53 +0200 + +libgdata (0.3.0-2) unstable; urgency=low + + * debian/copyright: + + Fix copyright. + + -- Sebastian Dröge Sun, 05 Jul 2009 23:29:42 +0200 + +libgdata (0.3.0-1) unstable; urgency=low + + * Initial version (Closes: #531547). + + -- Sebastian Dröge Sun, 05 Jul 2009 17:07:05 +0200 + --- libgdata-0.5.0.orig/debian/watch +++ libgdata-0.5.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://ftp.gnome.org/pub/gnome/sources/libgdata/([\d\.]+)/libgdata-([\d\.]+)\.tar\.gz --- libgdata-0.5.0.orig/debian/libgdata-doc.install +++ libgdata-0.5.0/debian/libgdata-doc.install @@ -0,0 +1 @@ +debian/tmp/usr/share/gtk-doc/html/gdata/* --- libgdata-0.5.0.orig/debian/control.in +++ libgdata-0.5.0/debian/control.in @@ -0,0 +1,72 @@ +Source: libgdata +Section: libs +Priority: optional +Maintainer: @GNOME_TEAM@ +Uploaders: Sebastian Dröge +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.3 +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: libgdata6 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libgdata-common +Description: Library for accessing GData webservices - 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-common +Section: libs +Architecture: all +Depends: ${misc:Depends} +Description: Library for accessing GData webservices - common data 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 common data files for libgdata. + +Package: libgdata-dev +Section: libdevel +Architecture: any +Depends: libgdata6 (= ${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 GData webservices - 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: libgdata6 +Suggests: devhelp +Description: Library for accessing GData webservices - 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 --- libgdata-0.5.0.orig/debian/copyright +++ libgdata-0.5.0/debian/copyright @@ -0,0 +1,57 @@ +This package was debianized by Sebastian Dröge 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 + +Copyright: + + For everything not listed below: + Copyright (C) Philip Withnall 2008-2009 + + For gdata/gdata-access-rule.[ch]: + Copyright (C) Thibault Saunier 2009 + Copyright (C) Philip Withnall 2009 + + For gdata/gdata-service.c: + Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) + Copyright (C) Philip Withnall 2008-2009 + + For gdata/tests/documents.c, + gdata/services/documents/*: + Copyright (C) Thibault Saunier 2009 + + For gdata/tests/picasaweb.c, + gdata/georss/gdata-georss-where.[ch], + gdata/services/picasaweb/gdata-picasaweb-file.[ch], + gdata/services/picasaweb/gdata-picasaweb-query.[ch], + gdata/services/picasaweb/gdata-picasaweb-service.[ch], + gdata/services/picasaweb/gdata-picasaweb-album.[ch]: + Copyright (C) Philip Withnall 2009 + Copyright (C) Richard Schwarting 2009 + + For gdata/exif/gdata-exif-tags.[ch]: + Copyright (C) Richard Schwarting 2009 + +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'. + --- libgdata-0.5.0.orig/debian/control +++ libgdata-0.5.0/debian/control @@ -0,0 +1,72 @@ +Source: libgdata +Section: libs +Priority: optional +Maintainer: Debian GNOME Maintainers , Sebastian Dröge +Uploaders: Sebastian Dröge +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.3 +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: libgdata6 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libgdata-common +Description: Library for accessing GData webservices - 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-common +Section: libs +Architecture: all +Depends: ${misc:Depends} +Description: Library for accessing GData webservices - common data 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 common data files for libgdata. + +Package: libgdata-dev +Section: libdevel +Architecture: any +Depends: libgdata6 (= ${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 GData webservices - 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: libgdata6 +Suggests: devhelp +Description: Library for accessing GData webservices - 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 --- libgdata-0.5.0.orig/debian/docs +++ libgdata-0.5.0/debian/docs @@ -0,0 +1,3 @@ +AUTHORS +NEWS +README --- libgdata-0.5.0.orig/debian/rules +++ libgdata-0.5.0/debian/rules @@ -0,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.5.0 + +DEB_DH_MAKESHLIBS_ARGS_$(libgdata) = -V '$(libgdata) (>= $(SHLIBVER))' + --- libgdata-0.5.0.orig/debian/libgdata-common.install +++ libgdata-0.5.0/debian/libgdata-common.install @@ -0,0 +1 @@ +debian/tmp/usr/share/locale --- libgdata-0.5.0.orig/debian/compat +++ libgdata-0.5.0/debian/compat @@ -0,0 +1 @@ +5 --- libgdata-0.5.0.orig/debian/patches/99_ltmain_as-needed.patch +++ libgdata-0.5.0/debian/patches/99_ltmain_as-needed.patch @@ -0,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"