mruby 3.0.0-1 source package in Ubuntu

Changelog

mruby (3.0.0-1) unstable; urgency=medium

  * New upstream release.
  * Update d/control
    - Bump Standards-Version to 4.6.0.
    - Add "Rules-Requires-Root: no".
    - Add Homepage field.
  * Update d/gbp.conf
    - Set debian-branch to debian/sid for DEP-14 conformance.
  * Update d/patches
    - add_fpic_amd64.patch: Update to latest version.
    - Drop unnecessary patches.
    - Add Fix-typo.patch.
  * Update d/rules
    - Remove whitespace
  * Update d/copyright.

 -- Nobuhiro Iwamatsu <email address hidden>  Thu, 23 Sep 2021 07:12:02 +0900

Upload details

Uploaded by:
Nobuhiro Iwamatsu
Uploaded to:
Sid
Original maintainer:
Nobuhiro Iwamatsu
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mruby_3.0.0-1.dsc 1.9 KiB c2287645d36bf3ca1b378a250e75f7c84b360a3acdf784cec789f6d5367adc18
mruby_3.0.0.orig.tar.gz 684.7 KiB 95b798cdd931ef29d388e2b0b267cba4dc469e8722c37d4ef8ee5248bc9075b0
mruby_3.0.0-1.debian.tar.xz 6.6 KiB 21f16688dd1dcae8f120bbd2129b989b82ec50084ae6a4c0f66af5f89366dc7b

Available diffs

No changes file available.

Binary packages built by this source

libmruby-dev: lightweight implementation of the Ruby language (development files)

 mruby is the lightweight implementation of the Ruby language complying to
 the ISO standard.
 This can be linked and embedded within your application.
 .
 This package contains the development files.

mruby: lightweight implementation of the Ruby language

 mruby is the lightweight implementation of the Ruby language complying to
 the ISO standard.
 This can be linked and embedded within your application.
 .
 This package contains the following tools:
  * mirb: Embeddable interactive ruby shell
  * mrbc: mruby compiler
  * mruby: mruby interpreter
  * mrdb: mruby debugger
  * mruby-strip: mruby strip

mruby-dbgsym: debug symbols for mruby