~ubuntu-branches/ubuntu/saucy/munin/saucy

« back to all changes in this revision

Viewing changes to debian/Makefile.config

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-06-11 12:54:28 UTC
  • mfrom: (8.1.30 sid)
  • Revision ID: package-import@ubuntu.com-20120611125428-k8z25s77rp755vxe
Tags: 2.0.0-1ubuntu1
* Resync with Debian unstable.
* d/munin-node.upstart,munin.upstart: Add upstart configurations.

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
 
1
# This file overrides variables used by the makefile, so its behaviour
2
2
# becomes suitable for building Debian packages.
3
3
 
4
4
PREFIX     = $(DESTDIR)/usr
15
15
 
16
16
HOSTNAME   = localhost.localdomain
17
17
 
18
 
PERLLIB    = $(DESTDIR)$(shell $(PERL) -V:vendorlib | cut -d= -f2 | sed "s/[\';]//g")
 
18
PERLLIB    := $(DESTDIR)$(shell $(PERL) -V:vendorlib | cut -d= -f2 | sed "s/[\';]//g")
19
19
 
20
20
JC         = /usr/lib/jvm/default-java/bin/javac
21
21
CHECKUSER  = \#
23
23
CHOWN      = \#
24
24
CHMOD      = \#
25
25
CHGRP      = \#
 
26
 
 
27
# Distiction between a Linux and FreeBSD kernel
 
28
OSTYPE     := $(shell debian/ostype_helper)