remove postgresql-dev from build-depends
This commit is contained in:
parent
3a959d78de
commit
8a0fab2ab6
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -14,6 +14,8 @@ nagios-plugins (1.4.11-2) UNRELEASED; urgency=low
|
|||
* make use of dh_* -i for binary-indep and dh_* -s for binary-arch
|
||||
(Closes: #468467)
|
||||
* remove some unneeded and commented debhelper scripts in binary-arch
|
||||
* remove postgresql-dev from build-depends, thats Lior Kaplan
|
||||
<kaplan@debian.org> for reminding (Closes: #429977)
|
||||
|
||||
-- sean finney <seanius@debian.org> Sat, 26 Jan 2008 15:08:03 +0100
|
||||
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -3,7 +3,7 @@ Section: net
|
|||
Priority: extra
|
||||
Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel@lists.alioth.debian.org>
|
||||
Uploaders: Sean Finney <seanius@debian.org>, Guido Trotter <ultrotter@debian.org>, Jan Wagner <waja@cyconet.org>
|
||||
Build-Depends: debhelper (>= 4.0.0), dpatch (>= 2.0.9), autotools-dev, libldap2-dev, libpq-dev | postgresql-dev, libmysqlclient15-dev | libmysqlclient12-dev | libmysqlclient-dev, libradius1-dev, libkrb5-dev, libnet-snmp-perl, procps, coreutils, mawk | awk
|
||||
Build-Depends: debhelper (>= 4.0.0), dpatch (>= 2.0.9), autotools-dev, libldap2-dev, libpq-dev, libmysqlclient15-dev | libmysqlclient12-dev | libmysqlclient-dev, libradius1-dev, libkrb5-dev, libnet-snmp-perl, procps, coreutils, mawk | awk
|
||||
Homepage: http://nagiosplug.sourceforge.net
|
||||
Vcs-Browser: http://svn.debian.org/wsvn/pkg-nagios/nagios-plugins/
|
||||
Vcs-Svn: svn://svn.debian.org/pkg-nagios/nagios-plugins/
|
||||
|
|
Loading…
Reference in a new issue