$ lsb_release -cs focal $ sudo apt install --yes dh-make bzr-builddeb brz-debian $ bzr whoami "Your Name <[email protected]>" $ 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.32ubuntu1 $ bzr 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 $ 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/focal-proposed $ dpkg -s brz-debian | grep Version: Version: 2.8.32ubuntu1.1 $ 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 ** Tags removed: verification-needed-focal ** Tags added: verification-done-focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1954595 Title: bzr dh-make crash - no attribute 'initialize_on_transport' To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-packaging-guide/+bug/1954595/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
