utfcheck 1.2-3 source package in Ubuntu

Changelog

utfcheck (1.2-3) unstable; urgency=medium

  * QA upload.
  * Using new DH level format. Consequently:
      - debian/compat: removed.
      - debian/control: changed from 'debhelper' to 'debhelper-compat' in
        Build-Depends field and bumped to 13.
  * debian/control:
      - Added 'Rules-Requires-Root: no' to source stanza.
      - Added Vcs-* fields.
      - Bumped Standards-Version to 4.6.0.1.
      - Using a secure URI in Homepage field.
  * debian/copyright:
      - Using a secure URI in Source field.
      - Removed duplicate license.
      - Separated packaging license from upstream license.
  * debian/salsa-ci.yml: created to provide CI tests for salsa.
  * debian/tests/control: updated.
  * debian/watch: cleaned and using a secure URI.

 -- Lourisvaldo Figueredo Junior <email address hidden>  Wed, 26 Jan 2022 19:16:02 -0300

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
utfcheck_1.2-3.dsc 2.0 KiB fd64a6a446321f07e969a1aa1367908519edaf44aba7eafecbddf85f8953030c
utfcheck_1.2.orig.tar.gz 225.7 KiB c66d62a241a016c1ae409ea805560ffc07efefcd790c52b0608a4551872b6d75
utfcheck_1.2.orig.tar.gz.asc 833 bytes 2604cfa3c04752846246e3f15d87f602a0ac4c81d86ffcc9bbbd0b591ced6917
utfcheck_1.2-3.debian.tar.xz 6.1 KiB b62d1331f740ed342c7b55f87b349d8eb4510d40ac23cac9f9a3059455877b8b

Available diffs

No changes file available.

Binary packages built by this source

utfcheck: check validity of UTF-8 and ASCII files

 The utfcheck program examines a text file and prints a summary
 of what the file contains: ASCII, UTF-8, UTF-16 (either big-endian
 or little-endian based on an initial Byte Order Mark), or binary
 data. ASCII and UTF-8 files are processed further; UTF-16 and
 binary files are not. For a UTF-8 file, the summary includes
 whether or not the file begins with the Unicode Byte Order Mark
 (U+FEFF). Any following data encountered that is not well-formed
 ASCII or UTF-8 Unicode is considered to be binary data; upon
 reading such data the input file is considered not to be a proper
 text file and the program exits with an error status.
 .
 The utfcheck program returns an exit status of EXIT_SUCCESS if
 the text file was well-formed, and EXIT_FAILURE otherwise.

utfcheck-dbgsym: debug symbols for utfcheck