initial push
This commit is contained in:
parent
571637c7a0
commit
c897550c79
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,4 +1,4 @@
|
|||||||
maturin (1.1.0-99pika1.lunar) lunar; urgency=medium
|
maturin (1.1.0-99pika2.lunar) lunar; urgency=medium
|
||||||
|
|
||||||
* Initial Creation
|
* Initial Creation
|
||||||
|
|
||||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -4,3 +4,7 @@
|
|||||||
|
|
||||||
override_dh_auto_build:
|
override_dh_auto_build:
|
||||||
cargo build --manifest-path Cargo.toml --message-format=json-render-diagnostics --release -v --no-default-features --locked
|
cargo build --manifest-path Cargo.toml --message-format=json-render-diagnostics --release -v --no-default-features --locked
|
||||||
|
override_dh_install:
|
||||||
|
dh_install
|
||||||
|
mkdir -p debian/python3-maturin/usr/bin
|
||||||
|
cp target/release/maturin debian/python3-maturin/usr/bin/
|
||||||
|
Reference in New Issue
Block a user