The following commit has been merged in the master branch:
commit 25ec6acfa71f858cb1c92625bbf4c7f4e1b9fceb
Author: Raphaël Hertzog <[email protected]>
Date: Wed Dec 21 09:45:28 2011 +0100
Dpkg::Version: small documentation fix
Drop a part of a sentence that was incorrectly left in the documentation.
diff --git a/scripts/Dpkg/Version.pm b/scripts/Dpkg/Version.pm
index 9f0f3a1..02962b3 100644
--- a/scripts/Dpkg/Version.pm
+++ b/scripts/Dpkg/Version.pm
@@ -312,9 +312,8 @@ Compare two corresponding sub-parts of a version number
(either upstream
version or debian revision).
Each parameter is split by version_split_digits() and resulting items
-are compared together.in digits and non-digits items that are compared
-together. As soon as a difference happens, it returns -1 if $a is earlier
-than $b, 0 if they are equal and 1 if $a is later than $b.
+are compared together. As soon as a difference happens, it returns -1 if
+$a is earlier than $b, 0 if they are equal and 1 if $a is later than $b.
=cut
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]