Update packaging, fix patch

This commit is contained in:
Aaron Rainbolt 2024-01-26 16:26:10 -06:00
parent 7785808234
commit c9bd42fea3
3 changed files with 10 additions and 2 deletions

9
debian/changelog vendored
View File

@ -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
View File

@ -1 +0,0 @@
lubuntu-update-notifier_1.0.0~alpha1_source.buildinfo admin optional

View File

@ -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();