File: Feature.mk

package info (click to toggle)
dpkg 1.23.3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 59,056 kB
  • sloc: ansic: 40,197; perl: 30,221; sh: 18,907; cpp: 6,054; makefile: 5,222; sed: 127
file content (19 lines) | stat: -rw-r--r-- 377 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# Dpkg functional testsuite (kind of)
#
# Copyright © 2015 Guillem Jover <guillem@debian.org>
#

## Feature checks setup ##

ifneq ($(DPKG_FEATURE_CHECKS),yes)
export DPKG_FEATURE_CHECKS := yes

# XXX: once apt is fixed:
#export DPKG_HAS_CONFIGURE_WITH_IMPLICIT_TRIGGER_PENDING ?= 1

ifneq (,$(filter as-root,$(DPKG_TESTSUITE_OPTIONS)))
export DPKG_AS_ROOT = 1
endif

endif