Drop non-existing build-dependencies
This commit is contained in:
parent
ba4d85c19c
commit
0acf1f781a
2 changed files with 3 additions and 2 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -4,10 +4,11 @@ nut (2.6.0-3) UNRELEASED; urgency=low
|
|||
* debian/control:
|
||||
- Bump Standards-Version to 3.9.2 (no further changes)
|
||||
- Drop autotools build-dependencies (not needed anymore)
|
||||
- Drop non-existing build-dependencies
|
||||
* debian/rules:
|
||||
- Correctly pass flags to configure
|
||||
|
||||
-- Laurent Bigonville <bigon@debian.org> Mon, 09 May 2011 18:45:50 +0200
|
||||
-- Laurent Bigonville <bigon@debian.org> Mon, 09 May 2011 18:46:55 +0200
|
||||
|
||||
nut (2.6.0-2) unstable; urgency=low
|
||||
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 8),
|
|||
libdbus-1-dev,
|
||||
libdbus-glib-1-dev,
|
||||
libglib2.0-dev,
|
||||
libneon27-gnutls-dev | libneon26-gnutls-dev | libneon-dev | libneon27-dev | libneon26-dev,
|
||||
libneon27-gnutls-dev | libneon27-dev,
|
||||
libpowerman0-dev (>= 2.3.3),
|
||||
libwrap0-dev (>= 7.6)
|
||||
Standards-Version: 3.9.2
|
||||
|
|
Loading…
Reference in a new issue