Hi Andrea,

Your last NMU does not solve the problem!

The problem is that in the debian/rules $${binary:Version} in not evaluated as 
the binary version of libexiv2-0.10 package but is left "as it" in the shlibs 
file.

In the 0.10.1.2 package, the libexiv2-0.10.shlibs contains

        libexiv2 0.10 libexiv2-0.10 (>= ${binary:Version})

Building a package against this one will lead to the problems pointed out 
above.

If you replace in the debian/rules

        dh_makeshlibs -V'libexiv2-0.10 (>= $${binary:Version})'
by
        dh_makeshlibs -V

this will produce the shlibs file as you intent to although its not 
recommended in the dh_makeshlibs man page (maybe you should ask dh_makeshlibs 
gurus for information).

Sincerely,

Yannick


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to