[SCM] Debian packaging of libgnome2-gconf-perl branch, master, updated. d99128f7aa1dd1b47458fda27e8454ba07aee4cd

Fabrizio Regalli fabreg at fabreg.it
Thu Nov 17 18:23:53 UTC 2011


The following commit has been merged in the master branch:
commit d99128f7aa1dd1b47458fda27e8454ba07aee4cd
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Thu Nov 17 19:23:29 2011 +0100

    Added fix-manpage-error patch

diff --git a/debian/changelog b/debian/changelog
index 66c2a5f..609ad59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,5 @@
 libgnome2-gconf-perl (1.044-4) UNRELEASED; urgency=medium
 
-  TODO:
-  I: libgnome2-gconf-perl: spelling-error-in-manpage usr/share/man/man3/Gnome2::GConf::Schema.3pm.gz informations information
-
   [ Ryan Niebur ]
   * Email change: Ryan Niebur -> ryan at debian.org
 
@@ -23,6 +20,9 @@ libgnome2-gconf-perl (1.044-4) UNRELEASED; urgency=medium
   * Add /me to Uploaders.
   * Set urgency to medium (RC bug fix, perl 5.14 transition).
 
+  [ Fabrizio Regalli ]
+  * Added fix-manpage-error patch
+
  -- gregor herrmann <gregoa at debian.org>  Thu, 17 Nov 2011 18:41:39 +0100
 
 libgnome2-gconf-perl (1.044-3) unstable; urgency=low
diff --git a/debian/patches/fix-manpage-error b/debian/patches/fix-manpage-error
new file mode 100644
index 0000000..8191d7c
--- /dev/null
+++ b/debian/patches/fix-manpage-error
@@ -0,0 +1,113 @@
+Description: Fix man page errors
+Author: Fabrizio Regalli <fabreg at fabreg.it>
+Forwarded: 
+
+
+--- a/blib/lib/Gnome2/GConf/Schema.pod
++++ /dev/null
+@@ -1,105 +0,0 @@
+-=head1 NAME
+-
+-Gnome2::GConf::Schema -  Schema Objects for key description
+-
+-=cut
+-
+-=for position SYNOPSIS
+-
+-=head1 SYNOPSIS
+-
+-  $client->set_schema($key, {
+-	owner		=> 'some_program',
+-	short_desc	=> 'Some key.',
+-	long_desc	=> 'A key that does something to some_program.',
+-	locale		=> 'C',
+-	type		=> 'int',
+-	default_value => { type => 'int', value => 42 }
+-  });
+-  $description{'short'} = $client->get_schema($key)->{short_desc};
+-
+-=cut
+-
+-
+-
+-=for position DESCRIPTION
+-
+-=head1 DESCRIPTION
+-
+-In C, C<GConfSchema> 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
+-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:
+-
+-=over 4
+-
+-=item B<type>
+-
+-The type of the value the key points to.  It's similar to the corresponding
+-'type' key of C<GConfValue>, but it explicitly tags lists and pairs using the
+-'list' and 'pair' types (the 'type' key is just an indication of what should
+-be expected inside the C<default_value> field).
+-
+-=item B<default_value>
+-
+-The default value of the key.  In C, this should be a C<GConfValue>, so, in
+-perl, it becomes an hashref (see L<Gnome2::GConf::Value>)
+-
+-=item B<short_desc>
+-
+-A string containing a short description (a phrase, no more) of the key.
+-
+-=item B<long_desc>
+-
+-A string containing a longer description (a paragraph or more) of the key.
+-
+-=item B<owner>
+-
+-A string containing the name of the program which uses ('owns') the key to
+-which the schema is bound.
+-
+-=item B<locale>
+-
+-The locale for the three strings above (above strings are UTF-8, and the
+-locale is needed for translations purposes).
+-
+-=back
+-
+-=cut
+-
+-
+-
+-=for object Gnome2::GConf::Schema Schema Objects for key description
+-=cut
+-
+-=for see_also
+-
+-=head1 SEE ALSO
+-
+-L<Gnome2::GConf>(3pm), L<Gnome2::GConf::Value>(3pm).
+-
+-=cut
+-
+-
+-
+-
+-=head1 SEE ALSO
+-
+-L<Gnome2::GConf>
+-
+-
+-=cut
+-
+-
+-=head1 COPYRIGHT
+-
+-Copyright (C) 2003-2006 by the gtk2-perl team.
+-
+-This software is licensed under the LGPL.  See L<Gnome2::GConf> for a full
+-notice.
+-
+-
+-
+-=cut
+-
diff --git a/debian/patches/series b/debian/patches/series
index 9feb55a..de0d374 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+fix-manpage-error
 fix-useless-whatis-entries
 disable-orbit

-- 
Debian packaging of libgnome2-gconf-perl



More information about the Pkg-perl-cvs-commits mailing list