[pull-lp-source] Fails to split release and pocket with a bad version string
Bug #844682 reported by
Dave Walker
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-dev-tools (Ubuntu) |
Fix Released
|
Medium
|
Unassigned |
Bug Description
$ pull-lp-source cyrus-sasl2 2.1.24~
Traceback (most recent call last):
File "/usr/bin/
main()
File "/usr/bin/
(release, pocket) = split_release_
File "/usr/lib/
(release, pocket) = release.split('-')
ValueError: too many values to unpack
Changed in ubuntu-dev-tools (Ubuntu): | |
importance: | Undecided → Medium |
status: | New → Triaged |
Changed in ubuntu-dev-tools (Ubuntu): | |
status: | Triaged → Fix Committed |
To post a comment you must log in.
another example, $ pull-lp-source open-vm-tools 2011.07. 19-450511- 0ubuntu1
Thanks.