Re: Solving shlibs-declares-dependency-on-other-package lintian warning

2014-03-18 Thread Joseph Herlant
Hi Jakub, > You have this: > > override_dh_makeshlibs: > dh_makeshlibs -V "libnxml0, libnxml-abi-$(DEB_UPSTREAM_VERSION)" > > But here is nothing in debian/rules that would define the > DEB_UPSTREAM_VERSION variable. > You completely made my day! :-) That's right, DEB_UPSTREAM_VERSION is

Re: Solving shlibs-declares-dependency-on-other-package lintian warning

2014-03-18 Thread Jakub Wilk
* Joseph Herlant , 2014-03-18, 21:51: W: libnxml0: shlibs-declares-dependency-on-other-package libnxml0, libnxml-abi- You have this: override_dh_makeshlibs: dh_makeshlibs -V "libnxml0, libnxml-abi-$(DEB_UPSTREAM_VERSION)" But here is nothing in debian/rules that would define the DEB_

Re: Solving shlibs-declares-dependency-on-other-package lintian warning

2014-03-18 Thread Sune Vuorela
On 2014-03-18, Joseph Herlant wrote: > The complete version of the packages are currently available on > mentors (for those who would like to have a look a little deeper about > what's wrong): > https://mentors.debian.net/package/libnxml > and > https://mentors.debian.net/package/libmrss > > The w

Solving shlibs-declares-dependency-on-other-package lintian warning

2014-03-18 Thread Joseph Herlant
Dear mentors, I'm currently moving 2 packages (libnxml and libmrss) to debhelper 9, multiarch and from cdbs to classic dh. I'm almost done, but I still have lintian complaining about "shlibs-declares-dependency-on-other-package" on both packages. I read the debian sharedlibs policy and googled th