debian-goodies 0.55 source package in Ubuntu

Changelog

debian-goodies (0.55) unstable; urgency=low

  * [ dglob ] Clean up bashims (Closes: #600156)

debian-goodies (0.54) unstable; urgency=low

  * debian/control: Turn the lsof Depends: into Recommends for the benefit
    of the kfreebsd architectures (i.e. to make it possible for it to be
    installed in these as lsof is not available there). Unfortunately,
    we cannot use a Depends based on architecture as we are Arch: all
    (Closes: #594431)
  * [checkrestart]: Complain if lsof is not installed (could happen since
    it is now in Recommends) and abort as we do not currently have
    an alternative (psdel still unfinished...)
  * [checkrestart]: Fix false positive with Xorg in some specific Xorg
    servers due to the use of /drm. Thanks to Tarek Soliman for the patch.
    (Closes: 548380)
  * [dglob, dglob.pod]: Use grep-aptavail when the user requests all packages
    listed. Also use apt-file if available since if the package is not
    installed then the list of files is not available in the system
    (Closes: #594426)
  * Include a new 'debpaste' which is borrowed from http://paste.debian.net
    (more specifically http://ankh-morp.org/~vetinari/tools/paste-dn.pl).
    Adjust debian/copyright accordingly to acknowledge the author and
    its copyright. This script is not yet distributed as Recommends/Depends
    have to be adjusted to accommodate it, and a manpage needs to be written,
    but it will be used as a basis to coses bug #476099.

debian-goodies (0.53) unstable; urgency=low

  * [checkrestart] Fix numerical use of errno. Thanks Jakub Wilk! See
    http://lists.debian.org/debian-hurd/2010/08/msg00006.html for details.
  * [checkrestart] Fix Python string exception. Thanks Jakub Wilk for the
    patch. (Closes: #585198)
  * [dpigs] Fix getopt configuration for -h. Thanks Jakub Wilk for
    spotting this. (Closes: #584580)
  * Bump Standards-Version to 3.9.1 (no changes)
  
 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  15 Oct 2010 09:27:41 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Natty
Original maintainer:
Javier Fernández-Sanguino
Architectures:
all
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Natty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
debian-goodies_0.55.tar.gz 55.1 KiB 8e8599a373bc2c3239cc4bddcb6644002d6e5ced3449b0f492df182195e9c553
debian-goodies_0.55.dsc 944 bytes b93dea0459bd50b89e279c86cba60aa7529c3126afb61e2fa953ea0c9a7916c0

Available diffs

View changes file

Binary packages built by this source

debian-goodies: Small toolbox-style utilities for Debian systems

 These programs are designed to integrate with standard shell tools,
 extending them to operate on the Debian packaging system.
 .
  dgrep - Search all files in specified packages for a regex
  dglob - Generate a list of package names which match a pattern
 .
 These are also included, because they are useful and don't justify
 their own packages:
 .
  debget - Fetch a .deb for a package in APT's database
  dpigs - Show which installed packages occupy the most space
  debman - Easily view man pages from a binary .deb without extracting
  debmany - Select manpages of installed or uninstalled packages
  checkrestart - Help to find and restart processes which are using old
                    versions of upgraded files (such as libraries)
  popbugs - Display a customized release-critical bug list based on
                    packages you use (using popularity-contest data)
  which-pkg-broke - find which package might have broken another