[Pkg-scicomp-devel] Bug#563428: opencv-doc: houghlines.py references a picture with wrong path

Márton Németh nm127 at freemail.hu
Sat Jan 2 21:30:24 UTC 2010


Package: opencv-doc
Version: 1.0.0-6.3
Severity: normal
Tags: patch


The houghlines.py script references the picture
.../../docs/ref/pics/building.jpg which shall be
.../../ref/pics/building.jpg instead.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- no debconf information
-------------- next part --------------
--- /usr/share/doc/opencv-doc/examples/python/houghlines.py	2009-11-14 17:27:40.000000000 +0100
+++ houghlines.py	2010-01-02 22:24:18.000000000 +0100
@@ -10,7 +10,7 @@
 USE_STANDARD=0
 
 if __name__ == "__main__":
-    filename = "../../docs/ref/pics/building.jpg"
+    filename = "../../ref/pics/building.jpg"
     if len(sys.argv)>1:
         filename = sys.argv[1]
 


More information about the Pkg-scicomp-devel mailing list