detox 1.3.0-5 source package in Ubuntu

Changelog

detox (1.3.0-5) unstable; urgency=medium

  * Using new DH level format. Consequently:
      - debian/compat: removed.
      - debian/control: changed from 'debhelper' to 'debhelper-compat' in
        Build-Depends field and bumped level to 12.
  * debian/control:
      - Added 'Rules-Requires-Root: no' to source stanza.
      - Bumped Standards-Version to 4.4.1.
  * debian/copyright: updated packaging copyright years.
  * debian/rules: created override_dh_auto_install to drop all .sample files
    because they aren't useful for Debian users.
  * debian/salsa-ci.yml: added to provide CI tests for Salsa.

 -- Joao Eriberto Mota Filho <email address hidden>  Sun, 24 Nov 2019 22:04:39 -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
Focal release universe utils

Downloads

File Size SHA-256 Checksum
detox_1.3.0-5.dsc 1.8 KiB 5bb25577c3cde96d08c3e1e50e46b9f01b42140e59adc7367d14b7327c3354c3
detox_1.3.0.orig.tar.gz 101.1 KiB 00daf6b019b51c7bbc3ac96deeeec18fd886c144eeee97c3372dd297bb134c84
detox_1.3.0-5.debian.tar.xz 5.8 KiB 2386b1ce6cb3c488369bc0c5501a82890a2b42524b56f4c3fa60c5f215d8a1c1

Available diffs

No changes file available.

Binary packages built by this source

detox: replace problematic characters in filenames

 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.
 .
 This package provides detox and inline-detox commands. The inline-detox can
 be used in command lines, as a filter in shell procedures.

detox-dbgsym: debug symbols for detox