srecord 1.64-4 source package in Ubuntu

Changelog

srecord (1.64-4) unstable; urgency=medium

  * QA upload.
  * debian/control: 'debhelper-compat' in Build-Depends is bumped to level 13.
  * debian/control: Bumped Standards-Version to 4.6.2.
  * debian/rules: Added compilation option to enable "bindnow" in linker.
  * debian/patches: Created 01-fix-typos-in-manpages.patch
    to fix typos in the manpages.

 -- Aquila Macedo Costa <email address hidden>  Wed, 21 Jun 2023 18:48:23 -0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe utils

Downloads

File Size SHA-256 Checksum
srecord_1.64-4.dsc 1.9 KiB 8b28bbf3e18130eb3a4f426171d341d9600d3a43a0ce0d2aa7481596c7ac9a99
srecord_1.64.orig.tar.gz 920.4 KiB 49a4418733c508c03ad79a29e95acec9a2fbc4c7306131d2a8f5ef32012e67e2
srecord_1.64-4.debian.tar.xz 7.5 KiB 913c026135f48ee589f8fc6de5f2bae9ba3802676b643acc4252cc6c57f7c627

Available diffs

No changes file available.

Binary packages built by this source

libsrecord-dev: library for manipulating EPROM load files (development)

 The srecord library is a collection of powerful C++ classes for manipulating
 EPROM load files. It reads and writes numerous EPROM file formats, and can
 perform many different manipulations.
 .
 This package contains the static libraries and headers for developing
 applications that use the srecord library.

libsrecord0: library for manipulating EPROM load files (runtime)

 The srecord library is a collection of powerful C++ classes for manipulating
 EPROM load files. It reads and writes numerous EPROM file formats, and can
 perform many different manipulations.
 .
 This package contains the files necessary for running applications that
 use the srecord library.

libsrecord0-dbgsym: debug symbols for libsrecord0
srecord: collection of powerful tools for manipulating EPROM load files

 The srecord package is a collection of powerful tools for manipulating EPROM
 load files. It reads and writes numerous EPROM file formats, and can perform
 many different manipulations.
 .
 The tools include:
  * The srec_cat program may be used to catenate (join) EPROM load files, or
    portions of EPROM load files, together. Because it understands all of the
    input and output formats, it can also be used to convert files from one
    format to another. It also understands filters.
  * The srec_cmp program may be used to compare EPROM load files, or portions
    of EPROM load files, for equality.
  * The srec_info program may be used to print summary information about EPROM
    load files.

srecord-dbgsym: debug symbols for srecord