Hi,

I update patch for opencv transition.
If we apply this patch, we can migrate using binNMU smoothly.

Best regards,
  Nobuhiro

2016-10-20 6:05 GMT+09:00 Nobuhiro Iwamatsu <[email protected]>:
> Hi!
>
> Thanks for your reply.
> 2016-10-20 3:30 GMT+09:00 Sebastiaan Couwenberg <[email protected]>:
>> Hi Nobuhiro,
>>
>> Thanks for your work on OpenCV and reporting this issue.
>>
>> On 10/19/2016 01:21 PM, Nobuhiro Iwamatsu wrote:
>>> I am scheduled to transition of opencv, and this package is target to
>>> transition.
>>> So I tested build with opencv 3.1.As a result, this FTBFS with opencv 3.1.
>>> Because libcv-dev, ibopencv-contrib-dev and libopencv-legacy-dev has been
>>> removed from opencv 3.1 package.
>>>
>>> [...]
>>>
>>> I attached a patch that revice this problem.
>>> Could you check this patch and apply?
>>
>> The patch is incomplete as it removes libcv-dev from the build
>> dependencies, but doesn't add libopencv-dev to which opencv/cv.h has
>> been moved.
>
> Oh, sorry. I send other patch.
> As you say, we need to add libopencv-dev to B-D.
>
>>
>> Since we cannot adapt the saga package for 3.1 until the transition
>> starts, we'll need to apply the changes when the transition starts and
>> do a new upload.
>
> no problem.
>
>>
>> Have you considered transitional packages for the removed -dev packages
>> to not require changes to the opencv reverse dependencies and have
>> binNMUs suffice for the transition?
>>
>
> I am working about that.
> I finished the investigation of the packages that depend on opencv, I
> will make it
> easier to migrate, and bug reports to the package there is a problem.
>
>> Kind Regards,
>>
> Best regards,
>   Nobuhiro
>
> --
> Nobuhiro Iwamatsu
>    iwamatsu at {nigauri.org / debian.org}
>    GPG ID: 40AD1FA6



-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6
diff --git a/debian/control b/debian/control
index ba73127..da565a7 100644
--- a/debian/control
+++ b/debian/control
@@ -6,16 +6,16 @@ Section: science
 Priority: optional
 Build-Depends: debhelper (>= 9),
                dh-autoreconf,
-               libcv-dev,
+               libopencv-dev | libcv-dev,
                libdxflib-dev,
                libexpat-dev,
                libgdal-dev,
                libhpdf-dev,
                libogdi3.2-dev,
-               libopencv-contrib-dev,
+               libopencv-dev | libopencv-contrib-dev,
                libopencv-core-dev,
                libopencv-imgproc-dev,
-               libopencv-legacy-dev,
+               libopencv-dev | libopencv-legacy-dev,
                libopencv-photo-dev,
                libproj-dev,
                libqhull-dev,
-- 
2.9.3

Reply via email to