proxmox-tools: initial packaging
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
a33d9a35db
commit
fa4f892c19
1
proxmox-tools/debian/cargo-checksum.json
Normal file
1
proxmox-tools/debian/cargo-checksum.json
Normal file
@ -0,0 +1 @@
|
||||
{"package":"proxmox-tools","files":{}}
|
5
proxmox-tools/debian/changelog
Normal file
5
proxmox-tools/debian/changelog
Normal file
@ -0,0 +1,5 @@
|
||||
rust-proxmox-tools (0.1.0) proxmox-rust; urgency=medium
|
||||
|
||||
* Initial packaging.
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Tue, 17 Dec 2019 13:50:53 +0100
|
1
proxmox-tools/debian/compat
Normal file
1
proxmox-tools/debian/compat
Normal file
@ -0,0 +1 @@
|
||||
12
|
67
proxmox-tools/debian/control
Normal file
67
proxmox-tools/debian/control
Normal file
@ -0,0 +1,67 @@
|
||||
Source: rust-proxmox-tools
|
||||
Section: rust
|
||||
Priority: optional
|
||||
Build-Depends: debhelper (>= 12),
|
||||
dh-cargo (>= 21~),
|
||||
cargo:native <!nocheck>,
|
||||
rustc:native <!nocheck>,
|
||||
libstd-rust-dev <!nocheck>,
|
||||
librust-base64-0.10+default-dev <!nocheck>,
|
||||
librust-chrono-0.4+default-dev <!nocheck>,
|
||||
librust-endian-trait-0.6+arrays-dev <!nocheck>,
|
||||
librust-failure-0.1+default-dev <!nocheck>,
|
||||
librust-lazy-static-1.4+default-dev <!nocheck>,
|
||||
librust-libc-0.2+default-dev <!nocheck>,
|
||||
librust-nix-0.16+default-dev <!nocheck>,
|
||||
librust-regex-1.2+default-dev <!nocheck>,
|
||||
librust-serde-1.0+derive-dev <!nocheck>,
|
||||
librust-serde-json-1.0+default-dev <!nocheck>,
|
||||
# not compatible with stable rustc
|
||||
# librust-valgrind-request-1.1.0+default-dev <!nocheck>,
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
Standards-Version: 4.4.1
|
||||
|
||||
Package: librust-proxmox-tools-dev
|
||||
Architecture: any
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
librust-base64-0.10+default-dev,
|
||||
librust-chrono-0.4+default-dev,
|
||||
librust-endian-trait-0.6+arrays-dev,
|
||||
librust-failure-0.1+default-dev,
|
||||
librust-libc-0.2+default-dev,
|
||||
librust-nix-0.16+default-dev,
|
||||
librust-regex-1.2+default-dev,
|
||||
librust-serde-1.0+derive-dev,
|
||||
librust-serde-json-1.0+default-dev,
|
||||
Provides:
|
||||
librust-proxmox-tools+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-tools-0-dev (= ${binary:Version}),
|
||||
librust-proxmox-tools-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-tools-0.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-tools-0.1+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-tools-0.1.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-tools-0.1.0+default-dev (= ${binary:Version}),
|
||||
Description: Proxmox tools library - Rust source code
|
||||
This package contains the source for the Rust proxmox-tools crate.
|
||||
|
||||
# not compatible with stable rustc
|
||||
# Package: librust-proxmox-tools+valgrind-dev
|
||||
# Architecture: any
|
||||
# Depends:
|
||||
# ${misc:Depends},
|
||||
# librust-base64-0.10+default-dev,
|
||||
# librust-chrono-0.4+default-dev,
|
||||
# librust-endian-trait-0.6+arrays-dev,
|
||||
# librust-failure-0.1+default-dev,
|
||||
# librust-lazy-static-1.3+default-dev,
|
||||
# librust-libc-0.2+default-dev,
|
||||
# librust-nix-0.15+default-dev,
|
||||
# librust-regex-1.2+default-dev,
|
||||
# librust-serde-1.0+derive-dev,
|
||||
# librust-serde-json-1.0+default-dev,
|
||||
# librust-valgrind-request-1.1.0+default-dev,
|
||||
# Provides:
|
||||
# librust-proxmox-tools-0+valgrind-dev (= ${binary:Version}),
|
||||
# librust-proxmox-tools-0.1+valgrind-dev (= ${binary:Version}),
|
||||
# librust-proxmox-tools-0.1.0+valgrind-dev (= ${binary:Version}),
|
16
proxmox-tools/debian/copyright
Normal file
16
proxmox-tools/debian/copyright
Normal file
@ -0,0 +1,16 @@
|
||||
Copyright (C) 2019 Proxmox Server Solutions GmbH
|
||||
|
||||
This software is written by Proxmox Server Solutions GmbH <support@proxmox.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU Affero General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU Affero General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
1
proxmox-tools/debian/files
Normal file
1
proxmox-tools/debian/files
Normal file
@ -0,0 +1 @@
|
||||
rust-proxmox-tools_0.1.0_source.buildinfo rust optional
|
3
proxmox-tools/debian/rules
Executable file
3
proxmox-tools/debian/rules
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/make -f
|
||||
%:
|
||||
dh $@ --buildsystem cargo
|
Loading…
x
Reference in New Issue
Block a user