From: Thomas Lamprecht <t.lamprecht@proxmox.com>
To: Proxmox Backup Server development discussion
<pbs-devel@lists.proxmox.com>,
Maximiliano Sandoval <m.sandoval@proxmox.com>
Cc: Wolfgang Bumiller <w.bumiller@proxmox.com>
Subject: [pbs-devel] applied: [PATCH proxmox] systemd: debcargo: add libsystemd-dev to dependencies
Date: Tue, 12 Nov 2024 21:07:47 +0100 [thread overview]
Message-ID: <dbc6bb68-9d20-4209-9225-7d78c876c4bc@proxmox.com> (raw)
In-Reply-To: <20240823121132.300298-1-m.sandoval@proxmox.com>
Am 23.08.24 um 14:11 schrieb Maximiliano Sandoval:
> `Build-Depends` and `Depends` in d/control are missing `libsystemd-dev`,
> resulting in mk-build-deps not being able to install all dependencies
> needed by `make deb`.
>
> After running `make deb` the control file looks:
>
> ```diff
> modified proxmox-systemd/debian/control
> @@ -6,7 +6,8 @@ Build-Depends: debhelper (>= 12),
> cargo:native <!nocheck>,
> rustc:native <!nocheck>,
> libstd-rust-dev <!nocheck>,
> - librust-libc-0.2+default-dev (>= 0.2.107-~~) <!nocheck>
> + librust-libc-0.2+default-dev (>= 0.2.107-~~) <!nocheck>,
> + libsystemd-dev <!nocheck>
> Maintainer: Proxmox Support Team <support@proxmox.com>
> Standards-Version: 4.6.2
> Vcs-Git: git://git.proxmox.com/git/proxmox.git
> @@ -19,7 +20,8 @@ Architecture: any
> Multi-Arch: same
> Depends:
> ${misc:Depends},
> - librust-libc-0.2+default-dev (>= 0.2.107-~~)
> + librust-libc-0.2+default-dev (>= 0.2.107-~~),
> + libsystemd-dev
> Provides:
> librust-proxmox-systemd+default-dev (= ${binary:Version}),
> librust-proxmox-systemd-0-dev (= ${binary:Version}),
> ```
>
> Suggested-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
> Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
> ---
> proxmox-systemd/debian/control | 6 ++++--
> proxmox-systemd/debian/debcargo.toml | 3 +++
> 2 files changed, 7 insertions(+), 2 deletions(-)
>
>
this was applied by wolfgang a while ago, thanks!
_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
prev parent reply other threads:[~2024-11-12 20:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-23 12:11 [pbs-devel] " Maximiliano Sandoval
2024-11-12 20:07 ` Thomas Lamprecht [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=dbc6bb68-9d20-4209-9225-7d78c876c4bc@proxmox.com \
--to=t.lamprecht@proxmox.com \
--cc=m.sandoval@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
--cc=w.bumiller@proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox