renameutils 0.12.0-5 source package in Ubuntu

Changelog

renameutils (0.12.0-5) unstable; urgency=medium

  * Run wrap-and-sort
  * Enable all hardening flags

 -- Francois Marier <email address hidden>  Sun, 13 Sep 2015 18:32:39 -0700

Upload details

Uploaded by:
François Marier
Uploaded to:
Sid
Original maintainer:
François Marier
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
renameutils_0.12.0-5.dsc 2.0 KiB 6addcdf46f1a6b0592d8cea7fb23353cd02f36b6674144a1fea232c6aaf566e9
renameutils_0.12.0.orig.tar.gz 931.8 KiB cbd2f002027ccf5a923135c3f529c6d17fabbca7d85506a394ca37694a9eb4a3
renameutils_0.12.0-5.debian.tar.xz 4.0 KiB fda4c0d60b2a8c946c57f8f0cea5fa424c411a5b14fae3bd692dead4594b291a

Available diffs

No changes file available.

Binary packages built by this source

renameutils: No summary available for renameutils in ubuntu yakkety.

No description available for renameutils in ubuntu yakkety.

renameutils-dbgsym: debug symbols for package renameutils

 The file renaming utilities (renameutils for short) are a set of
 programs designed to make renaming of files faster and less
 cumbersome.
 .
 This package consists of five programs - qmv, imv, icp, qcp and deurlname:
 .
 qmv ("quick move") allows file names to be edited in a text
 editor. The names of all files in a directory are written to a text
 file, which is then edited by the user. The text file is read and
 parsed, and the changes are applied to the files.
 .
 imv ("interactive move"), is trivial but useful when you are too lazy
 to type (or even complete) the name of the file to rename twice. It
 allows a file name to be edited in the terminal using the GNU Readline
 library.
 .
 icp and qcp are similar to imv and qmv but for copying using "cp".
 .
 deurlname removes URL encoded characters (such as %20 representing
 space) from file names. Some programs such as w3m tend to keep those
 characters encoded in saved files.