r45644 - in /trunk/libxml-libxml-perl/debian: changelog patches/fix_errmsg_typo.patch patches/fix_manpage_typos patches/no_linking_with_libm.patch patches/series
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Mon Oct 12 16:52:15 UTC 2009
Author: jawnsy-guest
Date: Mon Oct 12 16:52:10 2009
New Revision: 45644
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45644
Log:
* Remove no_linking_with_libm.patch, applied upstream (RT#41303)
* Refresh patches to unified diff format
Removed:
trunk/libxml-libxml-perl/debian/patches/no_linking_with_libm.patch
Modified:
trunk/libxml-libxml-perl/debian/changelog
trunk/libxml-libxml-perl/debian/patches/fix_errmsg_typo.patch
trunk/libxml-libxml-perl/debian/patches/fix_manpage_typos
trunk/libxml-libxml-perl/debian/patches/series
Modified: trunk/libxml-libxml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/debian/changelog?rev=45644&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/debian/changelog (original)
+++ trunk/libxml-libxml-perl/debian/changelog Mon Oct 12 16:52:10 2009
@@ -7,6 +7,8 @@
* Added myself to Uploaders
* Standards-Version 3.8.3 (drop perl version dependency)
* Updated copyright information
+ * Remove no_linking_with_libm.patch, applied upstream (RT#41303)
+ * Refresh patches to unified diff format
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.
Modified: trunk/libxml-libxml-perl/debian/patches/fix_errmsg_typo.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/debian/patches/fix_errmsg_typo.patch?rev=45644&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/debian/patches/fix_errmsg_typo.patch (original)
+++ trunk/libxml-libxml-perl/debian/patches/fix_errmsg_typo.patch Mon Oct 12 16:52:10 2009
@@ -3,7 +3,7 @@
--- a/LibXML.pm
+++ b/LibXML.pm
-@@ -1254,7 +1254,7 @@
+@@ -1557,7 +1557,7 @@
}
if (defined($nsURI) and $nsURI eq XML_XMLNS_NS) {
if ($qname !~ /^xmlns(?::|$)/) {
Modified: trunk/libxml-libxml-perl/debian/patches/fix_manpage_typos
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/debian/patches/fix_manpage_typos?rev=45644&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/debian/patches/fix_manpage_typos (original)
+++ trunk/libxml-libxml-perl/debian/patches/fix_manpage_typos Mon Oct 12 16:52:10 2009
@@ -11,7 +11,7 @@
$node = $parent->addNewChild( $nsURI, $name );
$node->addSibling($newNode);
$newnode =$node->cloneNode( $deep );
-@@ -146,7 +146,7 @@
+@@ -150,7 +150,7 @@
$node->unbindNode();
Unbinds the Node from its siblings and Parent, but not from the Document it
@@ -20,7 +20,7 @@
after the program terminated. From a low level view, the unbound node is
stripped from the context it is and inserted into a (hidden) document-fragment.
-@@ -367,7 +367,7 @@
+@@ -388,7 +388,7 @@
@nodes = $node->findnodes( $xpath_expression );
I<<<<<< findnodes >>>>>> evaluates the xpath expression (XPath 1.0) on the current node and returns the
Modified: trunk/libxml-libxml-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/debian/patches/series?rev=45644&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/debian/patches/series (original)
+++ trunk/libxml-libxml-perl/debian/patches/series Mon Oct 12 16:52:10 2009
@@ -1,3 +1,2 @@
fix_manpage_typos
-no_linking_with_libm.patch
fix_errmsg_typo.patch
More information about the Pkg-perl-cvs-commits
mailing list