mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
requestsync: Use '~' as the Ubuntu version for new packages (it's lower
than '0~0').
This commit is contained in:
parent
c0c9b6d518
commit
5bd544b63c
@ -120,7 +120,7 @@ if __name__ == '__main__':
|
||||
newsource = False # override the -n flag
|
||||
except udtexceptions.PackageNotFoundException:
|
||||
ubuntu_srcpkg = None
|
||||
ubuntu_version = Version('0~0')
|
||||
ubuntu_version = Version('~')
|
||||
ubuntu_component = 'universe' # let's assume universe
|
||||
if not newsource:
|
||||
print "'%s' doesn't exist in 'Ubuntu %s'.\nDo you want to sync a new package?" % \
|
||||
|
Loading…
x
Reference in New Issue
Block a user