This commit just adds a dummy package with no funtionality.

Signed-off-by: Dietmar Maurer <[email protected]>
---
 Cargo.toml                                    |  1 +
 proxmox-firewall-api-types/Cargo.toml         | 20 +++++++
 proxmox-firewall-api-types/debian/changelog   |  5 ++
 proxmox-firewall-api-types/debian/control     | 52 +++++++++++++++++++
 proxmox-firewall-api-types/debian/copyright   | 18 +++++++
 .../debian/debcargo.toml                      |  7 +++
 proxmox-firewall-api-types/src/lib.rs         |  1 +
 7 files changed, 104 insertions(+)
 create mode 100644 proxmox-firewall-api-types/Cargo.toml
 create mode 100644 proxmox-firewall-api-types/debian/changelog
 create mode 100644 proxmox-firewall-api-types/debian/control
 create mode 100644 proxmox-firewall-api-types/debian/copyright
 create mode 100644 proxmox-firewall-api-types/debian/debcargo.toml
 create mode 100644 proxmox-firewall-api-types/src/lib.rs

diff --git a/Cargo.toml b/Cargo.toml
index 6ce4d5ec..650868de 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,6 +16,7 @@ members = [
     "proxmox-daemon",
     "proxmox-deb-version",
     "proxmox-dns-api",
+    "proxmox-firewall-api-types",
     "proxmox-fixed-string",
     "proxmox-docgen",
     "proxmox-http",
diff --git a/proxmox-firewall-api-types/Cargo.toml 
b/proxmox-firewall-api-types/Cargo.toml
new file mode 100644
index 00000000..515d1efc
--- /dev/null
+++ b/proxmox-firewall-api-types/Cargo.toml
@@ -0,0 +1,20 @@
+[package]
+name = "proxmox-firewall-api-types"
+version = "0.1.0"
+description = "Proxmox Firewall API type definitions."
+
+authors.workspace = true
+edition.workspace = true
+license.workspace = true
+repository.workspace = true
+exclude.workspace = true
+
+[dependencies]
+anyhow.workspace = true
+regex.workspace = true
+proxmox-fixed-string.workspace = true
+
+serde = { workspace = true, features = [ "derive" ] }
+serde_plain = { workspace = true }
+proxmox-schema = { workspace = true, features = ["api-macro"] }
+proxmox-serde = { workspace = true, features = ["perl"] }
diff --git a/proxmox-firewall-api-types/debian/changelog 
b/proxmox-firewall-api-types/debian/changelog
new file mode 100644
index 00000000..0ebe9d33
--- /dev/null
+++ b/proxmox-firewall-api-types/debian/changelog
@@ -0,0 +1,5 @@
+rust-proxmox-firewall-api-types (0.1.0-1) trixie; urgency=medium
+
+  * Initial release.
+
+ -- Proxmox Support Team <[email protected]>  Thu, 22 Jan 2026 11:09:07 +0100
diff --git a/proxmox-firewall-api-types/debian/control 
b/proxmox-firewall-api-types/debian/control
new file mode 100644
index 00000000..13ea0ae1
--- /dev/null
+++ b/proxmox-firewall-api-types/debian/control
@@ -0,0 +1,52 @@
+Source: rust-proxmox-firewall-api-types
+Section: rust
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+ dh-sequence-cargo
+Build-Depends-Arch: cargo:native <!nocheck>,
+ rustc:native <!nocheck>,
+ libstd-rust-dev <!nocheck>,
+ librust-anyhow-1+default-dev <!nocheck>,
+ librust-proxmox-fixed-string-0.1+default-dev <!nocheck>,
+ librust-proxmox-schema-5+api-macro-dev (>= 5.0.1-~~) <!nocheck>,
+ librust-proxmox-schema-5+default-dev (>= 5.0.1-~~) <!nocheck>,
+ librust-proxmox-serde-1+default-dev <!nocheck>,
+ librust-proxmox-serde-1+perl-dev <!nocheck>,
+ librust-proxmox-serde-1+serde-json-dev <!nocheck>,
+ librust-regex-1+default-dev (>= 1.5-~~) <!nocheck>,
+ librust-serde-1+default-dev <!nocheck>,
+ librust-serde-1+derive-dev <!nocheck>,
+ librust-serde-plain-1+default-dev <!nocheck>
+Maintainer: Proxmox Support Team <[email protected]>
+Standards-Version: 4.7.2
+Vcs-Git: git://git.proxmox.com/git/proxmox.git
+Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
+Homepage: https://git.proxmox.com/?p=proxmox.git
+X-Cargo-Crate: proxmox-firewall-api-types
+
+Package: librust-proxmox-firewall-api-types-dev
+Architecture: any
+Multi-Arch: same
+Depends:
+ ${misc:Depends},
+ librust-anyhow-1+default-dev,
+ librust-proxmox-fixed-string-0.1+default-dev,
+ librust-proxmox-schema-5+api-macro-dev (>= 5.0.1-~~),
+ librust-proxmox-schema-5+default-dev (>= 5.0.1-~~),
+ librust-proxmox-serde-1+default-dev,
+ librust-proxmox-serde-1+perl-dev,
+ librust-proxmox-serde-1+serde-json-dev,
+ librust-regex-1+default-dev (>= 1.5-~~),
+ librust-serde-1+default-dev,
+ librust-serde-1+derive-dev,
+ librust-serde-plain-1+default-dev
+Provides:
+ librust-proxmox-firewall-api-types+default-dev (= ${binary:Version}),
+ librust-proxmox-firewall-api-types-0-dev (= ${binary:Version}),
+ librust-proxmox-firewall-api-types-0+default-dev (= ${binary:Version}),
+ librust-proxmox-firewall-api-types-0.1-dev (= ${binary:Version}),
+ librust-proxmox-firewall-api-types-0.1+default-dev (= ${binary:Version}),
+ librust-proxmox-firewall-api-types-0.1.0-dev (= ${binary:Version}),
+ librust-proxmox-firewall-api-types-0.1.0+default-dev (= ${binary:Version})
+Description: Proxmox Firewall API type definitions - Rust source code
+ Source code for Debianized Rust crate "proxmox-firewall-api-types"
diff --git a/proxmox-firewall-api-types/debian/copyright 
b/proxmox-firewall-api-types/debian/copyright
new file mode 100644
index 00000000..77952eba
--- /dev/null
+++ b/proxmox-firewall-api-types/debian/copyright
@@ -0,0 +1,18 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+
+Files:
+ *
+Copyright: 2019 - 2026 Proxmox Server Solutions GmbH <[email protected]>
+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/>.
diff --git a/proxmox-firewall-api-types/debian/debcargo.toml 
b/proxmox-firewall-api-types/debian/debcargo.toml
new file mode 100644
index 00000000..b7864cdb
--- /dev/null
+++ b/proxmox-firewall-api-types/debian/debcargo.toml
@@ -0,0 +1,7 @@
+overlay = "."
+crate_src_path = ".."
+maintainer = "Proxmox Support Team <[email protected]>"
+
+[source]
+vcs_git = "git://git.proxmox.com/git/proxmox.git"
+vcs_browser = "https://git.proxmox.com/?p=proxmox.git";
diff --git a/proxmox-firewall-api-types/src/lib.rs 
b/proxmox-firewall-api-types/src/lib.rs
new file mode 100644
index 00000000..7c4a64a7
--- /dev/null
+++ b/proxmox-firewall-api-types/src/lib.rs
@@ -0,0 +1 @@
+// TODO: add code here
-- 
2.47.3



Reply via email to