lua-inspect 3.1.1-2 source package in Ubuntu

Changelog

lua-inspect (3.1.1-2) unstable; urgency=medium

  * Team upload.
  * control:
    + Exclude lua-busted Build-Depends for nocheck Build-Profile
    + Add .git to Vcs-Git URL
    + Set Rules-Requires-Root: no
    + Bump debhelper compat to 13 and use debhelper-compat Build-Depends
    + Declare compliance with Policy 4.5.0
  * debian/tests:
    + Add lua-busted to Depends
    + Remove unnecessary rw-build-tree Restriction

 -- James McCoy <email address hidden>  Mon, 01 Jun 2020 22:56:25 -0400

Upload details

Uploaded by:
Jason Pleau
Uploaded to:
Sid
Original maintainer:
Jason Pleau
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

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
lua-inspect_3.1.1-2.dsc 2.0 KiB 554c53bdf8a47329f76f3cfb535d354fd59080f6eed9b1eb4644854c454602bd
lua-inspect_3.1.1.orig.tar.gz 11.0 KiB 0292f4960ef0ccb2c7334911981b280f9016c57a29c90c5ff5d3823621f6e0db
lua-inspect_3.1.1-2.debian.tar.xz 2.1 KiB 67913c5aae9c6b3024d00154af5628a41fbc69ab7927b13c8fb1dafb6819b3ff

Available diffs

No changes file available.

Binary packages built by this source

lua-inspect: Lua table visualizer, ideal for debugging

 This library transforms any Lua value into a human-readable
 representation. It is especially useful for debugging errors in tables.
 .
 The objective here is human understanding (i.e. for debugging), not
 serialization or compactness.