summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/control1
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b3a979104..757ee7b86 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,9 @@ dpkg (1.17.13) UNRELEASED; urgency=low
Reported by Neil Williams <codehelp@debian.org>.
* Only test the strerror() compatible code if sys_errlist and sys_nerr
are present. This fixes a build failure on GNU/Hurd. Closes: #758199
+ * Switch start-stop-daemon on GNU/kFreeBSD systems to use libkvm, instead
+ of relying on linprocfs which is not the native procfs on kFreeBSD, and it
+ is usually not mounted as FreeBSD programs do not expect it to be present.
[ Updated programs translations ]
* Czech (Miroslav Kure).
diff --git a/debian/control b/debian/control
index 19e49d02b..76f607dc9 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Build-Depends: debhelper (>= 7), pkg-config, flex,
gettext (>= 0.18), po4a (>= 0.41),
zlib1g-dev, libbz2-dev, liblzma-dev,
libselinux1-dev (>= 1.28-4) [linux-any],
+ libkvm-dev [kfreebsd-any],
libncursesw5-dev,
libtimedate-perl, libio-string-perl