diff options
| author | Michael Biebl <biebl@debian.org> | 2023-11-19 05:05:50 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2023-11-19 05:05:53 +0100 |
| commit | f46c8ec90304e514a969fe2e06353889fb21ea47 (patch) | |
| tree | cd860c34b7b435bf92b399c70b0309c639dab299 | |
| parent | 6723243024ae4e53d1020c134e98f58677388b93 (diff) | |
Replace systemd Build-Depends with systemd-dev
Only systemd.pc is required during build which is now shipped in systemd-dev.
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index e19c75fd..83d606f7 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Build-Depends: debhelper-compat (= 13), libaudit-dev, libgnutls28-dev (>= 2.12), uuid-dev, - systemd, + systemd-dev, libsystemd-dev (>= 209), libudev-dev (>= 175), libgirepository1.0-dev, |