diff -u opencv-2.1.0/debian/changelog opencv-2.1.0/debian/changelog --- opencv-2.1.0/debian/changelog +++ opencv-2.1.0/debian/changelog @@ -1,3 +1,9 @@ +opencv (2.1.0-3) unstable; urgency=low + + * Fix set opencv minor version on Python (Closes: #600836). + + -- Nobuhiro Iwamatsu Tue, 02 Nov 2010 19:55:47 +0900 + opencv (2.1.0-2) unstable; urgency=low * Update debian/control. diff -u opencv-2.1.0/debian/patches/series opencv-2.1.0/debian/patches/series --- opencv-2.1.0/debian/patches/series +++ opencv-2.1.0/debian/patches/series @@ -6,0 +7 @@ +fix_minor_version_python.patch only in patch2: unchanged: --- opencv-2.1.0.orig/debian/patches/fix_minor_version_python.patch +++ opencv-2.1.0/debian/patches/fix_minor_version_python.patch @@ -0,0 +1,11 @@ +--- a/interfaces/swig/filtered/constants.h 2010-11-02 19:53:40.000000000 +0900 ++++ b/interfaces/swig/filtered/constants.h 2010-11-02 19:53:51.000000000 +0900 +@@ -230,7 +230,7 @@ + + #define CV_MAJOR_VERSION 2 + +-#define CV_MINOR_VERSION 0 ++#define CV_MINOR_VERSION 1 + + #define CV_SUBMINOR_VERSION 0 +