proxmox-api: initial packaging

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2019-12-17 15:16:01 +01:00
parent 36f03c0feb
commit 92c645cee2
6 changed files with 88 additions and 0 deletions

@ -0,0 +1 @@
{"package":"proxmox-api","files":{}}

@ -0,0 +1,5 @@
rust-proxmox-api (0.1.0) proxmox-rust; urgency=medium
* Initial packaging.
-- Proxmox Support Team <support@proxmox.com> Tue, 17 Dec 2019 14:47:44 +0100

@ -0,0 +1 @@
12

@ -0,0 +1,62 @@
Source: rust-proxmox-api
Section: rust
Priority: optional
Build-Depends: debhelper (>= 12),
dh-cargo (>= 21~),
cargo:native <!nocheck>,
rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-bytes-0.5+default-dev <!nocheck>,
librust-failure-0.1+default-dev <!nocheck>,
librust-futures-0.3+default-dev <!nocheck>,
librust-http-0.2+default-dev <!nocheck>,
librust-proxmox-tools-0.1.0+default-dev <!nocheck>,
librust-regex-1.2+default-dev <!nocheck>,
librust-rustyline-5.0.5+default-dev <!nocheck>,
librust-serde-1.0+default-dev <!nocheck>,
librust-serde-derive-1.0+default-dev <!nocheck>,
librust-serde-json-1.0+default-dev <!nocheck>,
librust-textwrap-0.11+default-dev <!nocheck>,
librust-url-2.1+default-dev <!nocheck>,
librust-tokio-0.2-dev <!nocheck>,
librust-hyper-0.13+default-dev <!nocheck>,
librust-lazy-static-1.4+default-dev <!nocheck>,
Maintainer: Proxmox Support Team <support@proxmox.com>
Standards-Version: 4.4.1
Package: librust-proxmox-api-dev
Architecture: any
Depends:
${misc:Depends},
librust-bytes-0.5+default-dev,
librust-failure-0.1+default-dev,
librust-futures-0.3+default-dev,
librust-http-0.2+default-dev,
librust-proxmox-tools-0.1.0+default-dev,
librust-regex-1.2+default-dev,
librust-rustyline-5.0.5+default-dev,
librust-serde-1.0+default-dev,
librust-serde-derive-1.0+default-dev,
librust-serde-json-1.0+default-dev,
librust-textwrap-0.11+default-dev,
librust-url-2.1+default-dev,
librust-tokio-0.2-dev,
librust-hyper-0.13+default-dev,
Provides:
librust-proxmox-api+default-dev (= ${binary:Version}),
librust-proxmox-api+router-dev (= ${binary:Version}),
librust-proxmox-api+cli-dev (= ${binary:Version}),
librust-proxmox-api-0-dev (= ${binary:Version}),
librust-proxmox-api-0+default-dev (= ${binary:Version}),
librust-proxmox-api-0+router-dev (= ${binary:Version}),
librust-proxmox-api-0+cli-dev (= ${binary:Version}),
librust-proxmox-api-0.1-dev (= ${binary:Version}),
librust-proxmox-api-0.1+default-dev (= ${binary:Version}),
librust-proxmox-api-0.1+router-dev (= ${binary:Version}),
librust-proxmox-api-0.1+cli-dev (= ${binary:Version}),
librust-proxmox-api-0.1.0-dev (= ${binary:Version}),
librust-proxmox-api-0.1.0+default-dev (= ${binary:Version}),
librust-proxmox-api-0.1.0+router-dev (= ${binary:Version}),
librust-proxmox-api-0.1.0+cli-dev (= ${binary:Version}),
Description: Proxmox API library - Rust source code
This package contains the source for the Rust proxmox-api crate.

@ -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/>.

3
proxmox-api/debian/rules Executable file

@ -0,0 +1,3 @@
#!/usr/bin/make -f
%:
dh $@ --buildsystem cargo