dctrl-tools 2.23 source package in Ubuntu

Changelog

dctrl-tools (2.23) unstable; urgency=low


  [ David Prévot ]

  * Fix charset in pt_BR program translation.

  [ Antti-Juhani Kaijanaho ]

  * Merge 2.22.1 and 2.22.2.
  * Add a test case (tests/0021.{in,out,sh}) to verify that tbl-dctrl
    handles UTF-8 correctly.
     - As it requires the C.UTF-8 locale, build-depend on libc-bin >= 2.13
  * Since mblen is unnecessarily marked warn_unused_result with
    _FORTIFY_SOURCE, (see bug #674917), causing spurious warnings upon
    mblen initialization calls, switch to using mbrlen in tbl-dctrl.c (a
    good idea in any case).
  * Add -Wextra to non-package builds (and clean up the resulting warnings).
  * lib/msg.c (msg_primitive): Write the period before the newline, not after!
  * tests/0022.{out,err,fails}: New test case, for grep-dctrl
    --ignore-parse-errors
  * tester.sh: Handle missing diffs gracefully.
  * lib/fsaf.c and others: Remove mmap support (recognize but ignore --mmap).
    It was only complicating matters without giving much benefit.
  * lib/fsaf.[ch]: Make fsaf_read an inline function (50 % speedup in my
    tests.)
  * debian/control (Build-Depends): Remove versioned gcc
    Thanks to Jakub Wilk for pointing out the version spec was broken.
    It also turns out to be obsolete.
  * Some code cleanup.
  * debian/control: Add "Multi-Arch: foreign"
    Closes: 693474 (Add multiarch metadata)
    Reported by Wookey <email address hidden>.
  * po/fi.po: Fix charset issue discovered by Jakub Wilk
    and reported by David Prévot, and delete obsolete entries.

 -- Antti-Juhani Kaijanaho <email address hidden>  Tue, 07 May 2013 23:16:00 +0300

Upload details

Uploaded by:
dctrl-tools developers
Uploaded to:
Sid
Original maintainer:
dctrl-tools developers
Architectures:
any
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
dctrl-tools_2.23.dsc 1.0 KiB 9d4af8d578f8af7986a5f6a0d122c1d86762056e00fa46d2ffeaeae8e0a44328
dctrl-tools_2.23.tar.gz 3.2 MiB 8e1eeca92f6c22b48fc3b8cc6f53bfbf7f04f33c74e585fd1a35230e9e1959d0

Available diffs

No changes file available.

Binary packages built by this source

dctrl-tools: Command-line tools to process Debian package information

 Debian package information is generally stored in files having a
 special file format, dubbed the Debian control file format (the dctrl
 format), a special case of the record jar file format. These tools
 operate on any files conforming in a general sense to that format and
 are therefore widely applicable whenever those formats are in play.
 .
 Included are:
 .
   grep-dctrl - Grep dctrl-format files
   grep-available - Grep the DPKG available database
   grep-status - Grep the DPKG status database
   grep-aptavail - Grep the APT available database
   grep-debtags - Grep the Debtags package database
 .
   sort-dctrl - Sort dctrl-format files
 .
   tbl-dctrl - Tabulate dctrl-format files
 .
   sync-available - Sync the dpkg available database with
                    the apt database