Initial inclusion of cgdb. Fixes T8505.
Details
Details
- Reviewers
JoshStrobl - Group Reviewers
Triage Team - Maniphest Tasks
- T8505: cgdb
- Commits
- R4933:b448592da3ac: Initial inclusion of cgdb
Use it to debug a C++ program
Diff Detail
Diff Detail
- Repository
- R4933 cgdb
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Please include the following contents as a MAINTAINERS.md file:
This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository. - Evan Wegley - IRC: tomocafe - Email: tomocafe@pm.me
| package.yml | ||
|---|---|---|
| 13 | You can just use our %autogen macro instead of autogen + configure | |
Comment Actions
Ready for review.
| package.yml | ||
|---|---|---|
| 13 | So this is a weird autogen script it seems: https://github.com/cgdb/cgdb/blob/v0.7.1/autogen.sh It won't actually work unless it has no arguments, so the standard macro doesn't work as it prevents configure.ac from being created. Also you have to pass in the actual version string as an environment variable, otherwise it falls back to a date string. I fixed that anyway. Either we can keep it this way, or I will need to patch the autogen.sh script. Up to you on how we want to proceed. Thanks! | |