[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Upgrade to KF v5.79.0 from Debian/experimental



Hi Sedat,

Thanks for the report, indeed, purpose isn't building because I missed to update one dependency (no idea why all others are updated, though?).

I'll fix it later tonight or tomorrow morning (JST).

Let us know if you are any other anomalies.

Best
-- 
PREINING Norbert                              https://www.preining.info
Fujitsu Research Labs + IFMGA ProGuide + TU Wien + TeX Live + Debian Dev
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13


Feb 16, 2021 17:30:26 Sedat Dilek <sedat.dilek@gmail.com>:

> Hi,
> 
> just wanna let you know I was able to upgrade KF version
> 5.78.0/unstable -> 5.79.0/experimental.
> ( More exactly build-experimental. )
> 
> [ Get list of installed KF v5.78.0 packages ]
> root$ dpkg -l | grep 5.78.0 | awk '/^ii/ {print $2}' | sort > ZZZ-KF-5-78-0
> 
> [ Simulate upgrade to KF v5.79.0 ]
> root# apt-get install -s -t buildd-experimental $( cat ZZZ-KF-5-78-0 )
> | grep ^Inst | awk '{print $2}' | sort > ZZZ-KF-5-79-0-UPGRADABLE
> 
> [ Looks good? ]
> root# LC_ALL=C wc -l ZZZ-KF-5-78-0 ZZZ-KF-5-79-0-UPGRADABLE
> 183 ZZZ-KF-5-78-0
> 180 ZZZ-KF-5-79-0-UPGRADABLE
> 363 total
> 
> Note: 3 packages missing for upgrade (see `git diff` below).
> 
> [ SWITCH TO VT-2 ]
> 
> [ Stop Login-Manager ]
> systemctl stop sddm.service
> 
> [ Upgrade to KF v5.79.0 ]
> apt-get install -y -t buildd-experimental $( cat ZZZ-KF-5-78-0 )
> 
> [ List installed KF v5.79.0 packages ]
> root# dpkg -l | grep 5.79.0 | awk '/^ii/ {print $2}' | sort > ZZZ-KF-5-79-0
> 
> [ What's missing? ]
> root# git diff ZZZ-KF-5-78-0 ZZZ-KF-5-79-0 | grep ^'-'
> --- a/ZZZ-KF-5-78-0
> -libkf5purpose5:amd64
> -libkf5purpose-bin:amd64
> -qml-module-org-kde-purpose:amd64
> 
> Note: Missing libkf5purpose5 packages.
> 
> LGTM.
> 
> [ Start Login-Manager ]
> systemctl start sddm.service
> 
> Enjoy :-).
> 
> Thanks for the update.
> 
> Regards,
> - Sedat -


Reply to: