]> git.llucax.com Git - software/mutt-debian.git/blob - debian/scripts/vars
059d9da9ece1708aadde3f9f163c9b4fc98d365c
[software/mutt-debian.git] / debian / scripts / vars
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=mutt-1.5.9
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=extra-clean
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=maintainer-clean
26 # Files to exclude from the diff.
27 DIFF_EXCLUDE=""
28 # Where the patches are located(duh!).
29 PATCH_DIR=debian/patches
30 EXTRA_PATCHES=upstream/extra-patches
31 SRC_PATCH_DIR="upstream/patches $EXTRA_PATCHES"
32 SRC_TAR_DIR=upstream/tarballs