backportpackage: Use absolute path of workdir when test-building.

This commit is contained in:
Stefano Rivera 2011-09-10 13:17:11 +02:00
parent 2f17d27ca7
commit 754b3128a3
2 changed files with 3 additions and 0 deletions

View File

@ -245,6 +245,8 @@ def do_build(workdir, dsc, release, builder, update):
if 0 != builder.update(release):
sys.exit(1)
# builder.build is going to chdir to buildresult:
workdir = os.path.realpath(workdir)
return builder.build(os.path.join(workdir, dsc),
release,
os.path.join(workdir, "buildresult"))

1
debian/changelog vendored
View File

@ -30,6 +30,7 @@ ubuntu-dev-tools (0.131) UNRELEASED; urgency=low
- Use wget-style progress bar (fixed width) (LP: #845787)
* Bump python-debian B-D and Depends to 0.1.20 for unicode Changelog
reading.
* backportpackage: Use absolute path of workdir when test-building.
[ Colin Watson ]
* syncpackage: Fix typo.