use version.full_version rather than str(version)

This commit is contained in:
Colin Watson 2011-08-17 13:02:07 +01:00
parent f91f61f8d4
commit 0a2d4b11a8

View File

@ -385,7 +385,7 @@ def copy(src_pkg, debian_dist, release, simulate=False, force=False):
try:
ubuntu_archive.copyPackage(
source_name=src_pkg.source,
version=str(src_pkg.version),
version=src_pkg.version.full_version,
from_archive=debian_archive,
to_series=ubuntu_series,
to_pocket=ubuntu_pocket,