debian/0000775000000000000000000000000012264373265007202 5ustar debian/rules0000775000000000000000000000005712264372607010263 0ustar #!/usr/bin/make -f %: dh $@ --with autoreconf debian/watch0000664000000000000000000000010512235544203010215 0ustar version=3 http://gtk.mplat.es/libgrss/tarballs/libgrss-(.*)\.tar\.gz debian/libgrss-1.0-0.install0000664000000000000000000000006612235544203012660 0ustar usr/lib/libgrss-1.0.so.0.0.0 usr/lib/libgrss-1.0.so.0 debian/changelog0000664000000000000000000000260012264373262011047 0ustar libgrss (0.5.0-2ubuntu1) trusty; urgency=medium * Use dh-autoreconf to get new libtool macros for ppc64el. * Build-depend on gtk-doc-tools to fix FTBFS while autoreconfing. -- Logan Rosen Sat, 11 Jan 2014 20:53:30 -0500 libgrss (0.5.0-2) unstable; urgency=low * [62e4f61] Add patch to fix compile failures (Closes: #728643) -- Jon Bernard Sun, 03 Nov 2013 17:04:41 -0500 libgrss (0.5.0-1) unstable; urgency=low * [0ca581e] New upstream version 0.5.0 -- Jon Bernard Sun, 11 Mar 2012 12:16:17 -0400 libgrss (0.4.0-3) unstable; urgency=low * [7c21ec6] Remove unneeded .la file (Closes: #621647) * [7a58709] Remove article from start of description synopsis -- Jon Bernard Sun, 10 Apr 2011 09:26:03 -0400 libgrss (0.4.0-2) unstable; urgency=low * [e872d5] Fix dependencies for libgrss-dev (Closes: #590784) - thanks to Krzysztof Klimonda * [d6739f] Bump Standards-Version to 3.9.1, no changes necessary -- Jon Bernard Thu, 29 Jul 2010 10:43:44 -0400 libgrss (0.4.0-1) unstable; urgency=low * [2584d5] Imported Upstream version 0.4.0 -- Jon Bernard Fri, 23 Apr 2010 09:57:28 -0400 libgrss (0.3.0-1) unstable; urgency=low * Initial release (Closes: #576271) -- Jon Bernard Fri, 02 Apr 2010 15:15:35 -0400 debian/compat0000664000000000000000000000000212235544203010366 0ustar 7 debian/libgrss-dev.docs0000664000000000000000000000000712235544203012260 0ustar README debian/copyright0000664000000000000000000000312612235544203011125 0ustar This work was packaged for Debian by: Jon Bernard on Fri, 02 Apr 2010 15:15:35 -0400 It was downloaded from: http://gtk.mplat.es/libgrss/tarballs/ Upstream Author: Roberto Guido Copyright: Copyright (C) 2009-2010 Roberto Guido Copyright (C) 2009-2010 Michele Tameni Copyright (C) 2000-2002 David Helder Copyright (C) 2000-2003 Andrew Lanoix Copyright (C) 2007 Tim-Philipp Mülle Copyright (C) 2004-2006 Nathan Conrad Copyright (C) 2003-2009 Lars Lindner Copyright (C) 2004-2006 Nathan J. Conrad Copyright (C) 2001 Ximian, Inc. - Chris Lahey 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 3 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 General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU Lesser General Public License can be found in "/usr/share/common-licenses/LGPL-3". The Debian packaging is: Copyright (C) 2010 Jon Bernard and is licensed under the GPL version 3, see "/usr/share/common-licenses/GPL-3". debian/source/0000775000000000000000000000000012235544203010470 5ustar debian/source/format0000664000000000000000000000001412235544203011676 0ustar 3.0 (quilt) debian/libgrss-1.0-0.docs0000664000000000000000000000000712235544203012135 0ustar README debian/control0000664000000000000000000000234412264373253010605 0ustar Source: libgrss Section: libs Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Jon Bernard Build-Depends: debhelper (>= 7), dh-autoreconf, libxml2-dev, libsoup2.4-dev, gnome-doc-utils, gtk-doc-tools Standards-Version: 3.9.1 Vcs-Git: git://git.debian.org/git/collab-maint/libgrss.git Vcs-Browser: http://git.debian.org/?p=collab-maint/libgrss.git;a=summary Package: libgrss-1.0-0 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Glib-based library to manage RSS and Atom feeds libgrss is a Glib abstraction library for handling feeds in RSS, Atom and other formats. It is intended to be used to manage syndication of feeds in a convenient way. Package: libgrss-dev Section: libdevel Architecture: any Depends: ${misc:Depends}, libgrss-1.0-0 (= ${binary:Version}), libxml2-dev, libsoup2.4-dev Description: Glib-based library to manage RSS and Atom feeds - development files libgrss is a Glib abstraction library for handling feeds in RSS, Atom and other formats. It is intended to be used to manage syndication of feeds in a convenient way. . Install this package if you wish to develop your own programs using the libgrss library. debian/libgrss-dev.install0000664000000000000000000000007712235544203013005 0ustar usr/include usr/lib/pkgconfig usr/lib/libgrss-1.0.so usr/share debian/patches/0000775000000000000000000000000012235544203010617 5ustar debian/patches/series0000664000000000000000000000007612235544203012037 0ustar 0001-Add-appropriate-include-directives-at-compile-time.patch debian/patches/0001-Add-appropriate-include-directives-at-compile-time.patch0000664000000000000000000000200512235544203023773 0ustar From 7c77ee7df0f186d1b6200750ea5d20b8c78fe762 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Sun, 3 Nov 2013 16:58:44 -0500 Subject: [PATCH] Add appropriate include directives at compile time --- src/feeds-subscriber.c | 3 +++ src/utils.c | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/feeds-subscriber.c b/src/feeds-subscriber.c index eed970e..0361c2d 100644 --- a/src/feeds-subscriber.c +++ b/src/feeds-subscriber.c @@ -26,6 +26,9 @@ #include "feed-parser.h" #include "feed-marshal.h" +#include +#include + #define DEFAULT_SERVER_PORT 8444 #define FEEDS_SUBSCRIBER_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), GRSS_FEEDS_SUBSCRIBER_TYPE, GrssFeedsSubscriberPrivate)) diff --git a/src/utils.c b/src/utils.c index 6bf66c6..488d55f 100644 --- a/src/utils.c +++ b/src/utils.c @@ -28,6 +28,9 @@ #include "utils.h" +#include +#include + typedef struct { gchar *data; gint length; -- 1.8.4.rc3