Makefile: Use TMPDIR instead of TMP for temporary directories
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
2
debian/changelog
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user