ruby-cstruct 1.0.1-3 source package in Ubuntu

Changelog

ruby-cstruct (1.0.1-3) unstable; urgency=medium

  [ Ondřej Nový ]
  * Fixed homepage (https).
  * Fixed VCS URLs (https).
  * d/rules: Changed UPSTREAM_GIT protocol to https
  * d/copyright: Changed source URL to https protocol
  * d/control: Use <email address hidden> as maintainer
  * Use debhelper-compat instead of debian/compat.
  * d/control: Set Vcs-* to salsa.debian.org
  * d/control: Remove Testsuite field, not needed anymore

  [ Daniel Baumann ]
  * Updating copyright format url.
  * Running wrap-and-sort -bast.
  * Removing gbp.conf, not used anymore or should be specified in the
    developers dotfiles.
  * Updating standards version to 4.1.0.

  [ Thomas Goirand ]
  * Use debhelper-compat 11.
  * Fix d/copyright ordering and years.

 -- Thomas Goirand <email address hidden>  Sun, 10 Jan 2021 11:21:34 +0100

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
all
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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-cstruct_1.0.1-3.dsc 2.0 KiB 703aa746053f049d261d3cef45ead07d6107883a55fd9a36d5f33a3b319e85b1
ruby-cstruct_1.0.1.orig.tar.xz 35.5 KiB f1dae6f1a47206368788984952fbb7cf0f426776ec6da12d1912c2f95b500edf
ruby-cstruct_1.0.1-3.debian.tar.xz 4.6 KiB b9d3f1225183e79c42925151baff981c7b694a5d28039939e51997f5a42e06e5

Available diffs

No changes file available.

Binary packages built by this source

ruby-cstruct: simulation of the C language's struct

 CStruct is a simulation of the C language's struct.Its main purpose is to
 manipulate binary-data conveniently in Ruby. It can be used in:
  * Binary file IO like C.
  * The parameter of the OS's API.(e.g. Win32)
  * Other...