luarocks 3.7.0+dfsg1-1ubuntu1 source package in Ubuntu

Changelog

luarocks (3.7.0+dfsg1-1ubuntu1) jammy; urgency=medium

  * d/luarocks.postinst: Add global flag to fix installation (LP: #1949957).
  * d/tests: Add basic autopkgtests.

 -- Chris MacNaughton <email address hidden>  Fri, 05 Nov 2021 14:01:10 +0000

Upload details

Uploaded by:
Chris MacNaughton
Sponsored by:
James Page
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
luarocks_3.7.0+dfsg1.orig.tar.xz 182.2 KiB cefeae37f3d12baf0c8eab84419988eb3d94d205907ea8630cb13d69916e597f
luarocks_3.7.0+dfsg1-1ubuntu1.debian.tar.xz 5.4 KiB 37d605436aed2fdfe87609a28274ebdca19638b3614f1c0994292865a777b190
luarocks_3.7.0+dfsg1-1ubuntu1.dsc 2.1 KiB c91cd1d971d448f67c3b5c6b55dbd7decdd9a01cee80ccd9519e96c249ee5eed

View changes file

Binary packages built by this source

luarocks: deployment and management system for Lua modules

 This package contains LuaRocks, a tool for managing rocks. A Lua rock is a
 bundle containing a module and some metadata like compilation instructions and
 copyright. The command line utility luarocks can download, build, install and
 remove rocks, properly handling dependencies among them and allowing multiple
 versions of the same rock to coexist.
 .
 The tool installs system-wide rocks in /usr/local when run by the superuser,
 but a regular user can easily tune it to install rocks in his home directory.
 .
 This package also provides the luarocks-admin tool, needed to create a rocks
 repository, and the documentation for luarocks, describing the command line
 tools as well as the library to manipulate rocks.