tags 762464 moreinfo thanks
Hi again Ruben, About your package, please: 1. d/control: - Change DH level from 9.0.0 to 9. 2. You have Lintian messages: I: libfyba0: no-symbols-control-file usr/lib/x86_64-linux-gnu/libfygm.so.0.0.0 I: libfyba0: no-symbols-control-file usr/lib/x86_64-linux-gnu/libfyut.so.0.0.0 I: libfyba0: no-symbols-control-file usr/lib/x86_64-linux-gnu/libfyba.so.0.0.0 After the debuild command you need generate symbols[1] using this command in upstream place: dpkg-gensymbols -v4.1.1 -plibfyba0 -Odebian/libfyba0.symbols [1] https://www.debian.org/doc/debian-policy/ch-sharedlibs.html#s-providing-symbols 3. The blhc command show some issues: blhc --all fyba_4.1.1-1_amd64.build To fix it, in d/rules, change from export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed to export DEB_BUILD_MAINT_OPTIONS = hardening=+all You can see details here[2]. [2] https://wiki.debian.org/Hardening#dpkg-buildflags Thanks a lot for your work. Cheers, Eriberto 2014-09-22 12:52 GMT-03:00 Ruben Undheim <[email protected]>: > Package: sponsorship-requests > Severity: wishlist > > Dear mentors, > > I am looking for a sponsor for my package "fyba" > > * Package name : fyba > Version : 4.1.1-1 > Upstream Author : Statens Kartverk > * URL : https://github.com/kartverket/fyba > * License : MIT > Section : libs > > It builds those binary packages: > > libfyba-dev - Header files for FYBA library > libfyba0 - FYBA library to read and write norwegian geodata > standard format > libfyba0-dbg - debug symbols for libfyba0 > > To access further information about this package, please visit the > following URL: > > http://mentors.debian.net/package/fyba > > Alternatively, one can checkout the packaging repo from git using > this command: > > git://anonscm.debian.org/pkg-grass/fyba.git > > or download the package with dget using this command: > > dget -x http://mentors.debian.net/debian/pool/main/f/fyba/fyba_4.1.1-1.dsc > > > Changes since the last upload: > > Initial release (Closes: #760544) > > > Regards, > Ruben Undheim > > > -- > To UNSUBSCRIBE, email to [email protected] > with a subject of "unsubscribe". Trouble? Contact [email protected] > Archive: > https://lists.debian.org/CA+ChNyXRGM4pTrXBH3x9388KkjnUiPM=x=ovfa2vxsmn7xq...@mail.gmail.com > -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/cap+dxjetuy21z4p881wyjxvo9sw40eqhbz5qp_gspxssd7-...@mail.gmail.com

