This bug was fixed in the package breezy-debian - 2.8.10ubuntu1
---
breezy-debian (2.8.10ubuntu1) bionic; urgency=medium
* Fix `bzr dh-make` (LP: #1954595)
- dh_make.py: import bzrdir.
-- Mauricio Faria de Oliveira Fri, 20 May 2022
11:43:32 -0300
** Changed in: breezy-debia
This bug was fixed in the package breezy-debian - 2.8.32ubuntu1.1
---
breezy-debian (2.8.32ubuntu1.1) focal; urgency=medium
* Fix `bzr dh-make` (LP: #1954595)
- dh_make.py: import bzrdir.
- cmds.py: cmd_dh_make(): don't encode version;
breezy-debian commit 0c79e2e ("Fi
The doc updates have been merged and are live. [1]
[1] https://packaging.ubuntu.com/html/packaging-new-software.html
** Changed in: ubuntu-packaging-guide
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribe
Hey Zakhar,
Good news; glad it worked!
We should keep the scope of this bug as the 'bzr dh-make' issue and its related
doc updates.
The SRU/-proposed verification is related to the code change, and has been
verified already.
(All good on that front / this bug.)
The other steps you mentioned (e
Dear Mauricio, thanks for the tip.
I had to do the following to make it work:
After:
bzr add debian/source/format
I added:
bzr add debian/compat
The compat file hold only one line with: 10, as in: echo "10" >compat
Without this, it fails to compile, but with this line added, all seems well
Hi Zakhar,
Thanks for your attention to the quality and correctness of the documentation.
I've just submitted updates to it, after testing the steps from start to end.
Regarding your questions:
Yes, this bug is originally for the `bzr dh-make` error, but since it's not
available (some releases)
Submitted a Merge Request [1] with updates to the Ubuntu Packaging Guide
for Ubuntu Focal.
[1] https://code.launchpad.net/~mfo/ubuntu-packaging-guide/ubuntu-
packaging-guide/+merge/423560
** Branch linked: lp:~mfo/ubuntu-packaging-guide/ubuntu-packaging-guide
** Changed in: ubuntu-packaging-guid
Strike it, there is no binary package with those commands (unlike with
bzr wrapped) and I am not sure the "source" package is even correct...
I'm lost!
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/195
Possible workaround?
It seems that after "manually" providing the compat file in debian
directory in the buildarea, if I run the "naked" debuild commands:
dpkg-buildpackage -us -uc -ui
then
dpkg-buildpackage -us -uc -ui -S
Instead of what is documented:
bzr builddeb -- -us -uc
and
bzr buil
Dear all, not sure if this bug fix is just about dh_make or the full
process to make a package for Launchpad that is documented on the Ubuntu
documentation.
The former now works, the latter still fails further down the process.
Here is what now works:
$ bzr dh-make 1fichierfs 1.9.2~Focal /tmp/1f
It was probably the 'mirror replication delay', now it is correctly
installed after an "apt update" and repeating the above command "apt
install brz-debian/focal-proposed" that previously failed.
I'll test and report within 24h.
--
You received this bug notification because you are a member of U
Yes, that might be it.
If that helps, I can confirm that fr.archive.com has the new version
now:
Package: brz-debian
Architecture: all
Version: 2.8.32ubuntu1.1
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.ne
Same no luck:
$ LANG=C sudo apt install brz-debian/focal-proposed
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Release 'focal-proposed' for 'brz-debian' was not found
Could it be because I am using the closest apt mirror, which is in my
case:
$ lsb_release -cs
bionic
$ sudo apt install --yes dh-make bzr-builddeb brz-debian
$ bzr whoami "Your Name "
$ 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
Fetc
$ lsb_release -cs
focal
$ sudo apt install --yes dh-make bzr-builddeb brz-debian
$ bzr whoami "Your Name "
$ 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.g
Hi Zakhar,
Thanks for the quick response to the verification request!
Your steps are likely correct, it's just the name of the
binary package with the changes is `brz-debian` (for the
`dh-make` subcommand).
I had to double check this as well, and can confirm the
changes are available at the arch
Hi, thanks for the upgrade.
Am I doing something wrong?
I followed the steps on testing "proposed" from the page you kindly linked.
- Ticked "focal-proposed"
- Pined priorities to 400 for "proposed" (to avoid getting all the "proposed"!)
- ran:
$ LANG=C sudo apt update
Hit:1 http://fr.archive.ubu
Hello Honza, or anyone else affected,
Accepted breezy-debian into focal-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/breezy-
debian/2.8.32ubuntu1.1 in a few hours, and then in the -proposed
repository.
Please help us by testing this new package. S
** Tags added: sts-sponsor-mfo
--
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:
Changes submitted to focal/bionic upload queues.
...
Bionic:
---
Reverse Dependencies:
$ apt rdepends brz-debian
brz-debian
Reverse Depends:
Recommends: ubuntu-dev-tools
Recommends: ubuntu-dev-tools
Autopkgtests for ubuntu-dev-tools don't actually in
** Description changed:
[Impact]
* The `bzr dh-make` step in the Ubuntu Packaging Guide [1]
fails in Focal.
* The alternative `brz dh-make` (BReeZy instead of BaZaaR)
fails in Focal and Bionic.
- * The `dh-make` subcommand is not available in Impish/later.
-The Guid
** Patch added: "lp1954595_bionic_breezy-debian.debdiff"
https://bugs.launchpad.net/ubuntu/+source/breezy-debian/+bug/1954595/+attachment/5591619/+files/lp1954595_bionic_breezy-debian.debdiff
** Changed in: breezy-debian (Ubuntu)
Status: Won't Fix => Invalid
** Description changed:
** Patch added: "lp1954595_focal_breezy-debian.debdiff"
https://bugs.launchpad.net/ubuntu/+source/breezy-debian/+bug/1954595/+attachment/5591618/+files/lp1954595_focal_breezy-debian.debdiff
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to U
Attaching debdiffs with the changes; running autopkgtests for reverse
dependencies.
--
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_trans
Test case:
$ cat
** Also affects: breezy-debian (Ubuntu)
Importance: Undecided
Status: New
** Also affects: breezy-debian (Ubuntu Focal)
Importance: Undecided
Status: New
** Also affects: breezy-debian (Ubuntu Bionic)
Importance: Undecided
Status: New
** Changed in: breezy-debian (U
** Package changed: dh-make (Ubuntu) => ubuntu-packaging-guide
--
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 noti
27 matches
Mail list logo