ldap: add debian packaging

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
This commit is contained in:
Lukas Wagner 2023-01-24 11:03:37 +01:00 committed by Wolfgang Bumiller
parent 582e994cca
commit 1db057e189
4 changed files with 71 additions and 0 deletions

View File

@ -0,0 +1,5 @@
rust-proxmox-ldap (0.1.0-1) stable; urgency=medium
* Initial release.
-- Proxmox Support Team <support@proxmox.com> Thu, 12 Jan 2023 11:42:11 +0200

View File

@ -0,0 +1,43 @@
Source: rust-proxmox-ldap
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-ldap3-0.11+default-dev <!nocheck>,
librust-ldap3-0.11+tls-dev <!nocheck>,
librust-native-tls-0.2+default-dev <!nocheck>,
librust-serde-1+default-dev <!nocheck>,
librust-serde-1+derive-dev <!nocheck>
Maintainer: Proxmox Support Team <support@proxmox.com>
Standards-Version: 4.6.1
Vcs-Git: git://git.proxmox.com/git/proxmox-ldap.git
Vcs-Browser: https://git.proxmox.com/?p=proxmox-ldap.git
X-Cargo-Crate: proxmox-ldap
Rules-Requires-Root: no
Package: librust-proxmox-ldap-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-anyhow-1+default-dev,
librust-ldap3-0.11+default-dev,
librust-ldap3-0.11+tls-dev,
librust-native-tls-0.2+default-dev,
librust-serde-1+default-dev,
librust-serde-1+derive-dev
Provides:
librust-proxmox-ldap+default-dev (= ${binary:Version}),
librust-proxmox-ldap-0-dev (= ${binary:Version}),
librust-proxmox-ldap-0+default-dev (= ${binary:Version}),
librust-proxmox-ldap-0.1-dev (= ${binary:Version}),
librust-proxmox-ldap-0.1+default-dev (= ${binary:Version}),
librust-proxmox-ldap-0.1.0-dev (= ${binary:Version}),
librust-proxmox-ldap-0.1.0+default-dev (= ${binary:Version})
Description: Proxmox library for LDAP authentication/synchronization - Rust source code
This package contains the source for the Rust proxmox-ldap crate, packaged by
debcargo for use with cargo and dh-cargo.

View File

@ -0,0 +1,16 @@
Copyright (C) 2023 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/>.

View 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"