Hefee <[email protected]> 于2025年3月21日周五 20:00写道: > > Hey, > > > > But it's an official sub-module for KDE systemsetting. You can > > download its tarball here: download.kde.org/kup/ So should the > > maintainer be Debian KDE Extras team or Debian Qt/KDE Maintainers? > > Any software can add a sub-module for KDE systemsetting :) > Why extra? kup is not part of KDE Application or Plasma release. > > Well you still updated the debian revision in > 94f5d291c030558c6249bf337326bcf36ab06eb2 > to 0.10.0-2. Please reset to 0.10.0-1.
Done. > * make sure that upstream branch matches the tarball. If I run > dpkg-buildpackage -S -d - that means those files are not the same like in the > tarball downloaded via uscan --download-current. You need to update the > upstream branch with those updates and merge again to master. Either you do it > on top or reset the branches again: Done. > * Add PGP certificate to debian/upstream/signing-key.asc, so > uscan --download-current succeed. Done. > * Update copyright file. Also update Source line. Make sure that the copyright > file matches the current version. Also add yourself to debian > Copyrightholders. > > * Bump Standards-Version to 4.7.2; check first > /usr/share/doc/debian-policy/upgrading-checklist.txt.gz Once I can build package locally, I'll do that. > you know lintian? lintian will properly list several issues for the package, > that should be fixed. But before able to run lintian, we need to be able to > build the package, that means you need to fix the first issue. > > And there is lintian-brush to help to fix several known issues. e.g. lintian- > brush --modern successfully will download the PGP key and create signing- > key.asc. Here comes a problem, When compiling upstream source, it'll use qmake which in Debian is linked to QT5 so QT_MAJOR_VERSION is 5 while some part of its code needs to be built under QT6. But I can't modify source code in the repo or dpkg-buildpackage will directly error out. How can I build it under QT6? I looked through the Internet but didn't find a suitable answer. Regards, Benxi -- https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-kde-talk
