ascii2binary 2.14-1.1 source package in Ubuntu

Changelog

ascii2binary (2.14-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Use dpkg-buildflags(1) to ensure reproducibility-related CFLAGS are
    passed to the upstream build system. This change was based on a patch by
    Vagrant Cascadian. (Closes: #1020812)
  * Switch to dpkg-source 3.0 (quilt) format. (Closes: #998758, #1007421)

 -- Chris Lamb <email address hidden>  Thu, 06 Oct 2022 10:08:45 -0700

Upload details

Uploaded by:
Mohammed Sameer
Uploaded to:
Sid
Original maintainer:
Mohammed Sameer
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

Downloads

File Size SHA-256 Checksum
ascii2binary_2.14-1.1.dsc 1.7 KiB 309836d97862ccba3687016b884a8e06fe8efe7cf9c38af41323a33443887f51
ascii2binary_2.14.orig.tar.gz 99.5 KiB addc332b2bdc503de573bfc1876290cf976811aae28498a5c9b902a3c06835a9
ascii2binary_2.14-1.1.debian.tar.xz 2.2 KiB a7e8c66fd662b83112427545168c0a666d97eecbe1cb76a1eef73c10715a576d

No changes file available.

Binary packages built by this source

ascii2binary: Convert between ASCII, hexadecimal and binary representations

 This package contains:
  * ascii2binary reads input consisting of ascii or hexadecimal representation
    numbers separated by whitespace and produces as output the binary
    equivalents. The type and precision of the binary output is selected
    using command line flags.
  * binary2ascii reads input consisting of binary numbers and converts
    them to their ascii or hexadecimal representation.
    Command line flags specify the type and size of the binary numbers
    and provide control over the format of the output.
    Unsigned integers may be written out in binary, octal, decimal,
    or hexadecimal.
    Signed integers may be written out only in binary or decimal. Floating
    point numbers may be written out only decimal, either in standard or
    scientific notation. (If you want to examine the binary representation
    of floating point numbers, just treat the input as a sequence of unsigned
    characters.)
 .
 The two programs are useful for generating test data, for inspecting binary
 files, and for interfacing programs that generate textual output to programs
 that require binary input and conversely. They can also be useful when it is
 desired to reformat numbers.

ascii2binary-dbgsym: debug symbols for ascii2binary