perlmod/perlmod-bin/debian/control
Wolfgang Bumiller 2c5f34aee0 bump perlmod-bin to 0.2.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2025-01-16 13:46:10 +01:00

23 lines
770 B
Plaintext

Source: perlmod-bin
Section: rust
Priority: optional
Build-Depends: debhelper (>= 12),
perl (>= 5.28.1) <!nocheck>
Maintainer: Proxmox Support Team <support@proxmox.com>
Standards-Version: 4.6.1
Homepage: https://www.proxmox.com
Package: perlmod-bin
Architecture: all
Depends:
${perl:Depends},
binutils,
Recommends:
librust-perlmod+perlmod-macro-dev (= ${binary:Version})
Description: Script to generate perl package files for perlmod libraries.
This contains the genpackage.pl helper script to produce a set of perl
packages which load cdylibs made with the perlmod crate. The generated files
will have a "main" library module which loads the .so file, and a set of
package files using the main module as a base, sothey all share the same
library descriptor.