Michele Calgaro via tde-devels wrote:
On 2023/07/15 03:59 PM, deloptes via tde-devels wrote:
Hi, preparing my own debian repo for bookworm, I started building and noticed tqt3 is creating ubuntu packages. Seams to be fault in the changelog. I think to remember that I saw someone copied over some files and now we have this entry
tqt-x11-free (3:3.3.8-d-0ubuntu0) maverick; urgency=low
It is so minor issue, but if you want a bug report, let me know.
BR
Hi Emanoil, changelog entries are old and don't get updated in the source code. They are updated at the beginning of the building process or when creating the tarball. Cheers Michele
Hi Michele, I know this and it was working for years. I guess bookworm changed dch to request confirmation explicitly when a new entry in changelog is added and it differs from the original. The original seems to be based on ubuntu, so when I ask it to add entry for debian bookworm now, it asks me to confirm.
I solved this by adding the option --force-distribution dch --force-distribution -v ...
There are also some dependencies in packages that need to be carefully examined and updated. I.e. libexif-dev is now libexiv2-dev and alike.
Is here the problem on my end or it is planned to be updated in the repo?
thanks