1 # This file is NOT a shell script.
3 # This file gets included by both debian/rules (make) AND the scripts in
4 # debian/scripts (bash)
7 # Where to cd to to unpack all the tarballs.
9 # For a single pkg, this is the directory that is embedded in the tarball.
10 # For multiple pkgs, this is null.
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
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.
24 # The clean target to run. Defaults to clean.
25 CLEAN_TARGET=maintainer-clean
26 # Files to exclude from the diff.
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