r57231 - in /trunk/libglib-perl/debian: changelog control patches/fix-pod-spelling.patch patches/series

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat May 1 21:31:36 UTC 2010


Author: jawnsy-guest
Date: Sat May  1 21:31:29 2010
New Revision: 57231

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57231
Log:
* Rewrite control description
* Add a patch to fix POD spelling errors

Added:
    trunk/libglib-perl/debian/patches/fix-pod-spelling.patch
Modified:
    trunk/libglib-perl/debian/changelog
    trunk/libglib-perl/debian/control
    trunk/libglib-perl/debian/patches/series

Modified: trunk/libglib-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libglib-perl/debian/changelog?rev=57231&op=diff
==============================================================================
--- trunk/libglib-perl/debian/changelog (original)
+++ trunk/libglib-perl/debian/changelog Sat May  1 21:31:29 2010
@@ -9,6 +9,8 @@
   * No longer requires quilt for building
   * Use new DEP5 copyright format
   * Add overrides to build + install changelogs
+  * Rewrite control description
+  * Add a patch to fix POD spelling errors
 
   [ Ryan Niebur ]
   * Update ryan52's email address

Modified: trunk/libglib-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libglib-perl/debian/control?rev=57231&op=diff
==============================================================================
--- trunk/libglib-perl/debian/control (original)
+++ trunk/libglib-perl/debian/control Sat May  1 21:31:29 2010
@@ -1,8 +1,8 @@
 Source: libglib-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl, libextutils-depends-perl (>= 0.300),
- libextutils-pkgconfig-perl (>= 1), libglib2.0-dev (>= 2.4)
+Build-Depends: debhelper (>= 7.0.50), perl, libextutils-pkgconfig-perl,
+ libextutils-depends-perl (>= 0.300), libglib2.0-dev (>= 2.4)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryan at debian.org>, Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.8.4
@@ -13,25 +13,8 @@
 Package: libglib-perl
 Architecture: any
 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends} 
-Description: Perl interface to the GLib and GObject libraries
- libglib-perl provides access to the GLib and GObject libraries.
- GLib is a portability and utility library; GObject provides a generic
- type system with inheritance and a powerful signal system.  Together
- these libraries are used as the foundation for many of the libraries
- that make up the GNOME environment, and are used in many unrelated
- projects.
- .
- 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/glib/index.html
- .
- This module is part of gtk2-perl.
- .
- To discuss gtk2-perl, ask questions and flame/praise the authors,
- join gtk-perl-list at gnome.org at lists.gnome.org.
- .
- Also have a look at the gtk2-perl website and sourceforge project page,
- http://gtk2-perl.sourceforge.net
-
+Description: interface to the GLib and GObject libraries
+ Glib provides a Perl interface to the GLib and GObject libraries, as part
+ of gtk2-perl. It attempts to provide a perlish interface while remaining as
+ true as possible to the underlying C API, so perusing the reference manual is
+ recommended (see <URL:http://developer.gnome.org/doc/API/2.0/glib/>).

Added: trunk/libglib-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libglib-perl/debian/patches/fix-pod-spelling.patch?rev=57231&op=file
==============================================================================
--- trunk/libglib-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libglib-perl/debian/patches/fix-pod-spelling.patch Sat May  1 21:31:29 2010
@@ -1,0 +1,50 @@
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/GBookmarkFile.xs
++++ b/GBookmarkFile.xs
+@@ -565,8 +565,8 @@
+ 
+ =for apidoc __gerror__
+ =signature ($exec, $count, $stamp) = $bookmark_file->get_app_info ($uri, $name)
+-Gets the registration informations of $name for the bookmark for
+-$uri.  See Glib::BookmarkFile::set_app_info() for more informations about
++Gets the registration information of $name for the bookmark for
++$uri.  See Glib::BookmarkFile::set_app_info() for more information about
+ the returned data.
+ =cut
+ void
+--- a/GKeyFile.xs
++++ b/GKeyFile.xs
+@@ -412,7 +412,7 @@
+ =for apidoc Glib::KeyFile::set_string
+ =arg value (gchar*)
+ Sets a string value to $key inside $group_name.  The string will be escaped if
+-it containes special characters.
++it contains special characters.
+ If $key is not found, it is created.
+ =cut
+ 
+--- a/GObject.xs
++++ b/GObject.xs
+@@ -1615,7 +1615,7 @@
+ =for apidoc
+ =for arg all if FALSE (or omitted) tie only properties for this object's class, if TRUE tie the properties of this and all parent classes.
+ 
+-A special method avaiable to Glib::Object derivatives, it uses perl's tie
++A special method available to Glib::Object derivatives, it uses perl's tie
+ facilities to associate hash keys with the properties of the object. For
+ example:
+ 
+--- a/lib/Glib/MakeHelper.pm
++++ b/lib/Glib/MakeHelper.pm
+@@ -228,7 +228,7 @@
+ list of files that need to be created before the doc.pl step is run, include
+ files.
+ 
+-There is also a variable BLIB_DONE which should be used as a dependancy
++There is also a variable BLIB_DONE which should be used as a dependency
+ anywhere a rule needs to be sure that a loadable and working module resides in
+ the blib directory before running.
+ 

Modified: trunk/libglib-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libglib-perl/debian/patches/series?rev=57231&op=diff
==============================================================================
--- trunk/libglib-perl/debian/patches/series (original)
+++ trunk/libglib-perl/debian/patches/series Sat May  1 21:31:29 2010
@@ -3,3 +3,4 @@
 remove-version-checking
 fix-man-pages
 
+fix-pod-spelling.patch




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