Creating a new package fails
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bzr-builddeb |
Fix Released
|
Medium
|
James Westby |
Bug Description
The manual says that following commands should work:
$ bzr init scruff
$ cd scruff/
$ bzr merge-upstream ../scruff-
--distribution debian --package scruff
However an assertion fails when bootstrapping packaging project, i.e. creating a new package.
import_dsc.py has following assertion
1490 assert isinstance(
1491 "Should pass str not %s" % str(type(
bzr: ERROR: exceptions.
Traceback (most recent call last):
File "/usr/lib/
return the_callable(*args, **kwargs)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/usr/lib/
return self._operation
File "/usr/lib/
self.cleanups, self.func, *args, **kwargs)
File "/usr/lib/
result = func(*args, **kwargs)
File "/usr/lib/
merge_type, force)
File "/usr/lib/
merge_
File "/usr/lib/
type(
AssertionError: Should pass previous_version as str not <type 'NoneType'>
Related branches
Changed in bzr-builddeb: | |
status: | New → Fix Committed |
importance: | Undecided → Medium |
assignee: | nobody → James Westby (james-w) |
Changed in bzr-builddeb: | |
milestone: | none → 2.7 |
Changed in bzr-builddeb: | |
status: | Fix Committed → Fix Released |