r56097 - in /trunk/xacobeo/debian: changelog control patches/ patches/pod-fixes patches/series rules
jozef-guest at users.alioth.debian.org
jozef-guest at users.alioth.debian.org
Wed Apr 14 18:19:24 UTC 2010
Author: jozef-guest
Date: Wed Apr 14 18:19:15 2010
New Revision: 56097
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56097
Log:
added pod-fixes patch
Added:
trunk/xacobeo/debian/patches/
trunk/xacobeo/debian/patches/pod-fixes
trunk/xacobeo/debian/patches/series
Modified:
trunk/xacobeo/debian/changelog
trunk/xacobeo/debian/control
trunk/xacobeo/debian/rules
Modified: trunk/xacobeo/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/xacobeo/debian/changelog?rev=56097&op=diff
==============================================================================
--- trunk/xacobeo/debian/changelog (original)
+++ trunk/xacobeo/debian/changelog Wed Apr 14 18:19:15 2010
@@ -1,9 +1,4 @@
-xacobeo (0.13-1) UNRELEASED; urgency=low
-
- TODO:
- - lintian also warns about spelling-error-in-manpage and
- manpage-has-errors-from-pod2man, patches would be nice
-
+xacobeo (0.13-1) unstable; urgency=low
* Initial Release. (Closes: #577200)
Modified: trunk/xacobeo/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/xacobeo/debian/control?rev=56097&op=diff
==============================================================================
--- trunk/xacobeo/debian/control (original)
+++ trunk/xacobeo/debian/control Wed Apr 14 18:19:15 2010
@@ -1,7 +1,7 @@
Source: xacobeo
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 7.0.50~), libextutils-depends-perl,
+Build-Depends: debhelper (>= 7.0.50~), quilt, libextutils-depends-perl,
libextutils-pkgconfig-perl, libfile-slurp-perl, libgtk2-ex-entry-pango-perl,
libgtk2-sourceview2-perl, libintl-perl, libtest-exception-perl,
libxml-libxml-perl, libgtk2.0-dev, libxml2-dev, xauth, xvfb,
Added: trunk/xacobeo/debian/patches/pod-fixes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/xacobeo/debian/patches/pod-fixes?rev=56097&op=file
==============================================================================
--- trunk/xacobeo/debian/patches/pod-fixes (added)
+++ trunk/xacobeo/debian/patches/pod-fixes Wed Apr 14 18:19:15 2010
@@ -1,0 +1,62 @@
+Description: syntax and spelling Pod fixes
+Forwarded: http://code.google.com/p/xacobeo/issues/detail?id=49
+Author: jkutej at cpan.org
+Last-Update: 2010-04-14
+
+diff --git a/lib/Xacobeo/Error.pm b/lib/Xacobeo/Error.pm
+index 52220dd..73fdb92 100644
+--- a/lib/Xacobeo/Error.pm
++++ b/lib/Xacobeo/Error.pm
+@@ -17,7 +17,7 @@ Xacobeo::Error - A simple wrapper over an error.
+ =head1 DESCRIPTION
+
+ This package provides a very simple, perhpaps too simple, error wrapper. This
+-errors are ment to be used as exceptions.
++errors are meant to be used as exceptions.
+
+ =head1 METHODS
+
+diff --git a/lib/Xacobeo/UI/Window.pm b/lib/Xacobeo/UI/Window.pm
+index 2bf74a7..1fa2245 100644
+--- a/lib/Xacobeo/UI/Window.pm
++++ b/lib/Xacobeo/UI/Window.pm
+@@ -40,7 +40,7 @@ The widget displaying the namespaces of the current document.
+
+ =head2 xpath-entry
+
+-The entry where the XPath expresion will be edited.
++The entry where the XPath expression will be edited.
+
+ =head2 statusbar
+
+diff --git a/lib/Xacobeo/XS.pm b/lib/Xacobeo/XS.pm
+index 9c8925e..d1abd12 100644
+--- a/lib/Xacobeo/XS.pm
++++ b/lib/Xacobeo/XS.pm
+@@ -61,7 +61,7 @@ The text buffer to fill. Must be an instance of L<Gtk2::TextBuffer>.
+ The node to display in the the text view. Must be an instance of
+ L<XML::LibXML::Node>.
+
+-=item $namespaces
++=item * $namespaces
+
+ The namespaces declared in the document. Must be an hash ref where the keys are
+ the URIs and the values the prefixes of the namespaces.
+@@ -97,7 +97,7 @@ The text store to fill. Must be an instance of L<Gtk2::TreeStore>.
+ The node to display in the the tree view. Must be an instance of
+ L<XML::LibXML::Node>.
+
+-=item $namespaces
++=item * $namespaces
+
+ The namespaces declared in the document. Must be an hash ref where the keys are
+ the URIs and the values the prefixes of the namespaces.
+@@ -152,7 +152,7 @@ Parameters:
+ The node for which the path has to be computed. Must be an instance of
+ L<XML::LibXML::Node>.
+
+-=item $namespaces
++=item * $namespaces
+
+ The namespaces declared in the document. Must be an hash ref where the keys are
+ the URIs and the values the prefixes of the namespaces.
Added: trunk/xacobeo/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/xacobeo/debian/patches/series?rev=56097&op=file
==============================================================================
--- trunk/xacobeo/debian/patches/series (added)
+++ trunk/xacobeo/debian/patches/series Wed Apr 14 18:19:15 2010
@@ -1,0 +1,1 @@
+pod-fixes
Modified: trunk/xacobeo/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/xacobeo/debian/rules?rev=56097&op=diff
==============================================================================
--- trunk/xacobeo/debian/rules (original)
+++ trunk/xacobeo/debian/rules Wed Apr 14 18:19:15 2010
@@ -4,4 +4,4 @@
xvfb-run -a dh_auto_test
%:
- dh $@
+ dh --with quilt $@
More information about the Pkg-perl-cvs-commits
mailing list