debian/0000755000000000000000000000000012231436406007167 5ustar debian/libgnome2-gconf-perl.docs0000644000000000000000000000000511661253365013753 0ustar NEWS debian/watch0000644000000000000000000000011011661253365010217 0ustar version=3 http://sf.net/gtk2-perl/Gnome2-GConf-(\d+\.\d\d\d?)\.tar\.gz debian/rules0000755000000000000000000000012011661253365010247 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: dbus-launch dh_auto_test debian/copyright0000644000000000000000000000203111661253365011125 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: gtk2-perl team Source: http://search.cpan.org/dist/Gnome2-GConf/ Name: Gnome2-GConf Files: * Copyright: 2003-2006 Emmanuele Bassi License: LGPL-2+ Files: examples/simple-controller.pl, examples/simple-view.pl Copyright: Copyright (C) 1999, 2000 Red Hat Inc 2003 Emmanuele Bassi License: LGPL-2+ Files: debian/* Copyright: 2004, 2005, 2006, 2008, Marc 'HE' Brockschmidt 2009, Ryan Niebur 2011, gregor herrmann License: LGPL-2+ License: LGPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. . On Debian systems, the complete text of version 2 of the GNU Library General Public License can be found in `/usr/share/common-licenses/LGPL-2'. debian/source/0000755000000000000000000000000011661253365010476 5ustar debian/source/format0000644000000000000000000000001411661253365011704 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011661253365010625 5ustar debian/patches/disable-orbit0000644000000000000000000000163411661253365013274 0ustar Description: Disable gconf_engine_key_is_writable This symbol is not available in libgconf when it is configured without ORBit support, which is currently the case in Debian. Author: Colin Watson Bug-Debian: http://bugs.debian.org/649055 Forwarded: no Last-Update: 2011-11-17 Index: b/xs/GConfEngine.xs =================================================================== --- a/xs/GConfEngine.xs +++ b/xs/GConfEngine.xs @@ -350,6 +350,8 @@ if (err) gperl_croak_gerror (NULL, err); +#if 0 /* requires gconf to be configured with ORBit support */ + ##gboolean gconf_engine_key_is_writable (GConfEngine *conf, ## const gchar *key, ## GError **err); @@ -366,6 +368,8 @@ OUTPUT: RETVAL +#endif + guint gconf_engine_notify_add (engine, namespace_section, func, data=NULL) GConfEngine * engine debian/patches/fix-useless-whatis-entries0000644000000000000000000000142711661253365015767 0ustar http://lintian.debian.org/tags/manpage-has-useless-whatis-entry.html --- a/xs/GConf2.xs +++ b/xs/GConf2.xs @@ -56,7 +56,7 @@ MODULE = Gnome2::GConf PACKAGE = Gnome2::GConf PREFIX = gconf_ -=for object Gnome2::GConf::version +=for object Gnome2::GConf::version the version that of libgconf that Gnome2::GConf was built against =cut @@ -95,7 +95,7 @@ ## gconf.h -=for object Gnome2::GConf::main +=for object Gnome2::GConf::main utility functions for Gnome2::GConf =cut =for apidoc --- a/xs/GConfClient.xs +++ b/xs/GConfClient.xs @@ -106,6 +106,10 @@ gperl_signal_set_marshaller_for (GCONF_TYPE_CLIENT, "error", gconfperl_client_error_marshal); +=for object Gnome2::GConf::Client client module for GConf + +=cut + =for position DESCRIPTION =head1 DESCRIPTION debian/patches/fix-manpage-error0000644000000000000000000000106311661253365014073 0ustar Description: Fix man page error Author: Fabrizio Regalli Forwarded: not-needed --- a/xs/GConfSchema.xs +++ b/xs/GConfSchema.xs @@ -162,7 +162,7 @@ =head1 DESCRIPTION In C, C is an opaque type for a "schema", that is a collection of -useful informations about a key/value pair. It may contain a description of +useful information about a key/value pair. It may contain a description of the key, a default value, the program which owns the key, etc. In perl, it is represented using an hashref containing any of these keys: debian/patches/series0000644000000000000000000000007311661253365012042 0ustar fix-manpage-error fix-useless-whatis-entries disable-orbit debian/compat0000644000000000000000000000000211661253365010374 0ustar 8 debian/control0000644000000000000000000000321411661253365010601 0ustar Source: libgnome2-gconf-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl, dbus-x11, libextutils-depends-perl, libextutils-pkgconfig-perl, libgconf2-dev, libglib-perl (>= 1:1.120) Maintainer: Debian Perl Group Uploaders: Ryan Niebur , gregor herrmann Standards-Version: 3.9.2 Homepage: http://gtk2-perl.sourceforge.net/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libgnome2-gconf-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgnome2-gconf-perl.git Package: libgnome2-gconf-perl Architecture: any Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libglib-perl (>= 1:1.120) Description: Perl interface to the GNOME GConf library Gnome2::GConf allows a perl developer to use the GConf configuration system to store/retrieve the configuration of an application. . The GConf system is a powerful configuration manager based on a user daemon that handles a set of key and value pairs, and notifies any changes of the value to every program that monitors those keys. GConf is used by GNOME 2.x. . Find out more about GNOME at http://www.gnome.org. . The perl bindings follow the C API very closely, and the C reference documentation should be considered the canonical source: http://developer.gnome.org/doc/API/2.0/gconf/index.html . This module is part of gtk2-perl. . To discuss gtk2-perl, ask questions and flame/praise the authors, join gtk-perl-list@gnome.org at lists.gnome.org. . Also have a look at the gtk2-perl website and sourceforge project page, http://gtk2-perl.sourceforge.net debian/changelog0000644000000000000000000001066712231436406011053 0ustar libgnome2-gconf-perl (1.044-4build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Tue, 22 Oct 2013 09:53:26 +0100 libgnome2-gconf-perl (1.044-4) unstable; urgency=medium [ Ryan Niebur ] * Email change: Ryan Niebur -> ryan@debian.org [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * Add patch disable-orbit: "Disable gconf_engine_key_is_writable. This symbol is not available in libgconf when it is configured without ORBit support." Thanks to Colin Watson for the patch (Closes: #649055) * Switch to source format 3.0 (quilt), remove quilt framework. * Switch to debhelper compatibility level 8, use tiny debian/rules. * debian/copyright: update formatting. * Set Standards-Version to 3.9.2, remove version from perl build dependency. * debian/control: remove version from build dependencies that are already satisfied in oldstable. * Add /me to Uploaders. * Set urgency to medium (RC bug fix, perl 5.14 transition). [ Fabrizio Regalli ] * Added fix-manpage-error patch -- gregor herrmann Thu, 17 Nov 2011 18:41:39 +0100 libgnome2-gconf-perl (1.044-3) unstable; urgency=low * run tests under dbus-launch (Closes: #521974) - using override_* targets, increase version on debhelper dependency * Debian Policy 3.8.1 -- Ryan Niebur Wed, 01 Apr 2009 16:40:51 -0700 libgnome2-gconf-perl (1.044-2) unstable; urgency=low * Take over for the Debian Perl Group on maintainer's request (http://lists.debian.org/debian-perl/2008/12/msg00163.html) * Add me to uploaders, remove old maintainer(s) * dh 7 * docs * policy 3.8.0 * fix useless whatis in man pages - use quilt - add README.source * machine readable copyright format * debian/control: wrap long lines; Mention module Name on extended desc. -- Ryan Niebur Tue, 10 Feb 2009 21:31:07 -0800 libgnome2-gconf-perl (1.044-1) unstable; urgency=low * New upstream release -- Marc 'HE' Brockschmidt Sat, 15 Mar 2008 11:09:25 +0100 libgnome2-gconf-perl (1.043-1) unstable; urgency=low * New upstream release * debian/control: Bumped Standards-Version -- Marc 'HE' Brockschmidt Sun, 15 Oct 2006 14:03:02 +0200 libgnome2-gconf-perl (1.021-1) unstable; urgency=low * New upstream release * debian/copyright: Updated with new upstream maintainer mail address -- Marc 'HE' Brockschmidt Mon, 27 Feb 2006 10:27:15 +0100 libgnome2-gconf-perl (1.020-1) unstable; urgency=low * debian/control: + Change Maintainer to Gtk2-Perl team. + Add Florian to the Uploaders field. + Bump the Standards-Version to 3.6.2 * New upstream release. + As Gtk2::CodeGen is now in Glib, we can drop the Gtk2 deps -- Marc 'HE' Brockschmidt Sat, 8 Oct 2005 00:17:24 +0200 libgnome2-gconf-perl (1.000-4) unstable; urgency=low * Rebuild against new GNOME 2.6 in unstable. -- Marc 'HE' Brockschmidt Thu, 3 Jun 2004 13:47:00 +0200 libgnome2-gconf-perl (1.000-3) unstable; urgency=low * Really upload to unstable, without unstable dependencies. -- Marc 'HE' Brockschmidt Sun, 25 Apr 2004 19:09:11 +0200 libgnome2-gconf-perl (1.000-2) unstable; urgency=low * Really upload to unstable. Yeah, i'm dumb. -- Marc 'HE' Brockschmidt Fri, 2 Apr 2004 21:50:51 +0200 libgnome2-gconf-perl (1.000-1) experimental; urgency=low * New stable upstream release, uploading to unstable again. -- Marc 'HE' Brockschmidt Tue, 30 Mar 2004 16:07:32 +0200 libgnome2-gconf-perl (0.94-1) experimental; urgency=low * New upstream release. -- Marc 'HE' Brockschmidt Sat, 13 Mar 2004 17:37:12 +0100 libgnome2-gconf-perl (0.92-1) experimental; urgency=low * New upstream release. Release to experimental as some of the dependencies are not in unstable yet. -- Marc 'HE' Brockschmidt Sat, 28 Feb 2004 23:48:10 +0100 libgnome2-gconf-perl (0.91-1) unstable; urgency=low * New upstream release. * debian/control: - Changed dependencies like upstream did. - I'm a DD now! :) - Reworded long description. -- Marc 'HE' Brockschmidt Sat, 21 Feb 2004 10:05:13 +0100 libgnome2-gconf-perl (0.42-1) unstable; urgency=low * Initial Release. -- Marc Brockschmidt Thu, 22 Jan 2004 18:41:34 +0100 debian/libgnome2-gconf-perl.examples0000644000000000000000000000001311661253365014640 0ustar examples/*