Re: Help needed with symbols index in package

2016-01-14 Thread Jakub Wilk
* Eriberto , 2016-01-06, 22:36: export PVER=$(shell dpkg-parsechangelog --show-field version | cut -d"-" -f1) %: dh $@ override_dh_makeshlibs: dh_makeshlibs -- -v$(PVER) No, please don't do this. IMO, it is right and works fine. What is the

Re: Help needed with symbols index in package

2016-01-07 Thread Jonathan Carter (highvoltage)
On 07/01/2016 01:55, Jonathan Carter (highvoltage) wrote: > Hi Eriberto > > On 07/01/2016 01:28, Eriberto Mota wrote: >> Other datail is that is a good idea upload the first version to >> experimental to see how to the library will build. So you will able to >> can fix the issues (if necessary)

Re: Help needed with symbols index in package

2016-01-07 Thread Gianfranco Costamagna
Hi, >Updated package is at http://mentors.debian.net/package/kpmcore am I wrong or I failed to see an RFS bug? or do you already have a sponsor? sorry but without a bug is difficult to keep track of packages needing a sponsor cheers, G.

Help needed with symbols index in package

2016-01-06 Thread Jonathan Carter
Hi Debian Mentors I'm attempting to package kpmcore, a shared library for partitioning tasks in KDE. I'm not sure if my dpkg symbols index for the shared library file gets used because it doesn't contain a debian revision, yet lintian says that it does on my binary package (inspecting the binary

Re: Help needed with symbols index in package

2016-01-06 Thread Jonathan Carter (highvoltage)
Hi Eriberto On 07/01/2016 01:28, Eriberto Mota wrote: Other datail is that is a good idea upload the first version to experimental to see how to the library will build. So you will able to can fix the issues (if necessary) and reupload to unstable. I hope this help. Yes thanks that's very

Re: Help needed with symbols index in package

2016-01-06 Thread Jakub Wilk
* Eriberto Mota , 2016-01-06, 21:28: dpkg-gensymbols: warning: debian/libkpmcore1/DEBIAN/symbols doesn't match completely debian/libkpmcore1.symbols --- debian/libkpmcore1.symbols (libkpmcore1_1.9.50-1_amd64) +++ dpkg-gensymbolsBiEPCo 2016-01-06 20:58:15.171645367

Re: Help needed with symbols index in package

2016-01-06 Thread Eriberto
Hi Jakub, 2016-01-06 22:11 GMT-02:00 Jakub Wilk : > There's a simple work-around: pass -X (with appropriate argument) to > dh_makeshlibs. > >> export PVER=$(shell dpkg-parsechangelog --show-field version | cut -d"-" >> -f1) >> >> %: >> dh $@ >> >>

Re: Help needed with symbols index in package

2016-01-06 Thread Eriberto Mota
Hi Jonathan, Initially, your package doesn't build in a fresh jail because needs extra-cmake-modules, libkf5kdelibs4support-dev and pkg-config in Build-Depends field. Please, always use cowbuilder or pbuilder to test if your package builds. About the symbols, the problem is that dpkg-gensymbols

Re: Help needed with symbols index in package

2016-01-06 Thread Jakub Wilk
* Jonathan Carter , 2016-01-06, 15:13: I'm attempting to package kpmcore, a shared library for partitioning tasks in KDE. I'm not sure if my dpkg symbols index for the shared library file gets used because it doesn't contain a debian revision, yet lintian says that it does