debian/control: Wrap build-dependencies
This commit is contained in:
parent
0e20f2aa14
commit
89058c95d8
2 changed files with 22 additions and 1 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -1,3 +1,10 @@
|
||||||
|
nut (2.4.3-3) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* debian/control:
|
||||||
|
- Wrap build-dependencies
|
||||||
|
|
||||||
|
-- Laurent Bigonville <bigon@debian.org> Wed, 29 Dec 2010 15:40:34 +0100
|
||||||
|
|
||||||
nut (2.4.3-2) unstable; urgency=medium
|
nut (2.4.3-2) unstable; urgency=medium
|
||||||
|
|
||||||
* debian/control:
|
* debian/control:
|
||||||
|
|
16
debian/control
vendored
16
debian/control
vendored
|
@ -3,7 +3,21 @@ Section: admin
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Arnaud Quette <aquette@debian.org>
|
Maintainer: Arnaud Quette <aquette@debian.org>
|
||||||
Uploaders: Laurent Bigonville <bigon@debian.org>
|
Uploaders: Laurent Bigonville <bigon@debian.org>
|
||||||
Build-Depends: debhelper (>= 8), autoconf, automake, libtool, libgd2-xpm-dev | libgd2-noxpm-dev, libsnmp-dev | libsnmp9-dev, libusb-dev (>= 0.1.8), libhal-dev (>= 0.5.8), hal, libdbus-1-dev, libdbus-glib-1-dev, libglib2.0-dev, libneon27-gnutls-dev | libneon26-gnutls-dev | libneon-dev | libneon27-dev | libneon26-dev, libpowerman0-dev (>= 2.3.3), libwrap0-dev (>= 7.6)
|
Build-Depends: debhelper (>= 8),
|
||||||
|
autoconf,
|
||||||
|
automake,
|
||||||
|
libtool,
|
||||||
|
libgd2-xpm-dev | libgd2-noxpm-dev,
|
||||||
|
libsnmp-dev | libsnmp9-dev,
|
||||||
|
libusb-dev (>= 0.1.8),
|
||||||
|
libhal-dev (>= 0.5.8),
|
||||||
|
hal,
|
||||||
|
libdbus-1-dev,
|
||||||
|
libdbus-glib-1-dev,
|
||||||
|
libglib2.0-dev,
|
||||||
|
libneon27-gnutls-dev | libneon26-gnutls-dev | libneon-dev | libneon27-dev | libneon26-dev,
|
||||||
|
libpowerman0-dev (>= 2.3.3),
|
||||||
|
libwrap0-dev (>= 7.6)
|
||||||
Standards-Version: 3.9.1
|
Standards-Version: 3.9.1
|
||||||
Homepage: http://www.networkupstools.org
|
Homepage: http://www.networkupstools.org
|
||||||
Vcs-Browser: http://git.debian.org/?p=collab-maint/nut.git;a=summary
|
Vcs-Browser: http://git.debian.org/?p=collab-maint/nut.git;a=summary
|
||||||
|
|
Loading…
Reference in a new issue