http-error: add debian packaging and bump as 0.1.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
1a75668dc9
commit
1ce7294e06
5
proxmox-http-error/debian/changelog
Normal file
5
proxmox-http-error/debian/changelog
Normal file
@ -0,0 +1,5 @@
|
||||
rust-proxmox-http-error (0.1.0-1) bookworm; urgency=medium
|
||||
|
||||
* Initial release.
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Fri, 28 Jul 2023 11:05:35 +0200
|
37
proxmox-http-error/debian/control
Normal file
37
proxmox-http-error/debian/control
Normal file
@ -0,0 +1,37 @@
|
||||
Source: rust-proxmox-http-error
|
||||
Section: rust
|
||||
Priority: optional
|
||||
Build-Depends: debhelper (>= 12),
|
||||
dh-cargo (>= 25),
|
||||
cargo:native <!nocheck>,
|
||||
rustc:native <!nocheck>,
|
||||
libstd-rust-dev <!nocheck>,
|
||||
librust-anyhow-1+default-dev <!nocheck>,
|
||||
librust-http-0.2+default-dev <!nocheck>,
|
||||
librust-serde-1+default-dev <!nocheck>
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
Standards-Version: 4.6.1
|
||||
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
||||
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
||||
X-Cargo-Crate: proxmox-http-error
|
||||
Rules-Requires-Root: no
|
||||
|
||||
Package: librust-proxmox-http-error-dev
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
librust-anyhow-1+default-dev,
|
||||
librust-http-0.2+default-dev,
|
||||
librust-serde-1+default-dev
|
||||
Provides:
|
||||
librust-proxmox-http-error+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-error-0-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-error-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-error-0.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-error-0.1+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-error-0.1.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-http-error-0.1.0+default-dev (= ${binary:Version})
|
||||
Description: Proxmox HTTP Error - Rust source code
|
||||
This package contains the source for the Rust proxmox-http-error crate,
|
||||
packaged by debcargo for use with cargo and dh-cargo.
|
18
proxmox-http-error/debian/copyright
Normal file
18
proxmox-http-error/debian/copyright
Normal file
@ -0,0 +1,18 @@
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
|
||||
Files:
|
||||
*
|
||||
Copyright: 2019 - 2023 Proxmox Server Solutions GmbH <support@proxmox.com>
|
||||
License: AGPL-3.0-or-later
|
||||
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 <https://www.gnu.org/licenses/>.
|
7
proxmox-http-error/debian/debcargo.toml
Normal file
7
proxmox-http-error/debian/debcargo.toml
Normal file
@ -0,0 +1,7 @@
|
||||
overlay = "."
|
||||
crate_src_path = ".."
|
||||
maintainer = "Proxmox Support Team <support@proxmox.com>"
|
||||
|
||||
[source]
|
||||
vcs_git = "git://git.proxmox.com/git/proxmox.git"
|
||||
vcs_browser = "https://git.proxmox.com/?p=proxmox.git"
|
Loading…
x
Reference in New Issue
Block a user