File: vars

package info (click to toggle)
man2html 1.6f-3%2Blenny1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 668 kB
  • ctags: 84
  • sloc: ansic: 1,300; sh: 301; makefile: 102
file content (32 lines) | stat: -rw-r--r-- 1,085 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# This file is NOT a shell script.
#
# This file gets included by both debian/rules (make) AND the scripts in
# debian/scripts (bash)
#

# Where to cd to to unpack all the tarballs.
SOURCE_DIR=build-tree
# For a single pkg, this is the directory that is embedded in the tarball.
# For multiple pkgs, this is null.
TAR_DIR=man-1.6f
# Where to place all the stamp files.  This directory can be removed, and
# all the targets will then be rerun.
STAMP_DIR=stampdir
# When sys-build.mk is used to build the source, this is the target(s) to
# run.
BUILD_TARGET=
# When cleaning the source, during diff generation, if this is set, this
# target will be called in debian/rules.  This allows for pkgs that have
# complicated cleaning rules.
CLEAN_TARGET_EXTERNAL=
# Whether to die if the source cleaning fails.
CLEAN_IGNORE=yes
# The clean target to run.  Defaults to clean.
CLEAN_TARGET=distclean
# Files to exclude from the diff.
DIFF_EXCLUDE="*.rej *.orig"
# Where the patches are located(duh!).
PATCH_DIR=debian/patches
#SRC_PATCH_DIR=upstream/patches
#SRC_TAR_DIR=upstream/
STRIP_LEVEL=1