dos2unix 7.5.0-1 source package in Ubuntu

Changelog

dos2unix (7.5.0-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Repository.
  * Fix day-of-week for changelog entry 5.2-1.
  * Avoid explicitly specifying -Wl,--as-needed linker flag.

  [ tony mancill ]
  * New upstream version 7.5.0
    - New and updated translations (in upstream version 7.4.4)
    - New option -O, --to-stdout to write to standard output
    - New option -e, --add-eol to add a line break to the last
      line if there isn't one. Option --no-add-eol disables the feature.
  * Update Standards-Version to 4.6.2 (no changes needed)
  * Freshen years in debian/copyright
  * Add lintian overrides for long lines in sources

 -- tony mancill <email address hidden>  Sun, 11 Jun 2023 16:47:20 -0700

Upload details

Uploaded by:
Tony Mancill
Uploaded to:
Sid
Original maintainer:
Tony Mancill
Architectures:
any
Section:
text
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
dos2unix_7.5.0-1.dsc 2.1 KiB a82be2e2e7477ccf954d3d9329e2024f697bc2629b4ca496f2615c802af826c8
dos2unix_7.5.0.orig.tar.gz 935.1 KiB 7a3b01d01e214d62c2b3e04c3a92e0ddc728a385566e4c0356efa66fd6eb95af
dos2unix_7.5.0.orig.tar.gz.asc 455 bytes 58b85875a1a259a07e40fe51a15e5afbe6819b65b25b6ee5b1147436b5094ba0
dos2unix_7.5.0-1.debian.tar.xz 7.2 KiB a4fb6e254100462a2e9c1f0832f7ac18ddd3c76e1f60b9dd7ccb8398e6e2c9dc

Available diffs

No changes file available.

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.

dos2unix-dbgsym: debug symbols for dos2unix