[Python-modules-commits] r23661 - in packages/gamera/trunk/debian/patches (fix-typos.diff)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Wed Mar 6 17:49:46 UTC 2013
Date: Wednesday, March 6, 2013 @ 17:49:44
Author: jwilk
Revision: 23661
Don't patch files that are remove at build time.
Modified:
packages/gamera/trunk/debian/patches/fix-typos.diff
Modified: packages/gamera/trunk/debian/patches/fix-typos.diff
===================================================================
--- packages/gamera/trunk/debian/patches/fix-typos.diff 2013-03-06 12:18:56 UTC (rev 23660)
+++ packages/gamera/trunk/debian/patches/fix-typos.diff 2013-03-06 17:49:44 UTC (rev 23661)
@@ -1,7 +1,7 @@
Description: fix spelling mistakes
Author: Jakub Wilk <jwilk at debian.org>
Forwarded: no
-Last-Update: 2013-02-25
+Last-Update: 2013-03-06
--- a/doc/src/ga_optimization.txt
+++ b/doc/src/ga_optimization.txt
@@ -82,17 +82,6 @@
# Parallelization GA settings
para = knnga.GAParallelization()
---- a/include/vigra/numerictraits.hxx
-+++ b/include/vigra/numerictraits.hxx
-@@ -103,7 +103,7 @@
- The return type of this function can not be 'unsigned char' because
- the summation would very likely overflow. Since we know the source
- type, we can easily choose 'int' as an appropriate return type.
-- Likewise, we would have choosen 'float' if we had to sum a
-+ Likewise, we would have chosen 'float' if we had to sum a
- sequence of floats. If we want to make this
- algorithm generic, we would like to derive the appropriate return
- type automatically. This can be done with NumericTraits.
--- a/src/knngamodule.cpp
+++ b/src/knngamodule.cpp
@@ -496,7 +496,7 @@
@@ -434,16 +423,6 @@
unsigned int indiLength = (unsigned int)this->knn->num_features;
std::map<unsigned int, unsigned int> indexRelation;
unsigned int indiIndex = 0;
---- a/src/libtiff/README
-+++ b/src/libtiff/README
-@@ -1,5 +1,5 @@
--This copy of libtiff is provded for convenience on the Windows operating
--system which does not inlcude this library by default.
-+This copy of libtiff is provided for convenience on the Windows operating
-+system which does not include this library by default.
-
- More information, email contacts, and mailing list information can be
- found online at http://www.libtiff.org/.
--- a/src/pointobject.cpp
+++ b/src/pointobject.cpp
@@ -54,7 +54,7 @@
More information about the Python-modules-commits
mailing list