libdbg 1.2-2ubuntu4 source package in Ubuntu

Changelog

libdbg (1.2-2ubuntu4) trusty; urgency=low

  * Use dh_autotools-dev to update config.{sub,guess} for AArch64.
 -- Matthias Klose <email address hidden>   Thu, 24 Oct 2013 11:44:37 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
Original maintainer:
Ubuntu MOTU Developers
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe devel
Xenial release universe devel
Trusty release universe devel

Downloads

File Size SHA-256 Checksum
libdbg_1.2-2ubuntu4.tar.gz 220.0 KiB 4cda0115f6fe2f4db1ddfb948a6b389a5e0681f3e91d1e77edca398577cefea1
libdbg_1.2-2ubuntu4.dsc 953 bytes 541921ba5ef623763c2789813051e0d575126c8d1150e50dd56896684daf40e2

Available diffs

View changes file

Binary packages built by this source

happycoders-libdbg: C++ utilities to facilitate modern debugging idioms

 It provides various constraint checking utilities together with an
 integrated error logging facility. These utilities are flexible and
 customisable. They can be enabled and disabled at runtime, and in release
 builds, dbg library use can be compiled away to nothing.
 .
 Rich debugging can only be implemented in large code bases from the outset,
 it is hard to retrofit full defensive programming techniques onto existant
 code. For this reason it is good practice to use a library like dbg when
 you start a new project. By using dbg extensively you will find bugs
 quicker, and prevent more insideous problems rearing their head later in
 the project's life.

happycoders-libdbg-dbgsym: debug symbols for happycoders-libdbg
happycoders-libdbg-dev: C++ utilities to facilitate modern debugging idioms

 It provides various constraint checking utilities together with an
 integrated error logging facility. These utilities are flexible and
 customisable. They can be enabled and disabled at runtime, and in release
 builds, dbg library use can be compiled away to nothing.
 .
 Rich debugging can only be implemented in large code bases from the outset,
 it is hard to retrofit full defensive programming techniques onto existant
 code. For this reason it is good practice to use a library like dbg when
 you start a new project. By using dbg extensively you will find bugs
 quicker, and prevent more insideous problems rearing their head later in
 the project's life.
 .
 This package contains the symlinks, headers, and object files needed to
 compile and link programs which use libdbg.