pkg-create-dbgsym 0.67~trusty source package in Ubuntu

Changelog

pkg-create-dbgsym (0.67~trusty) trusty; urgency=medium

  * Backport to trusty.

pkg-create-dbgsym (0.67) vivid; 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:12:16 +0200

Upload details

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

See full publishing history Publishing

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

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pkg-create-dbgsym_0.67~trusty.tar.xz 21.9 KiB 1f9bc38cc69ef0f336a0ae63dc316240615c378d1033ca283ca42af47734f91b
pkg-create-dbgsym_0.67~trusty.dsc 1.4 KiB d0bddb18d7f2f95d7262b0b036f2a07b0b82e3eda98583600d89e6196b0d249f

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.