summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Joachim <svenjoac@gmx.de>2024-01-06 12:49:09 +0100
committerColin Watson <cjwatson@debian.org>2024-01-07 15:34:37 +0000
commit3b62157a6a67023090271c29602eff6ae2dad551 (patch)
treee2f146aed476bfc7531eca7779328363f78c98d9
parent77dc6f9c35428188ee93b0ad1f2f95d79987b8f8 (diff)
Add systemd-dev to Build-Depends
This ensures that the systemd units are installed into /usr/lib/systemd/system in trixie and later, while keeping them in /lib/systemd/system in bookworm-backports. Closes: #1060144
-rw-r--r--debian/changelog7
-rw-r--r--debian/control1
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1c1b7543..b8e55997 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+man-db (2.12.0-2) UNRELEASED; urgency=medium
+
+ [ Sven Joachim ]
+ * Add systemd-dev to Build-Depends (closes: #1060144).
+
+ -- Colin Watson <cjwatson@debian.org> Sun, 07 Jan 2024 15:34:14 +0000
+
man-db (2.12.0-1) unstable; urgency=medium
* New upstream release:
diff --git a/debian/control b/debian/control
index ff9b9ac8..ff5bfa1a 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Build-Depends: autopoint,
libseccomp-dev [amd64 arm64 armel armhf hppa i386 mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x x32],
pkg-config,
po4a,
+ systemd-dev [linux-any],
zlib1g-dev,
Homepage: https://man-db.gitlab.io/man-db/
Vcs-Git: https://salsa.debian.org/debian/man-db.git