1
0
mirror of synced 2026-01-29 21:00:56 +00:00

Makefile: Use TMPDIR instead of TMP for temporary directories

This commit is contained in:
Axel Beckert
2015-07-17 14:57:35 +02:00
parent 796c594fc5
commit 4bf1dbc54b
2 changed files with 4 additions and 2 deletions

View File

@@ -12,8 +12,8 @@
#
# Only used to build distribution tarballs.
#
TMP ?= /tmp
DIST_PREFIX = ${TMP}
TMPDIR ?= /tmp
DIST_PREFIX = ${TMPDIR}
VERSION = 4.5
DEBVERSION = $(shell echo $(VERSION)|sed 's/\(rc\|pre\|beta\|alpha\)/~\1/')
BASE = xen-tools

2
debian/changelog vendored
View File

@@ -37,6 +37,8 @@ xen-tools (4.5+dev-1) UNRELEASED; urgency=medium
author/release tests (xt).
+ Make test suite support as-installed-testing
- Mark package as autopkgtestable.
+ Multiple release workflow improvements (target release in Makefile):
- Use TMPDIR instead of TMP for temporary directories.
* Update Vcs-* headers and documentation as Gitorious closed its doors
in June 2015 and is now only available with static contents.
* Recommend debian-archive-keyring (for installing Debian DomUs on