mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-08 00:52:18 +00:00
proxmox-sortable-macro: initial packaging
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
d6bf884814
commit
57565a5061
1
proxmox-sortable-macro/debian/cargo-checksum.json
Normal file
1
proxmox-sortable-macro/debian/cargo-checksum.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{"package":"proxmox-sortable-macro","files":{}}
|
5
proxmox-sortable-macro/debian/changelog
Normal file
5
proxmox-sortable-macro/debian/changelog
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
rust-proxmox-sortable-macro (0.1.0) proxmox-rust; urgency=medium
|
||||||
|
|
||||||
|
* Initial packaging.
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Tue, 17 Dec 2019 14:47:44 +0100
|
1
proxmox-sortable-macro/debian/compat
Normal file
1
proxmox-sortable-macro/debian/compat
Normal file
@ -0,0 +1 @@
|
|||||||
|
12
|
35
proxmox-sortable-macro/debian/control
Normal file
35
proxmox-sortable-macro/debian/control
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
Source: rust-proxmox-sortable-macro
|
||||||
|
Section: rust
|
||||||
|
Priority: optional
|
||||||
|
Build-Depends: debhelper (>= 12),
|
||||||
|
dh-cargo (>= 21~),
|
||||||
|
cargo:native <!nocheck>,
|
||||||
|
rustc:native <!nocheck>,
|
||||||
|
libstd-rust-dev <!nocheck>,
|
||||||
|
librust-failure-0.1+default-dev <!nocheck>,
|
||||||
|
librust-proc-macro2-1.0+default-dev <!nocheck>,
|
||||||
|
librust-quote-1.0+default-dev <!nocheck>,
|
||||||
|
librust-syn-1.0+full-dev <!nocheck>,
|
||||||
|
librust-syn-1.0+visit-mut-dev <!nocheck>,
|
||||||
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||||
|
Standards-Version: 4.4.1
|
||||||
|
|
||||||
|
Package: librust-proxmox-sortable-macro-dev
|
||||||
|
Architecture: any
|
||||||
|
Depends:
|
||||||
|
${misc:Depends},
|
||||||
|
librust-failure-0.1+default-dev,
|
||||||
|
librust-proc-macro2-1.0+default-dev,
|
||||||
|
librust-quote-1.0+default-dev,
|
||||||
|
librust-syn-1.0+full-dev,
|
||||||
|
librust-syn-1.0+visit-mut-dev,
|
||||||
|
Provides:
|
||||||
|
librust-proxmox-sortable-macro+default-dev (= ${binary:Version}),
|
||||||
|
librust-proxmox-sortable-macro-0-dev (= ${binary:Version}),
|
||||||
|
librust-proxmox-sortable-macro-0+default-dev (= ${binary:Version}),
|
||||||
|
librust-proxmox-sortable-macro-0.1-dev (= ${binary:Version}),
|
||||||
|
librust-proxmox-sortable-macro-0.1+default-dev (= ${binary:Version}),
|
||||||
|
librust-proxmox-sortable-macro-0.1.0-dev (= ${binary:Version}),
|
||||||
|
librust-proxmox-sortable-macro-0.1.0+default-dev (= ${binary:Version}),
|
||||||
|
Description: Proxmox Sortable Macro - Rust source code
|
||||||
|
This package contains the source for the Rust proxmox-sortable-macro crate.
|
16
proxmox-sortable-macro/debian/copyright
Normal file
16
proxmox-sortable-macro/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/>.
|
3
proxmox-sortable-macro/debian/rules
Executable file
3
proxmox-sortable-macro/debian/rules
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/make -f
|
||||||
|
%:
|
||||||
|
dh $@ --buildsystem cargo
|
Loading…
Reference in New Issue
Block a user