PPA builds do not create -dbgsym packages
Bug #156575 reported by
Chris Halse Rogers
This bug affects 11 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Low
|
William Grant |
Bug Description
It'd be nice if packages built in the PPAs had -dbgsym packages generated for them, too. I think this is as simple as installing the pkg-create-dbgsym package in the buildd's chroot.
Related branches
lp://qastaging/~wgrant/launchpad/per-archive-build-debug-symbols
- Michael Hudson-Doyle: Approve
- Stuart Bishop (community): Approve (db)
- Robert Collins (community): Approve
-
Diff: 280 lines (+70/-20)10 files modifieddatabase/schema/comments.sql (+1/-0)
database/schema/patch-2207-77-0.sql (+7/-0)
lib/lp/buildmaster/tests/test_manager.py (+2/-1)
lib/lp/soyuz/browser/archive.py (+4/-4)
lib/lp/soyuz/configure.zcml (+3/-3)
lib/lp/soyuz/interfaces/archive.py (+11/-6)
lib/lp/soyuz/model/archive.py (+3/-0)
lib/lp/soyuz/model/binarypackagebuildbehavior.py (+3/-4)
lib/lp/soyuz/tests/test_archive.py (+34/-2)
lib/lp/testing/sampledata.py (+2/-0)
Changed in soyuz: | |
importance: | Wishlist → Low |
tags: | added: feature |
Changed in soyuz: | |
milestone: | 3.1.10 → none |
assignee: | Celso Providelo (cprov) → nobody |
Changed in soyuz: | |
assignee: | nobody → William Grant (wgrant) |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in soyuz: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Nice to have but I don't think it's that simple.
Installing pkg-create-dbgsym will *build* the ddebs, but it will not install them.
I don't know what tools are used to populate the PPA and update its indexes. I fear it's not even publicly available, I hope I'm wrong.
On a similar topic, I've posted a while ago a patch for dpkg-scanpackages that I use for my own repositories: /bugs.edge. launchpad. net/ubuntu/ +source/ dpkg/+bug/ 134150
https:/
It has been ignored so far :(