debian/control: Add libnss3-dev to the dependencies of libupsclient-dev
This commit is contained in:
parent
14ba36ebf2
commit
2ac85b39ea
2 changed files with 3 additions and 1 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -13,8 +13,9 @@ nut (2.7.4-9) UNRELEASED; urgency=medium
|
|||
* Add libltdl-dev to the build-dependencies and fix FTBFS when it is
|
||||
installed (Closes: #831740)
|
||||
* debian/control: Bump Standards-Version to 4.3.0 (no further changes)
|
||||
* debian/control: Add libnss3-dev to the dependencies of libupsclient-dev
|
||||
|
||||
-- Laurent Bigonville <bigon@debian.org> Mon, 08 Jul 2019 17:47:07 +0200
|
||||
-- Laurent Bigonville <bigon@debian.org> Tue, 09 Jul 2019 15:09:50 +0200
|
||||
|
||||
nut (2.7.4-8) unstable; urgency=medium
|
||||
|
||||
|
|
1
debian/control
vendored
1
debian/control
vendored
|
@ -191,6 +191,7 @@ Package: libupsclient-dev
|
|||
Section: libdevel
|
||||
Architecture: any
|
||||
Depends: libupsclient4 (= ${binary:Version}),
|
||||
libnss3-dev,
|
||||
${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Conflicts: libupsclient1-dev
|
||||
|
|
Loading…
Reference in a new issue