summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2013-10-10 14:54:41 +0200
committerJulian Andres Klode <jak@debian.org>2013-10-10 14:54:41 +0200
commit571618374ee880d00477d7379aaf01a36718db64 (patch)
treeac3d6a01f302241e532a2248b486f0e0a115bc88 /debian
parent03b1e193ecf6ef09f38982ab752ee6998cf626d8 (diff)
downloadpython-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/changelog2
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)