dos2unix 5.3-1 source package in Ubuntu

Changelog

dos2unix (5.3-1) unstable; urgency=low

  * New upstream release.
  * debian/control
    - (Standards-Version): update to 3.9.2.
  * debian/copyright:
    - Update to DEP5.

dos2unix (5.2.1-1) unstable; urgency=low

  * New upstream release
    - Large file support is enabled by default (Close: #614360).
    - Esperanto eo-x locate is no longer generated by default.
  * debian/clean
    - New file. Delete generated files.
  * debian/control
    - (Build-Depends): remove ghostscript; optional in latest release.
  * debian/debian-save-restore.mk
    - Remove. No longer needed.
  * debian/rules
    - (override_dh_auto_install): remove calls no longer needed.
    - Remove file-state-* macros. New release no longer ships copies
      of generated files.

dos2unix (5.2-1) unstable; urgency=low

  * New upstream release.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 12:43:33 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Jari Aalto
Architectures:
any
Section:
text
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
dos2unix_5.3.orig.tar.gz 60.9 KiB 9ac403a207c938e86d9387b82aaf41c27f7e158acbce15a81cddab2cf030c235
dos2unix_5.3-1.debian.tar.gz 3.8 KiB a179a9ec8ce18611a96e7f7854e7ee40aa1569b08f11230cd54ea5315a628574
dos2unix_5.3-1.dsc 1.7 KiB 2c9a931a45460f34442a813e0c3bc0b7efd1f905424dac8dda05c31a9b9b8d11

Available diffs

View changes file

Binary packages built by this source

dos2unix: convert text file line endings between CRLF and LF

 This package contains utilities dos2unix, unix2dos, mac2unix,
 unix2mac to convert the line endings of text files between UNIX (LF),
 DOS (CRLF) and Mac (CR) formats.
 .
 Text files under Windows and DOS typically have two ASCII characters
 at the end of each line: CR (carriage return) followed by LF (line
 feed). Older Macs used just CR, while UNIX uses just LF. While most
 modern editors can read all these formats, there may still be a need
 to convert files between them.
 .
 This is the classic utility developed in 1989.