detox 1.2.0-6 source package in Ubuntu

Changelog

detox (1.2.0-6) unstable; urgency=medium

  * New maintainer. Thanks a lot to Patrick Schoenfeld, the first maintainer,
      for your work.
  * Migrations:
      - debian/copyright to 1.0 format.
      - DebSrc to 3.0 format.
      - DH level to 9.
      - Using dh-autoreconf now.
  * debian/control:
      - Bumped Standards-Version to 3.9.6.
      - Changed Priority field from extra to optional.
      - Little improvements in long description.
      - Removed quilt from Build-Depends field.
      - Updated the Vcs-* fields.
  * debian/copyright: updated all data.
  * debian/docs: added to install the README file.
  * debian/patches/:
      - Added 06-fix-arguments.patch to fix some strings without required
        arguments.
      - Edited 02-fix-wrong-use-of-hyphens-in-manpage.patch to add a fix to
        word "absence".
      - Reviewed and updated all headers to use DEP3 rules.
      - Updated 01-make-upstream-makefiles-parallel-build-safe.patch to add GCC
        hardening.
  * debian/README.source: removed because this file is not mandatory now.
  * debian/rules:
      - Added the DEB_BUILD_MAINT_OPTIONS variable to improve the GCC hardening.
      - Removed a reference for quilt.
  * debian/watch: improved.

 -- Joao Eriberto Mota Filho <email address hidden>  Sun, 24 May 2015 01:21:11 -0300

Upload details

Uploaded by:
Joao Eriberto Mota Filho
Uploaded to:
Sid
Original maintainer:
Joao Eriberto Mota Filho
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe utils

Downloads

File Size SHA-256 Checksum
detox_1.2.0-6.dsc 1.8 KiB afe2ff79a969590608a9355b31d6f45c742ecdcb6dcc524b26e8eada71465948
detox_1.2.0.orig.tar.gz 101.4 KiB 85c08a9a5b724963dfd1778f97baa88fb747044796ea59d1ebc470e8879b8e09
detox_1.2.0-6.debian.tar.xz 8.3 KiB e02cb123b0906d709700e7ad91f19c2f3b677b7b5cdda3aa92d2f53a9aff8329

Available diffs

No changes file available.

Binary packages built by this source

detox: No summary available for detox in ubuntu wily.

No description available for detox in ubuntu wily.

detox-dbgsym: debug symbols for package detox

 detox is a utility designed to clean up filenames. It replaces difficult to
 work with characters, such as spaces, with standard equivalents. It will also
 clean up filenames with UTF-8 or Latin-1 (or CP-1252) characters in them.
 .
 Features:
 .
  * Removal or replacement of upper ASCII Latin-1 (ISO 8859-1) characters;
  * Removal or replacement of UTF-8 encoded Unicode characters;
  * Removal or replacement of spaces and other potentially tricky characters;
  * Trimming of excessive "_" and "-"s;
  * Directory recursion, dry runs, verbose listings.
 .
 It is designed with safety in mind. It won't overwrite a file that already
 exists, and it doesn't touch special files if not requested.
 .
 detox is useful to mass rename files automatically. As just one example, you
 can use detox to easily standardize lots of files, as MP3 or movies, downloaded
 or stored inside a directory.