* upstream now uses libtool, but the shipped libtool is out of date and

has problems building against radiusclient1-dev (which might not be
    our fault, but...).  so, for the time being we're shipping an updated
    version of ltmain.sh in the diff (build depending on the newest version
    of libtool is subobtimal for backporting).
  * add --disable-rpath to configure options... arg, and i had to apply
    another patch to ./configure to keep a -R from sneaking in and
    deactivating it.
  * upstream ./configure fails to automagically detect mysql installation now,
    so modify debian/rules accordingly.
  * modify debian/control to be more explicit about build-dependencies to
    make life easier for backporting.
This commit is contained in:
Sean Finney 2006-05-27 21:48:17 +00:00
parent 2a3c7a1d0c
commit ea66194ad7
5 changed files with 6908 additions and 17 deletions

14
debian/changelog vendored
View file

@ -19,8 +19,20 @@ nagios-plugins (1.4.3-1) unstable; urgency=low
- 18_check_game_cmdline.dpatch
* removed the transitional (pre-sarge) fileutils dependency
(closes: #368718), thanks to Stefan Huehner for pointing this out.
* upstream now uses libtool, but the shipped libtool is out of date and
has problems building against radiusclient1-dev (which might not be
our fault, but...). so, for the time being we're shipping an updated
version of ltmain.sh in the diff (build depending on the newest version
of libtool is subobtimal for backporting).
* add --disable-rpath to configure options... arg, and i had to apply
another patch to ./configure to keep a -R from sneaking in and
deactivating it.
* upstream ./configure fails to automagically detect mysql installation now,
so modify debian/rules accordingly.
* modify debian/control to be more explicit about build-dependencies to
make life easier for backporting.
-- sean finney <seanius@debian.org> Wed, 24 May 2006 17:48:00 +0200
-- sean finney <seanius@debian.org> Sat, 27 May 2006 20:03:31 +0200
nagios-plugins (1.4.2-7) unstable; urgency=medium