Package: debbuild Version: 24.12.0-1.1 Architecture: all Maintainer: debbuild developers Installed-Size: 208 Depends: liblocale-gettext-perl,lsb-release,xz-utils,bash,bzip2,dpkg,dpkg-dev,fakeroot,gzip,patch,pax,perl Recommends: dpkg-sig,git-core,quilt,unzip,zip,zstd,debbuild-lua-support Suggests: rpm Filename: all/debbuild_24.12.0-1.1_all.deb Size: 55084 MD5sum: f799bd64493d7b842d460cfe4b002769 SHA1: 918980c2bb81c4fb493cbd6a93e0265b1c2674d9 SHA256: 6f779c4a8eb3911029d246c37a89c43932b8b339e1837870778f24ba6a71511e Section: devel Priority: optional Homepage: https://github.com/debbuild/debbuild Description: Build Debian-compatible .deb packages from RPM .spec files debbuild attempts to build Debian-friendly semi-native packages from RPM spec files, RPM-friendly tarballs, and RPM source packages (.src.rpm files). It accepts most of the options rpmbuild does, and should be able to interpret most spec files usefully. Package: debbuild-lua-support Version: 24.12.0-1.1 Architecture: all Maintainer: debbuild developers Installed-Size: 32 Depends: debbuild (= 24.12.0-1.1),liblua-api-perl Filename: all/debbuild-lua-support_24.12.0-1.1_all.deb Size: 8006 MD5sum: d8fc391b9fe13aa67bc1bb665b841280 SHA1: 726de5001e43a18031dfc689f7630f44bd6721cb SHA256: bb692a3727c65db705f15eabacd3df333ab2a9b05a654e1968db81455e836a63 Section: devel Priority: optional Homepage: https://github.com/debbuild/debbuild Description: Lua macro support for debbuild This package adds the dependencies to support RPM macros written the Lua programming language. Package: debbuild-macros Version: 0.0.7-2.1 Architecture: all Maintainer: debbuild developers Installed-Size: 126 Depends: debbuild (>= 22.02.1) Provides: debbuild-macros-debpkg,debbuild-macros-cmake,cmake-deb-macros,debbuild-macros-mga-mkrel,debbuild-macros-mga-mklibname,mga-deb-macros,debbuild-macros-python,debbuild-macros-python2,debbuild-macros-python3,python-deb-macros,python2-deb-macros,python3-deb-macros,debbuild-macros-perl,perl-deb-macros,debbuild-macros-ruby,ruby-deb-macros,debbuild-macros-golang,go-deb-macros,golang-deb-macros,debbuild-macros-apache2,apache2-deb-macros,debbuild-macros-gpgverify,debbuild-macros-vpath,debbuild-macros-ninja,ninja-deb-macros,debbuild-macros-meson,meson-deb-macros,debbuild-macros-apparmor,apparmor-deb-macros,debbuild-macros-firewalld,firewalld-deb-macros,debbuild-macros-systemd,systemd-deb-macros Filename: all/debbuild-macros_0.0.7-2.1_all.deb Size: 26164 MD5sum: a414375aa29e54f2a758182e54ff5533 SHA1: 1f236ecc2c5f14ed6b472061a3de117b83ba43d4 SHA256: 40c943dc75f9d20dc3e9d786bd392455341e60b3d96fa6850455e71f9f5a4e5b Section: devel Priority: optional Homepage: https://github.com/debbuild/debbuild-macros Description: Various macros for extending debbuild functionality This package contains a set of RPM macros for debbuild, designed in such a manner that it is trivial to port RPM packaging to build Debian packages that are mostly in-line with Debian Policy. Package: debbuild-macros Version: 0.0.8-3.1 Architecture: all Maintainer: debbuild developers Installed-Size: 126 Depends: debbuild (>= 22.02.1) Provides: debbuild-macros-debpkg,debbuild-macros-cmake,cmake-deb-macros,debbuild-macros-mga-mkrel,debbuild-macros-mga-mklibname,mga-deb-macros,debbuild-macros-python,debbuild-macros-python2,debbuild-macros-python3,python-deb-macros,python2-deb-macros,python3-deb-macros,debbuild-macros-perl,perl-deb-macros,debbuild-macros-ruby,ruby-deb-macros,debbuild-macros-golang,go-deb-macros,golang-deb-macros,debbuild-macros-apache2,apache2-deb-macros,debbuild-macros-gpgverify,debbuild-macros-vpath,debbuild-macros-ninja,ninja-deb-macros,debbuild-macros-meson,meson-deb-macros,debbuild-macros-apparmor,apparmor-deb-macros,debbuild-macros-firewalld,firewalld-deb-macros,debbuild-macros-systemd,systemd-deb-macros Filename: all/debbuild-macros_0.0.8-3.1_all.deb Size: 26296 MD5sum: 92ff2e233fd8679981742a25e38fa5a7 SHA1: 3c5f1dde738ef0108e736563224f77270675cd57 SHA256: 74a7f860ef4f35021e0d2164950b3b30cedc8c224d90f4e373b865071f9cf473 Section: devel Priority: optional Homepage: https://github.com/debbuild/debbuild-macros Description: Various macros for extending debbuild functionality This package contains a set of RPM macros for debbuild, designed in such a manner that it is trivial to port RPM packaging to build Debian packages that are mostly in-line with Debian Policy. Package: liblua-api-perl Version: 0.04-2.4 Architecture: armhf Maintainer: debbuild developers Installed-Size: 630 Depends: perl-base (>= 5.8.0),liblua5.1-0,libc6 Filename: armhf/liblua-api-perl_0.04-2.4_armhf.deb Size: 188118 MD5sum: 43ef4cd047b83bb3af8a4ee7870b2dda SHA1: 178872b0f92c271095b0ed66c36f1328c2ac9fea SHA256: b3ccbf52d727b8dd497f5319dc1d3e4853fefa1fe79eb5956a3980fe861deb06 Section: perl Priority: optional Homepage: http://search.cpan.org/dist/Lua-API/ Description: Interface to Lua's embedding API Lua is a simple, expressive, extension programming language that is easily embeddable. Lua::API provides Perl bindings to Lua's C-based embedding API. It allows Perl routines to be called from Lua as if they were written in C, and allows Perl routines to directly manipulate the Lua interpreter and its environment. It presents a very low-level interface (essentially equivalent to the C interface), so is aimed at developers who need that sort of access. Package: liblua-api-perl Version: 0.04-2.4 Architecture: arm64 Maintainer: debbuild developers Installed-Size: 730 Depends: perl-base (>= 5.8.0),liblua5.1-0,libc6 Filename: arm64/liblua-api-perl_0.04-2.4_arm64.deb Size: 183820 MD5sum: fbdec1649a940bfdeeca78ebbd3a4dc1 SHA1: c1a03c5c42b9e1c302b181955c26b2f5ec13be2c SHA256: cafb4bab6bc75e1c5508135366f1abc05d171cfbb46a6bdd2739fc721ed4c2a1 Section: perl Priority: optional Homepage: http://search.cpan.org/dist/Lua-API/ Description: Interface to Lua's embedding API Lua is a simple, expressive, extension programming language that is easily embeddable. Lua::API provides Perl bindings to Lua's C-based embedding API. It allows Perl routines to be called from Lua as if they were written in C, and allows Perl routines to directly manipulate the Lua interpreter and its environment. It presents a very low-level interface (essentially equivalent to the C interface), so is aimed at developers who need that sort of access. Package: liblua-api-perl Version: 0.04-2.4 Architecture: ppc64el Maintainer: debbuild developers Installed-Size: 765 Depends: perl-base (>= 5.8.0),liblua5.1-0,libc6 Filename: ppc64el/liblua-api-perl_0.04-2.4_ppc64el.deb Size: 192972 MD5sum: 41953b7f256b26ddf8e30ff9a9eaf833 SHA1: 71d313fc4e8f2bb999c985c0d86d96cef9a89a24 SHA256: 58b9ece791a5dbf68a06f814d119683efb30f042e980286f306420b932b62b2a Section: perl Priority: optional Homepage: http://search.cpan.org/dist/Lua-API/ Description: Interface to Lua's embedding API Lua is a simple, expressive, extension programming language that is easily embeddable. Lua::API provides Perl bindings to Lua's C-based embedding API. It allows Perl routines to be called from Lua as if they were written in C, and allows Perl routines to directly manipulate the Lua interpreter and its environment. It presents a very low-level interface (essentially equivalent to the C interface), so is aimed at developers who need that sort of access. Package: liblua-api-perl Version: 0.04-2.4 Architecture: amd64 Maintainer: debbuild developers Installed-Size: 686 Depends: perl-base (>= 5.8.0),liblua5.1-0,libc6 Filename: amd64/liblua-api-perl_0.04-2.4_amd64.deb Size: 188732 MD5sum: 55d3ab41f2f5160e2358edb65d51e62a SHA1: ebafabf277fc372c7885b4704e51d3dbe52ca903 SHA256: 38c2147a3895782f2735bfc6ef284188dd20497a5917cd5f4c35ebc05e87a6c7 Section: perl Priority: optional Homepage: http://search.cpan.org/dist/Lua-API/ Description: Interface to Lua's embedding API Lua is a simple, expressive, extension programming language that is easily embeddable. Lua::API provides Perl bindings to Lua's C-based embedding API. It allows Perl routines to be called from Lua as if they were written in C, and allows Perl routines to directly manipulate the Lua interpreter and its environment. It presents a very low-level interface (essentially equivalent to the C interface), so is aimed at developers who need that sort of access.