Package: qa.debian.org
Severity: wishlist
User: qa.debian....@packages.debian.org
Usertags: udd

As noted in https://bugs.debian.org/873729 UDD could also import dbgsym
packages into the database. As a first implementation, they can just be
imported as another location for Sources and Packages information. The
following config snippet is what Judd's UDD is using to import these
packages.

debian-debug-sid:
  type: src-pkg
  archs: 
[amd64,arm64,armel,armhf,hurd-i386,i386,kfreebsd-amd64,kfreebsd-i386,mips,mipsel,mips64el,powerpc,ppc64el,s390x]
  directory: /srv/mirrors/debian-debug/dists/sid-debug/
  components: [main, contrib, non-free]
  distribution: debian
  packages-table: packages
  sources-table: sources
  uploaders-table: uploaders
  packages-schema: packages
  sources-schema: sources
  release: sid-debug

As a future extension, importing the data out of the "Build-Ids" field might
also be useful, providing a service to figure out the package name that has
the debug symbols based on build-id. (The space-separated format of Build-Ids
doesn't appear to be documented in deb-control(5) just yet.)

cheers
Stuart

Reply via email to