updated build-deps to be more backporting friendly
This commit is contained in:
parent
6ebebb2676
commit
4c696b9327
11
debian/changelog
vendored
11
debian/changelog
vendored
|
@ -1,3 +1,14 @@
|
||||||
|
nagios-plugins (1.4.3.0cvs.20060707-3) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
NOT RELEASED YET
|
||||||
|
|
||||||
|
[sean finney]
|
||||||
|
* to make backporting easier, change the build dep on libpq-dev
|
||||||
|
to libpq-dev | postgresql-dev. thanks to Jan Wagner for the
|
||||||
|
suggestion.
|
||||||
|
|
||||||
|
-- sean finney <seanius@debian.org> Thu, 03 Aug 2006 12:16:54 -0700
|
||||||
|
|
||||||
nagios-plugins (1.4.3.0cvs.20060707-2) unstable; urgency=low
|
nagios-plugins (1.4.3.0cvs.20060707-2) unstable; urgency=low
|
||||||
|
|
||||||
[sean finney]
|
[sean finney]
|
||||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -3,7 +3,7 @@ Section: net
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel@lists.alioth.debian.org>
|
Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel@lists.alioth.debian.org>
|
||||||
Uploaders: sean finney <seanius@debian.org>, Guido Trotter <ultrotter@debian.org>
|
Uploaders: sean finney <seanius@debian.org>, Guido Trotter <ultrotter@debian.org>
|
||||||
Build-Depends: debhelper (>= 4.0.0), dpatch (>= 2.0.9), autotools-dev, libldap2-dev, libpq-dev, libmysqlclient15-dev | libmysqlclient12-dev | libmysqlclient-dev, libsnmp9-dev | libsnmp5-dev | libsnmp-dev, libradius1-dev, libkrb5-dev, libnet-snmp-perl, procps, coreutils, iputils-ping, snmp, mawk | awk
|
Build-Depends: debhelper (>= 4.0.0), dpatch (>= 2.0.9), autotools-dev, libldap2-dev, libpq-dev | postgresql-dev, libmysqlclient15-dev | libmysqlclient12-dev | libmysqlclient-dev, libsnmp9-dev | libsnmp5-dev | libsnmp-dev, libradius1-dev, libkrb5-dev, libnet-snmp-perl, procps, coreutils, iputils-ping, snmp, mawk | awk
|
||||||
Standards-Version: 3.6.2
|
Standards-Version: 3.6.2
|
||||||
|
|
||||||
Package: nagios-plugins
|
Package: nagios-plugins
|
||||||
|
|
Loading…
Reference in a new issue