reformat 20040319-1ubuntu1 source package in Ubuntu

Changelog

reformat (20040319-1ubuntu1) yakkety; urgency=medium

  * debian/compat: Bump to 9.
  * debian/control:
    - Build-depend on debhelper (>= 9).
    - Depend on ${misc:Depends}.
    - Bump Standards-Version to 3.9.8.
  * debian/rules:
    - Add recommended build-arch and build-indep targets.
    - Use dh_prep instead of dh_clean -k.
  * debian/source/format: Indicate 3.0 (quilt) format.
  * debian/copyright:
    - Don't point to symlink GPL.
    - Update FSF address.

 -- Logan Rosen <email address hidden>  Sun, 07 Aug 2016 00:05:36 -0400

Upload details

Uploaded by:
Logan Rosen
Uploaded to:
Yakkety
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
text
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe text
Lunar release universe text
Jammy release universe text
Focal release universe text
Bionic release universe text

Downloads

File Size SHA-256 Checksum
reformat_20040319.orig.tar.gz 3.3 KiB 220942fde5015d31d07002ae504b1d9003a4eba55c18b21291043557939a46a6
reformat_20040319-1ubuntu1.debian.tar.xz 2.0 KiB 33b0bdeffd0eb4dae309088ade54d5028bab6bf64049467ca9932af538e25e48
reformat_20040319-1ubuntu1.dsc 1.4 KiB 7ae38a025ea16d8bdf2a61e2ce954d87498f23649c2da8521124fbef169537e7

Available diffs

View changes file

Binary packages built by this source

reformat: simple tool for re-formatting plain ascii texts

 reformat reads plain ascii texts from stdin, reformats them and then
 writes the result to stdout.
 .
 Reformatting can be:
   o justify text
   o add a left margin
   o 'resize' text to a special width
   o ...