Closed ryonakano closed 2 months ago
Building the debian packaging of libgala0
and gala
with debuild -us -uc
command, install the generated .deb files, and then running sudo apt update
and sudo apt dist-upgrade
will no longer offers removal of these necessary packages
[ryo@b760m ~]$ apt-cache policy gala
gala:
Installed: 8.0.0
Candidate: 8.0.0
Version table:
*** 8.0.0 100
100 /var/lib/dpkg/status
8.0.0~r2393+pkg99~daily~ubuntu8.1 500
500 https://ppa.launchpadcontent.net/elementary-os/daily/ubuntu noble/main amd64 Packages
[ryo@b760m ~]$ apt-cache policy libgala0
libgala0:
Installed: 8.0.0
Candidate: 8.0.0
Version table:
*** 8.0.0 100
100 /var/lib/dpkg/status
8.0.0~r2393+pkg99~daily~ubuntu8.1 500
500 https://ppa.launchpadcontent.net/elementary-os/daily/ubuntu noble/main amd64 Packages
[ryo@b760m ~]$
Closing as fixed in https://code.launchpad.net/~elementary-os/+archive/ubuntu/daily/+build/28891410
Looks like the package version format defined in the recipe was causing this issue.
Before: {debupstream}~r{revno}+pkg{revno:packaging}~daily
After: {debupstream}+r{revno}+pkg{revno:packaging}~daily
What Happened?
Packages that is necessary for Pantheon can be removed with apt update
Steps to Reproduce
sudo apt update
sudo apt dist-upgrade
Expected Behavior
The necessary components shouldn't be removed.
OS Version
8.x (Early Access)
Software Version
Latest release (I have run all updates)
Log Output
No response
Hardware Info
No response