Update packaging, fix patch
This commit is contained in:
parent
7785808234
commit
c9bd42fea3
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,3 +1,12 @@
|
||||
lubuntu-update-notifier (1.0.0~alpha2) noble; urgency=medium
|
||||
|
||||
* New feature release. Notable additions:
|
||||
- The ability to check for updates directly in the updater has been added.
|
||||
- Irrelevant package sections are no longer shown.
|
||||
- Strings are now translatable.
|
||||
|
||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Fri, 26 Jan 2024 22:11:49 +0000
|
||||
|
||||
lubuntu-update-notifier (1.0.0~alpha1) noble; urgency=medium
|
||||
|
||||
* Replace the old update notifier with Lubuntu Update.
|
||||
|
1
debian/files
vendored
1
debian/files
vendored
@ -1 +0,0 @@
|
||||
lubuntu-update-notifier_1.0.0~alpha1_source.buildinfo admin optional
|
@ -41,7 +41,7 @@ void MainWindow::setUpdateInfo(QList<QStringList> updateInfo)
|
||||
ui->closeButton->setEnabled(true);
|
||||
ui->checkUpdatesButton->setEnabled(true);
|
||||
|
||||
bool installEnabled = false
|
||||
bool installEnabled = false;
|
||||
|
||||
for (int i = 0;i < 4;i++) {
|
||||
int count = updateInfo[i].count();
|
||||
|
Loading…
x
Reference in New Issue
Block a user