File: vars

package info (click to toggle)
mutt 1.5.9-2sarge2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,484 kB
  • ctags: 17
  • sloc: sh: 315; makefile: 231; perl: 80
file content (32 lines) | stat: -rw-r--r-- 1,146 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=mutt-1.5.9
# Where to place all the stamp files.  This directory can be removed, and
# all the targets will then be rerun.
STAMP_DIR=debian/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=extra-clean
# Whether to die if the source cleaning fails.
CLEAN_IGNORE=yes
# The clean target to run.  Defaults to clean.
CLEAN_TARGET=maintainer-clean
# Files to exclude from the diff.
DIFF_EXCLUDE=""
# Where the patches are located(duh!).
PATCH_DIR=debian/patches
EXTRA_PATCHES=upstream/extra-patches
SRC_PATCH_DIR="upstream/patches $EXTRA_PATCHES"
SRC_TAR_DIR=upstream/tarballs