ruby-avl-tree 1.2.1-1 source package in Ubuntu

Changelog

ruby-avl-tree (1.2.1-1) unstable; urgency=medium

  * Team upload

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Cédric Boutillier ]
  * New upstream version 1.2.1
    + add dependency on ruby-atomic
  * Remove version in the gem2deb build-dependency
  * Run wrap-and-sort on packaging files
  * Use versioned copyright format URI.
  * Bump debhelper from old 9 to 12.
  * Update Vcs-* headers from vcswatch.
  * Bump Standards-Version to 4.4.0 (no changes needed)
  * README has now a .md extension
  * Fix VCS-* fields to point to salsa
  * Add Testsuite field for autopkgtest-pkg-ruby
  * Breaks ruby-metriks (<< 0.9.9.8~)

 -- Cédric Boutillier <email address hidden>  Wed, 28 Aug 2019 12:25:04 +0200

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-avl-tree_1.2.1-1.dsc 1.6 KiB d6f581e1f887e5197157071a10b2550d31ef740a3a92cc85189f7e4fb3a1d6ce
ruby-avl-tree_1.2.1.orig.tar.gz 9.1 KiB 5089035b87e3f5b73a7e37094754106455f2e65418912c04afcd69209438d875
ruby-avl-tree_1.2.1-1.debian.tar.xz 3.3 KiB ea432bce3c27cd4591a68e1d6979fb7f286baa8b0ccd7b88873a06febb39a89f

Available diffs

No changes file available.

Binary packages built by this source

ruby-avl-tree: AVL and red-black trees in Ruby

 A pure-Ruby implementation of AVL and red-black trees. AVL and
 red-black trees are self-blanacing binary trees optimised for
 fast inserts and lookups.