Final touches. Getting ready for NEW
- Make services aware of when they are ready (and fix the test)
- Improve the description, I think it is a bit too short. Mention the binaries that you package, so it will be easier to find with apt-get
- debian/perfetto-docs.docs should be debian/perfetto.docs (and the path needs to be fixed)
- Squash changelog.
- Triple check that we are lintian clean
- Do you need zlib1g and git as Build-Depends?
- You need this change in Debian/rules
FINAL_CFLAGS := $(filter-out -Werror=implicit-function-declaration,${CFLAGS}) ${CPPFLAGS}
FINAL_CXXFLAGS := ${CXXFLAGS} ${CPPFLAGS}
- Explain in Debian/rules why you need rpath
- Add a couple of examples of workflows
- IN debian/perfetto.install make a comment about libperfetto.so being internal and used by the next three binaries.
Edited by Ricardo Ribalda Delgado