~ubuntu-branches/ubuntu/feisty/apache2/feisty

« back to all changes in this revision

Viewing changes to debian/scripts/vars

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Barth
  • Date: 2006-12-09 21:05:45 UTC
  • mfrom: (0.6.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061209210545-h70s0xaqc2v8vqr2
Tags: 2.2.3-3.2
* Non-maintainer upload.
* 043_ajp_connection_reuse: Patch from upstream Bugzilla, fixing a critical
  issue with regard to connection reuse in mod_proxy_ajp.
  Closes: #396265

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# This file is NOT a shell script.
2
 
#
3
 
# This file gets included by both debian/rules (make) AND the scripts in
4
 
# debian/scripts (bash)
5
 
#
6
 
 
7
 
# Where to cd to to unpack all the tarballs.
8
 
SOURCE_DIR=build-tree
9
 
# For a single pkg, this is the directory that is embedded in the tarball.
10
 
# For multiple pkgs, this is null.
11
 
TAR_DIR=
12
 
# Where to place all the stamp files.  This directory can be removed, and
13
 
# all the targets will then be rerun.
14
 
STAMP_DIR=debian/stampdir
15
 
# When sys-build.mk is used to build the source, this is the target(s) to
16
 
# run.
17
 
BUILD_TARGET=
18
 
# When cleaning the source, during diff generation, if this is set, this
19
 
# target will be called in debian/rules.  This allows for pkgs that have
20
 
# complicated cleaning rules.
21
 
CLEAN_TARGET_EXTERNAL=
22
 
# Whether to die if the source cleaning fails.
23
 
CLEAN_IGNORE=yes
24
 
# The clean target to run.  Defaults to clean.
25
 
CLEAN_TARGET=
26
 
# Files to exclude from the diff.
27
 
DIFF_EXCLUDE="configure *~ *.orig *.rej"