ruby-binding-of-caller 1.0.0-1 source package in Ubuntu

Changelog

ruby-binding-of-caller (1.0.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release (closes: #996137).

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Use secure URI in debian/watch.
  * Use secure URI in Homepage field.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Update watch file format version to 4.
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on ruby-debug-inspector.
    + ruby-binding-of-caller: Drop versioned constraint on ruby-debug-inspector
      in Depends.

  [ Daniel Leidert ]
  * d/control: Add Rules-Requires-Root field.
    (Standards-Version): Bump to 4.6.0.
    (Build-Depends): Raise debhelper to version 13 and remove ruby-bacon.
    (Depends): Remove interpreters and use ${ruby:Depends}.
  * d/copyright: Add Upstream-Contact field and remove Files-Excluded.
    (Source): Update URL.
    (Copyright): Add team.
  * d/ruby-binding-of-caller.examples: Install examples.
  * d/ruby-tests.rake: Add and run tests.
  * d/ruby-tests.rb: Remove old test file.
  * d/rules: Use gem installation layout and remove obsolete targets.
  * d/watch: Update and use github sources for tests.
  * d/patches/add-clean-target.patch: Drop obsolete patch.
  * d/patches/no-extensions.patch: Ditto.
  * d/patches/Remove-git-from-gemspec.patch: Add patch.
    - Remove git usage in gemspec.
  * d/patches/Remove-bundler-usage-in-tests.patch: Add patch.
    - Remove bundler usage in tests.
  * d/patches/series: Adjust file.
  * d/tests/control: Remove file. The standard autopkgtest-ruby is fine.
  * d/upstream/metadata: Add missing fields.

 -- Daniel Leidert <email address hidden>  Sat, 27 Nov 2021 00:07:27 +0100

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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-binding-of-caller_1.0.0-1.dsc 2.1 KiB e08d101914c775768b348d407b69003639d959dc52206f2a7b9686be93c7b684
ruby-binding-of-caller_1.0.0.orig.tar.gz 7.3 KiB 23aaf56d3a97cc0f516b3951ccdf7141761ec36f93eecc5270d628a0867e1449
ruby-binding-of-caller_1.0.0-1.debian.tar.xz 3.7 KiB 4ae896ae11c9d5e91d5a721f022d192b9ad83b846f8bde0b477d2feca023be3c

Available diffs

No changes file available.

Binary packages built by this source

ruby-binding-of-caller: retrieve the binding of a method's caller

 Retrieve the binding of a method's caller. Can also retrieve bindings even
 further up the stack.
 .
 Recommended for use only in debugging situations. Do not use this in
 production apps.