diff options
| author | Julian Andres Klode <jak@debian.org> | 2013-10-10 14:54:41 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2013-10-10 14:54:41 +0200 |
| commit | 571618374ee880d00477d7379aaf01a36718db64 (patch) | |
| tree | ac3d6a01f302241e532a2248b486f0e0a115bc88 /debian | |
| parent | 03b1e193ecf6ef09f38982ab752ee6998cf626d8 (diff) | |
| download | python-apt-571618374ee880d00477d7379aaf01a36718db64.tar.gz | |
tests: Do not set dir::etc::sourceparts to /tmp
This can cause build failures if *.list files are present in /tmp. Use
/dev/null instead (not a directory, but APT silently ignores this).
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 39306d8b..77c64d82 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,8 @@ python-apt (0.9.0) UNRELEASED; urgency=low - Fix documentation of version_compare (Closes: #680891) * apt/package.py: - Add a Package.has_config_files property (Closes: #712749) + * tests: + - Do not set dir::etc::sourceparts to /tmp [ Jeremy Bicha ] * data/templates/Ubuntu.info.in: add 'devel' series (Closes: #722961) |
