[Python-modules-commits] r21263 - in packages/gamera/trunk/debian/patches (1 file)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Wed Apr 18 12:51:55 UTC 2012
Date: Wednesday, April 18, 2012 @ 12:51:54
Author: jwilk
Revision: 21263
Update patch headers.
Modified:
packages/gamera/trunk/debian/patches/graphmodule-fix-type-mismatch.diff
Modified: packages/gamera/trunk/debian/patches/graphmodule-fix-type-mismatch.diff
===================================================================
--- packages/gamera/trunk/debian/patches/graphmodule-fix-type-mismatch.diff 2012-04-18 12:49:22 UTC (rev 21262)
+++ packages/gamera/trunk/debian/patches/graphmodule-fix-type-mismatch.diff 2012-04-18 12:51:54 UTC (rev 21263)
@@ -2,9 +2,9 @@
Fix type mismatch in graph_new() and graph_copy() functions. The âiâ format
unit represents an âintâ, not an âunsigned longâ. Use the âkâ format unit
instead.
-Author: Jakub Wilk <jwilk at debian.org>
+Origin: http://gamera.svn.sourceforge.net/viewvc/gamera/trunk/gamera/src/graph/graphmodule/graphobject.cpp?r1=1315&r2=1324
+Bug: http://tech.groups.yahoo.com/group/gamera-devel/message/2177
Bug-Debian: http://bugs.debian.org/650520
-Forwarded: http://tech.groups.yahoo.com/group/gamera-devel/message/2177
Last-Update: 2012-04-18
--- a/src/graph/graphmodule/graphobject.cpp
More information about the Python-modules-commits
mailing list