Comment 12 for bug 1954595

Revision history for this message
Mauricio Faria de Oliveira (mfo) wrote :

$ lsb_release -cs
bionic

$ sudo apt install --yes dh-make bzr-builddeb brz-debian
$ bzr whoami "Your Name <email address hidden>"
$ wget -O hello-2.10.tar.gz "http://ftp.gnu.org/gnu/hello/hello-2.10.tar.gz"

Before:

$ dpkg -s brz-debian | grep Version:
Version: 2.8.10

$ bzr dh-make hello 2.10 hello-2.10.tar.gz
Fetching tarball
...
Package prepared in /home/ubuntu/hello
$ rm -rf hello hello_2.10.orig.tar.gz

$ brz dh-make hello 2.10 hello-2.10.tar.gz
brz: ERROR: AttributeError: 'NoneType' object has no attribute 'initialize_on_transport'
...
$ rm -rf hello hello_2.10.orig.tar.gz

After:

$ sudo apt install --yes brz-debian/bionic-proposed

$ dpkg -s brz-debian | grep Version:
Version: 2.8.10ubuntu1

$ bzr dh-make hello 2.10 hello-2.10.tar.gz
Fetching tarball
...
Package prepared in /home/ubuntu/hello
$ rm -rf hello hello_2.10.orig.tar.gz

$ brz dh-make hello 2.10 hello-2.10.tar.gz
Fetching tarball
...
Package prepared in /home/ubuntu/hello
$ rm -rf hello hello_2.10.orig.tar.gz