Hi, please check the new version. I fixed a couple of things, but the remaining ones got me...
2016-01-13 15:22 GMT+01:00 Mattia Rizzolo <[email protected]>: > 2) > hardening-wrapper can just go away, the package builds fine anyway. > The canonical way to have hardening buildflags is to export > DEB_BUILD_MAINT_OPTIONS=hardening=+all in d/rules (instead of > DEB_BUILD_HARDENING). > Having a look at Makefile.cfg I see: > * CFLAGS ain't used (instead there is a CCFLAGS variable); > * CXXFLAGS ignores the external env. > You may need to patch it a bit. hardening-wrapper wiped out, but new lintian warning showed up: hardening-no-relro. Tried to DEB_BUILD_MAINT_OPTIONS=hardening=+all, warning still there. Tried to set CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) and use it in the Makefile, same result. > 4) > there are a bunch of debug-file-with-no-debug-symbols and that > postinst-has-useless-call-to-ldconfig that makes me itch. I feel there > is something weird going on, but I wouldn't know what it is. > Can't find out what's this. Checked the Makefile, the standard output, but I can't see anything related to this. > > 5) > do you even look at what lintian says on mentors? > I: eclipse-titan source: wildcard-matches-nothing-in-dep5-copyright > mctr2/editline (paragraph at line 5) > I: eclipse-titan source: unused-file-paragraph-in-dep5-copyright paragraph > at line 5 > > the order of the paragraphs in d/copyright is important. the wildcard > in the second paragraph overrides the first. so you need to swap them. > Switched the paragraphs, deleted unnecessary white spaces, etc... didn't worked. Checked every part of https://www.debian.org/doc/packaging-manuals/copyright-format/1.0 but nothing. No more ideas. > Furthermore I don't see a paragraph for debian/, as I can read it now > the copyright for debian/* is of "Ericsson Telecom AB". > Is this a problem? I'm working at Ericcson, and I'm doing it as part of my job. :) > > > > > -- > regards, > Mattia Rizzolo > > GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. > more about me: http://mapreri.org : :' : > Launchpad user: https://launchpad.net/~mapreri `. `'` > Debian QA page: https://qa.debian.org/developer.php?login=mattia `- >

