Commit Graph

27 Commits

Author SHA1 Message Date
Thomas Lamprecht
23cd21f350 bump version to 0.3.2
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2025-04-08 12:45:28 +02:00
Thomas Lamprecht
7932ef3ec1 cargo: require proxmox-notify version 0.5.4
To ensure recent fixes and features are also available here.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2025-04-08 12:44:17 +02:00
Thomas Lamprecht
87b85a5b96 bump version to 0.3.1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2024-11-19 13:19:14 +01:00
Thomas Lamprecht
62399a8e50 bump version to 0.3.0
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2024-11-19 12:46:03 +01:00
Thomas Lamprecht
6abe14d04b cargo: update dependcy for proxmox-notify to 0.5
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2024-11-19 12:44:31 +01:00
Fabian Grünbichler
f58f921e54 bump proxmox-sys to 0.6
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2024-07-25 12:58:37 +02:00
Fabian Grünbichler
32d813ce44 build: properly use cargo wrapper
to actually get debug symbols with rustc >= 1.77

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2024-06-20 10:27:13 +02:00
Fabian Grünbichler
d4af462220 bump proxmox-notify
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2024-06-20 10:27:03 +02:00
Wolfgang Bumiller
e2efb8b87d bump version to 0.2.3
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2024-01-11 10:03:11 +01:00
Thomas Lamprecht
3a41576cbc bump version to 0.2.2
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-11-21 17:31:32 +01:00
Thomas Lamprecht
0fd9c187e7 bump version to 0.2.1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-11-17 17:58:50 +01:00
Lukas Wagner
e1088274be update d/control
proxmox-schema and proxmox-section config is not required anymore.
add new dependency to proxmox-notify.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
 [ TL: notify got bumped to 0.3 ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-11-17 17:56:36 +01:00
Thomas Lamprecht
63c67a8705 bump version to 0.2.0
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-26 17:22:04 +02:00
Thomas Lamprecht
e1fc713cc6 update lintian-overrides for debhelper 13+
and don't override the "no manpage" one, we really should get one..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-26 17:22:04 +02:00
Thomas Lamprecht
4b48252012 d/control: define compat level via build-depends and raise to 13
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-26 17:22:04 +02:00
Thomas Lamprecht
e0cd70967f debian: wrap-and-sort -tkn
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-26 17:22:04 +02:00
Thomas Lamprecht
7dbc739814 update dependencies for current bookworm state
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-26 17:22:04 +02:00
Thomas Lamprecht
11f4d434a5 d/postinst: add debhelper token
results in no change for now

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-26 17:21:51 +02:00
Thomas Lamprecht
0b6433f0c9 d/control: reflow description for line length recommendation
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-26 17:21:51 +02:00
Thomas Lamprecht
6d999bd2a4 d/rules: enforce that the debian package version mateches cargo one
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-26 17:21:51 +02:00
Fabian Grünbichler
332aa4de1e build: update nix to 0.26
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2023-01-23 11:15:26 +01:00
Wolfgang Bumiller
8684dcb447 bump section config dependency to 1.0.2
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2022-11-28 09:36:00 +01:00
Wolfgang Bumiller
068e714070 bump version to 0.1.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2022-11-28 09:32:35 +01:00
Thomas Lamprecht
1d5cb0707b d/rules: patch out unnecessary librt linkage
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-11-10 13:08:55 +01:00
Thomas Lamprecht
53de12a741 d/rules: avoid setting DH_VERBOSE by default
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-11-10 13:07:46 +01:00
Fiona Ebner
6d701dbf28 d/postinst: register binary in .forward
Similar to how it is done for pve-manager in PVE. If pvemailforward is
detected, nothing is done. An adapted pve-manager will cleanly handle
the switchover for PVE installations.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
2022-11-10 11:28:26 +01:00
Fiona Ebner
cadc74576d add Debian packaging
It is a setuid binary owned by root, since the initial step of reading
the configuration files on both PVE and PBS requires higher privileges
which can't be mapped easily otherwise.

Used parts of the packaging in proxmox-backup as a basis.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
2022-11-10 11:28:21 +01:00