Code review comment for lp:~wgrant/launchpad/less-crackful-ddeb-tests

Revision history for this message
William Grant (wgrant) wrote :

In order to start handling DDEBs in Soyuz, we need to be able to link up DEBs with their corresponding DDEBs. We can only do this by matching on the name (in all real-world cases a DDEB's name is $DEBNAME-dbgsym).

Unfortunately, the binaries used in the test suite do not follow this mandatory standard. This branch renames the DDEB from debug-dbg to debug-bin-dbgsym, paving the way for my other DDEB support branches which would otherwise cause this upload to be rejected.

« Back to merge proposal