mirror of
https://git.proxmox.com/git/perlmod
synced 2025-10-04 07:16:00 +00:00
check in control files
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
740eda0643
commit
f2fb3f9604
2
build.sh
2
build.sh
@ -12,6 +12,8 @@ mkdir -p build
|
||||
echo system >build/rust-toolchain
|
||||
rm -rf "build/${CRATE}"
|
||||
|
||||
rm -f "${CRATE}/debian/control"
|
||||
debcargo package --config "$PWD/${CRATE}/debian/debcargo.toml" --changelog-ready --no-overlay-write-back --directory "$PWD/build/${CRATE}" "${CRATE}" "$(dpkg-parsechangelog -l "${CRATE}/debian/changelog" -SVersion | sed -e 's/-.*//')"
|
||||
cp "build/${CRATE}/debian/control" "${CRATE}/debian/control"
|
||||
cd "build/${CRATE}"
|
||||
${BUILDCMD}
|
||||
|
41
perlmod-macro/debian/control
Normal file
41
perlmod-macro/debian/control
Normal file
@ -0,0 +1,41 @@
|
||||
Source: rust-perlmod-macro
|
||||
Section: rust
|
||||
Priority: optional
|
||||
Build-Depends: debhelper (>= 11),
|
||||
dh-cargo (>= 18),
|
||||
cargo:native <!nocheck>,
|
||||
rustc:native <!nocheck>,
|
||||
libstd-rust-dev <!nocheck>,
|
||||
librust-anyhow-1+default-dev <!nocheck>,
|
||||
librust-proc-macro2-1+default-dev <!nocheck>,
|
||||
librust-quote-1+default-dev <!nocheck>,
|
||||
librust-syn-1+default-dev <!nocheck>,
|
||||
librust-syn-1+full-dev <!nocheck>,
|
||||
librust-toml-0.5+default-dev (>= 0.5.5-~~) <!nocheck>
|
||||
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
|
||||
Standards-Version: 4.4.1
|
||||
Vcs-Git:
|
||||
Vcs-Browser:
|
||||
|
||||
Package: librust-perlmod-macro-dev
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
librust-anyhow-1+default-dev,
|
||||
librust-proc-macro2-1+default-dev,
|
||||
librust-quote-1+default-dev,
|
||||
librust-syn-1+default-dev,
|
||||
librust-syn-1+full-dev,
|
||||
librust-toml-0.5+default-dev (>= 0.5.5-~~)
|
||||
Provides:
|
||||
librust-perlmod-macro+default-dev (= ${binary:Version}),
|
||||
librust-perlmod-macro-0-dev (= ${binary:Version}),
|
||||
librust-perlmod-macro-0+default-dev (= ${binary:Version}),
|
||||
librust-perlmod-macro-0.3-dev (= ${binary:Version}),
|
||||
librust-perlmod-macro-0.3+default-dev (= ${binary:Version}),
|
||||
librust-perlmod-macro-0.3.1-dev (= ${binary:Version}),
|
||||
librust-perlmod-macro-0.3.1+default-dev (= ${binary:Version})
|
||||
Description: Perl package macros to create perl package bindings from rust at compile time - Rust source code
|
||||
This package contains the source for the Rust perlmod-macro crate, packaged by
|
||||
debcargo for use with cargo and dh-cargo.
|
69
perlmod/debian/control
Normal file
69
perlmod/debian/control
Normal file
@ -0,0 +1,69 @@
|
||||
Source: rust-perlmod
|
||||
Section: rust
|
||||
Priority: optional
|
||||
Build-Depends: debhelper (>= 11),
|
||||
dh-cargo (>= 18),
|
||||
cargo:native <!nocheck>,
|
||||
rustc:native <!nocheck>,
|
||||
libstd-rust-dev <!nocheck>,
|
||||
librust-bitflags-1+default-dev (>= 1.2.1-~~) <!nocheck>,
|
||||
librust-cc-1+default-dev (>= 1.0.46-~~) <!nocheck>,
|
||||
librust-libc-0.2+default-dev <!nocheck>,
|
||||
librust-perlmod-macro-0.3+default-dev <!nocheck>,
|
||||
librust-serde-1+default-dev <!nocheck>,
|
||||
librust-serde-1+derive-dev <!nocheck>,
|
||||
librust-thiserror-1+default-dev <!nocheck>,
|
||||
perl (>= 5.28.1) <!nocheck>,
|
||||
perl (>= 5.28.1) <!nocheck>
|
||||
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
|
||||
Standards-Version: 4.4.1
|
||||
Vcs-Git:
|
||||
Vcs-Browser:
|
||||
|
||||
Package: librust-perlmod-dev
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
librust-bitflags-1+default-dev (>= 1.2.1-~~),
|
||||
librust-cc-1+default-dev (>= 1.0.46-~~),
|
||||
librust-libc-0.2+default-dev,
|
||||
librust-serde-1+default-dev,
|
||||
librust-serde-1+derive-dev,
|
||||
librust-thiserror-1+default-dev,
|
||||
perl (>= 5.28.1)
|
||||
Recommends:
|
||||
librust-perlmod+exporter-dev (= ${binary:Version})
|
||||
Provides:
|
||||
librust-perlmod-0-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.4-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.4.1-dev (= ${binary:Version})
|
||||
Description: Ffi & serde code for limited interaction with perl code - Rust source code
|
||||
This package contains the source for the Rust perlmod crate, packaged by
|
||||
debcargo for use with cargo and dh-cargo.
|
||||
|
||||
Package: librust-perlmod+exporter-dev
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
librust-perlmod-dev (= ${binary:Version}),
|
||||
librust-perlmod-macro-0.3+default-dev
|
||||
Provides:
|
||||
librust-perlmod+default-dev (= ${binary:Version}),
|
||||
librust-perlmod+perlmod-macro-dev (= ${binary:Version}),
|
||||
librust-perlmod-0+exporter-dev (= ${binary:Version}),
|
||||
librust-perlmod-0+default-dev (= ${binary:Version}),
|
||||
librust-perlmod-0+perlmod-macro-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.4+exporter-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.4+default-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.4+perlmod-macro-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.4.1+exporter-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.4.1+default-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.4.1+perlmod-macro-dev (= ${binary:Version})
|
||||
Description: Ffi & serde code for limited interaction with perl code - feature "exporter" and 2 more
|
||||
This metapackage enables feature "exporter" for the Rust perlmod crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
.
|
||||
Additionally, this package also provides the "default", and "perlmod-macro"
|
||||
features.
|
Loading…
Reference in New Issue
Block a user