[med-svn] r22580 - in trunk/packages/libgo-perl/trunk/debian: . patches
Tatiana Malygina
latticetower-guest at moszumanska.debian.org
Sun Jul 17 10:14:36 UTC 2016
Author: latticetower-guest
Date: 2016-07-17 10:14:35 +0000 (Sun, 17 Jul 2016)
New Revision: 22580
Added:
trunk/packages/libgo-perl/trunk/debian/patches/spelling.patch
Modified:
trunk/packages/libgo-perl/trunk/debian/changelog
Log:
add Andreas Tille's spelling patch
Modified: trunk/packages/libgo-perl/trunk/debian/changelog
===================================================================
--- trunk/packages/libgo-perl/trunk/debian/changelog 2016-07-17 09:09:00 UTC (rev 22579)
+++ trunk/packages/libgo-perl/trunk/debian/changelog 2016-07-17 10:14:35 UTC (rev 22580)
@@ -4,6 +4,7 @@
* add libyaml-perl to debian/control
* add GO/Handlers/obj_yaml.pm and GO/Parsers/obj_yaml_parser.pm to
debian/tests/pkg-perl/syntax-skip
+ * add Andreas Tille's spelling patch
-- Tatiana Malygina <merlettaia at gmail.com> Sat, 16 Jul 2016 06:08:20 +0300
Added: trunk/packages/libgo-perl/trunk/debian/patches/spelling.patch
===================================================================
--- trunk/packages/libgo-perl/trunk/debian/patches/spelling.patch (rev 0)
+++ trunk/packages/libgo-perl/trunk/debian/patches/spelling.patch 2016-07-17 10:14:35 UTC (rev 22580)
@@ -0,0 +1,48 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Thu, 14 Jul 2016 10:16:38 +0200
+Description: Start fixing some spelling issues
+
+--- a/GO/Handlers/obj.pm
++++ b/GO/Handlers/obj.pm
+@@ -60,7 +60,7 @@ as files are parsed, objects are created
+ datatype is being parsed, the classes of the created objects will be
+ different - eg GO::Model::Term, GO::Model::Association etc
+
+-the way to access all of thses is through the top level graph object
++the way to access all of these is through the top level graph object
+
+ eg
+
+--- a/GO/Model/Association.pm
++++ b/GO/Model/Association.pm
+@@ -224,7 +224,7 @@ returns a score for the association base
+
+ This is an EXPERIMENTAL method; it may be removed in future versions.
+
+-The evidence fields can be thought of in a loose hierachy:
++The evidence fields can be thought of in a loose hierarchy:
+
+ TAS
+ IDA
+--- a/GO/Model/Evidence.pm
++++ b/GO/Model/Evidence.pm
+@@ -77,7 +77,7 @@ used to set the GO::Model::Xref list fro
+
+ will actually add two GO::Model::Xref objects
+
+-This method doesnt really belong in the GO::Model::* hierarchy as it
++This method doesn't really belong in the GO::Model::* hierarchy as it
+ contains parsing code. Its a minor hack mainly due to the fact that
+ this data is still denormalized in the database.
+
+--- a/GO/Model/Graph.pm
++++ b/GO/Model/Graph.pm
+@@ -93,7 +93,7 @@ Relationships can also be seen as arcs i
+ subject being equivalent to the child, and the object equivalent to
+ the parent. The arc is labeled with the predicate/relationship-type.
+
+-perl doesnt handle bidirectional links between objects too well, so
++perl doesn't handle bidirectional links between objects too well, so
+ rather than having the relationship object know about the terms or the
+ term know about the realtionships, all the graph info is in the
+ Graph object
More information about the debian-med-commit
mailing list