-development is long/awkward and inconsistent with prior art from the Linux world, which uses -dev (Debian) or -devel (Red Hat). Follow the Debian convention, and also for debug info packages.
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
I also need to remove the
TAGS+= development
from include/Makefile. include files are already tagged with package=runtime,dev; they don't need an additional development tag. AFAICT no other dev files set this.