Adding debian version 0.1.1-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
3f0cf5eebc
commit
400f64105e
8 changed files with 129 additions and 0 deletions
35
debian/control
vendored
Normal file
35
debian/control
vendored
Normal file
|
@ -0,0 +1,35 @@
|
|||
Source: rust-soft-assert
|
||||
Section: rust
|
||||
Priority: optional
|
||||
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
||||
Build-Depends:
|
||||
cargo:native <!nocheck>,
|
||||
debhelper-compat (= 13),
|
||||
dh-sequence-cargo,
|
||||
libstd-rust-dev <!nocheck>,
|
||||
rustc:native <!nocheck>,
|
||||
Rules-Requires-Root: no
|
||||
Standards-Version: 4.7.0
|
||||
Homepage: https://github.com/Cyborus04/soft_assert
|
||||
X-Cargo-Crate: soft_assert
|
||||
|
||||
Package: librust-soft-assert-dev
|
||||
Section: rust
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
Provides:
|
||||
librust-soft-assert+default-dev (= ${binary:Version}),
|
||||
librust-soft-assert-0+default-dev (= ${binary:Version}),
|
||||
librust-soft-assert-0-dev (= ${binary:Version}),
|
||||
librust-soft-assert-0.1+default-dev (= ${binary:Version}),
|
||||
librust-soft-assert-0.1-dev (= ${binary:Version}),
|
||||
librust-soft-assert-0.1.1+default-dev (= ${binary:Version}),
|
||||
librust-soft-assert-0.1.1-dev (= ${binary:Version}),
|
||||
Description: Non-panicking assertions - Rust source code
|
||||
Various macros that return early if a given condition is false,
|
||||
similar to the various `assert` macros in `std`
|
||||
.
|
||||
This package contains the source for the Rust soft_assert crate
|
||||
for use with cargo and dh-cargo.
|
Loading…
Add table
Add a link
Reference in a new issue