debian/control: Add systemd to the build-dependencies, we need the systemd.pc file to be installed during the build
This commit is contained in:
parent
5b5df2aac1
commit
1476985c4c
2 changed files with 5 additions and 2 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -3,8 +3,10 @@ nut (2.7.4-2) UNRELEASED; urgency=medium
|
|||
* debian/libnutclient0.symbols: Adjust .symbols file for arch specific C++
|
||||
symbols (Thanks to pkgkde tools)
|
||||
* Run wrap-and-sort
|
||||
* debian/control: Add systemd to the build-dependencies, we need the
|
||||
systemd.pc file to be installed during the build
|
||||
|
||||
-- Laurent Bigonville <bigon@debian.org> Mon, 18 Jul 2016 17:46:12 +0200
|
||||
-- Laurent Bigonville <bigon@debian.org> Mon, 18 Jul 2016 17:47:53 +0200
|
||||
|
||||
nut (2.7.4-1) unstable; urgency=low
|
||||
|
||||
|
|
3
debian/control
vendored
3
debian/control
vendored
|
@ -18,7 +18,8 @@ Build-Depends: autotools-dev,
|
|||
libsnmp-dev | libsnmp9-dev,
|
||||
libusb-dev (>= 0.1.8),
|
||||
libwrap0-dev (>= 7.6),
|
||||
python (>= 2.6.6-3~)
|
||||
python (>= 2.6.6-3~),
|
||||
systemd [linux-any]
|
||||
Build-Depends-Indep: asciidoc (>= 8.6.3),
|
||||
dblatex (>= 0.2.5),
|
||||
docbook-xsl,
|
||||
|
|
Loading…
Reference in a new issue