bashdb 4.2.0.6-3 source package in Ubuntu

Changelog

bashdb (4.2.0.6-3) unstable; urgency=low

  * Force removal of /usr/share/info/dir.gz to avoid triggering the
    install-info dir.gz bug (Closes: #614762).
 -- Micah Gersten <email address hidden>   Mon,  07 Mar 2011 14:39:57 +0000

Upload details

Uploaded by:
Micah Gersten
Uploaded to:
Natty
Original maintainer:
Oleksandr Moskalenko
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Natty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
bashdb_4.2.0.6.orig.tar.gz 680.5 KiB 310b427c8bf2428cea3a6e21a985bbe5653af4202e5a8795b8c08bcae97b2f72
bashdb_4.2.0.6-3.debian.tar.gz 16.5 KiB ca3102a1e3e3d1d9d599b6952c7b556c9ab0e7869a2f681ccbee0bad3bd593a9
bashdb_4.2.0.6-3.dsc 1.1 KiB 2d5d18f46feb0d091acd1204354b80ed705765c4fdba5e99a7dbfba58a62d1be

Available diffs

View changes file

Binary packages built by this source

bashdb: BASH debugger

 This is a complete rewrite of the Korn Shell debugger from Bill Rosenblatt's
 `Learning the Korn Shell', published by O'Reilly and Associates (ISBN
 1-56592-054-6) with changes by Michael Loukides and Cigy Cyriac. However,
 this code now depends on a number of debugging support features that are
 neither part of the POSIX standard nor present are in many POSIX-like shells.
 Although you can just use bashdb to debug scripts written in BASH, it can
 also be used just as a front-end for learning more about programming in
 BASH. As an additional aid, the debugger can be used within the context of an
 existing script with its functions and variables that have already been
 initialized; fragments of the existing code can be experimented with by
 changing them inside the debugger.