Fix genorig.py --override-version option

svn path=/dists/trunk/linux/; revision=20289
This commit is contained in:
Ben Hutchings 2013-06-24 02:03:26 +00:00
parent ca79b949a8
commit 65cc08094e
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class Main(object):
version = changelog.version
if override_version:
version = VersionLinux('%s-undef' % override_version)
version = VersionLinux('%s-0' % override_version)
self.version_dfsg = version.linux_dfsg
if self.version_dfsg is None: