~ubuntu-branches/ubuntu/precise/munin/precise-updates

« back to all changes in this revision

Viewing changes to dists/debian/Makefile.config

  • Committer: Bazaar Package Importer
  • Author(s): Tore Anderson
  • Date: 2006-10-17 14:39:05 UTC
  • mfrom: (1.1.3 upstream) (3.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20061017143905-563ocncpqycnkyux
Tags: 1.2.5-1
* New upstream release.
    - Replace calls to net_write() with print(), closes: #388789.
    - Replace calls to Net::Domain::hostfqdn() with a combination of
      Sys::Hostname::hostname() and gethostbyname(), closes: #307462,
      closes: #390815.
    - Handle errors opening the stats file in munin-update, closes: #329204.
    - Improves the default fonts in RRDtool 1.2, which caused some labels to
      line-wrap, reducing readability.  Closes: #361585.
    - munin-node-configure-snmp now handles errors better, closes: #320455.
    - Plugin generic/multips is now sorted under Processes, closes: #312521.
    - Plugin linux/apt_all now correctly counts held packages, and also
      considers the distribution "stable", closes: #314610.

* debian/control, debian/rules, debian/NEWS:
    - Add support for building a package containing the contrib plugins,
      closes: #306861.  Patch from Marc Haber, thanks!

* debian/munin-node.init, debian/munin.cron.d:
    - Recreate /var/run/munin on boot if it is absent.  This is a work-around
      for brain-damage in Ubuntu, where this directory goes AWOL every time
      the machine is booted.  Closes: #380434.

* debian/control:
    - The link to the example installation was broken, instead point to the
      home page where there'll always be a link to a live one.

* debian/munin-node.init:
    - Handle pidofproc() supplying the correct return code in the situation
      where the daemon is dead while the pid file exists.  This was a bug
      in lsb-base (#381684) up to and including version 3.1-10.
    - Add LSB run-time dependency information.

* debian/munin.cron.d:
    - Change the time of the daily forced munin-limits run so it doesn't
      start at the same time as the munin-cron process, which appeared to
      cause a race condition that made munin-limits report all values as 0.

* debian/plugins.conf:
    - Run the ip_ plugin as the root user, closes: #373768.

* debian/copyright:
    - The new upstream release bundles Bitstream Vera Mono, include its
      license.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# This file overrides variables used by the makefile, so it's behaviour
2
 
# becomes suitable for building Debian packages.
3
 
 
4
 
PREFIX     = $(DESTDIR)/usr
5
 
CONFDIR    = $(DESTDIR)/etc/munin
6
 
HTMLDIR    = $(DESTDIR)/var/www/munin
7
 
DBDIR      = $(DESTDIR)/var/lib/munin
8
 
 
9
 
CGIDIR     = $(DESTDIR)/usr/lib/cgi-bin
10
 
 
11
 
LIBDIR     = $(PREFIX)/share/munin
12
 
 
13
 
HOSTNAME   = localhost.localdomain
14
 
 
15
 
PERLLIB    = $(DESTDIR)$(shell $(PERL) -V:vendorlib | cut -d= -f2 | sed "s/[\';]//g")
16
 
 
17
 
CHECKUSER  = \#
18
 
CHECKGROUP = \#
19
 
CHOWN      = \#
20
 
CHMOD      = \#
21
 
CHGRP      = \#