pkg-create-dbgsym 0.50.2 source package in Ubuntu

Changelog

pkg-create-dbgsym (0.50.2) precise-proposed; urgency=medium

  * testsuite: Add dhtest.customdbgsym for a package that produces its own
    -dbgsym package, like our "linux" source package. Reproduces LP #1450464.
  * pkg_create_dbgsym: When called with -B (i. e. from dh_strip), create a
    marker for dh_gencontrol, so that the latter does not try to process
    custom -dbgsym binaries. (LP: #1450464)
  * dh_strip: Don't try to process *-dbgsym binaries.

 -- Martin Pitt <email address hidden>  Thu, 30 Apr 2015 16:45:12 +0200

Upload details

Uploaded by:
Martin Pitt
Uploaded to:
Precise
Original maintainer:
Martin Pitt
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise security main devel
Precise updates main devel

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pkg-create-dbgsym_0.50.2.tar.xz 19.3 KiB d8a999ed03d00cf9dde6564a89fd46ed4e3b5bdbe54ba037e4c62261f0ff1985
pkg-create-dbgsym_0.50.2.dsc 1.5 KiB b99691006183dff9af8f7c8f8cef4f3b3c579ed6e9977fb8a1b404524328ceda

Available diffs

View changes file

Binary packages built by this source

pkg-create-dbgsym: automatically build debug symbol ddeb packages

 pkg_create_dbgsym builds a debug symbol ddeb for a given package in a
 built source tree and adds it to debian/files.
 .
 This package diverts and wraps debhelper's dh_strip and dh_gencontrol. It
 automatically calls pkg_create_dbgsym for all packages dh_strip is asked to
 act on. As a result, by merely installing this package on buildds, all
 packages will automatically get ddebs built.