ruby-deep-merge 1.1.1-2 source package in Ubuntu

Changelog

ruby-deep-merge (1.1.1-2) unstable; urgency=medium

  * Team upload

  [ Cédric Boutillier ]
  * Use https:// in Vcs-* fields
  * Bump Standards-Version to 3.9.7 (no changes needed)
  * Run wrap-and-sort on packaging files

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Use secure URI in debian/watch.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Apply multi-arch hints. + ruby-deep-merge: Add :all qualifier for ruby
    dependency.

  [ Cédric Boutillier ]
  * Update team name
  * Add .gitattributes to keep unwanted files out of the source package
  * Move debian/watch to gemwatch.debian.net
  * Bump Standards-Version to 4.6.0 (no changes needed)
  * Drop enhance relation to hiera (Closes: #978575)
  * Bump debhelper compatibility level to 13

 -- Cédric Boutillier <email address hidden>  Wed, 04 May 2022 14:35:25 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-deep-merge_1.1.1-2.dsc 1.4 KiB 9478e31b9e5031a92128f74dae03a4e2197fcb3636acf411d5fb6a5a6762547e
ruby-deep-merge_1.1.1.orig.tar.gz 11.2 KiB 01dff0ddde7fe833db8000eb690b4e57f824cf140533763417cba880ae3fb80d
ruby-deep-merge_1.1.1-2.debian.tar.xz 2.7 KiB 653b53412360ff99590161d254bb810b239e7bc3473a665129b57087ef1fc517

Available diffs

No changes file available.

Binary packages built by this source

ruby-deep-merge: recursively merge Hash elements in Ruby

 Deep Merge is a simple set of utility functions for Ruby hashes. It allows
 merging elements inside a hash together recursively. Since there is no
 standard for this, the merging is done in an arbitrary way, but should end
 up being pretty intuitive and do what is expected.