diff --git a/data/upg-apply.desktop b/data/upg-apply.desktop new file mode 100644 index 0000000..a3bb1f4 --- /dev/null +++ b/data/upg-apply.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Exec=lxqt-sudo upgrader --cache-update --full-upgrade +Name=Apply Full Upgrade +Comment=Search and Apply Full Upgrade +Icon=system-software-update +Type=Application +Version=0.1 +Categories=System;Settings; +Terminal=false diff --git a/debian/control b/debian/control index d6edaf0..bf34324 100644 --- a/debian/control +++ b/debian/control @@ -1,19 +1,26 @@ Source: lubuntu-update-notifier Section: admin Priority: optional -Maintainer: Hans P. Möller +Maintainer: Hans P Möller Build-Depends: debhelper (>=12~), dh-python, - python3-apt, python3-all, - python3-setuptools, -Standards-Version: 4.3.0 + python3-apt, + python3-setuptools +Standards-Version: 4.4.0 Package: lubuntu-update-notifier Architecture: all -Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends}, - update-notifier-common, aptdaemon, debconf-kde-helper, python3-pyqt5, - python3, python3-aptdaemon (>= 0.6.20ubuntu16) +Depends: aptdaemon, + debconf-kde-helper, + lxqt-sudo, + python3, + python3-aptdaemon (>= 0.6.20ubuntu16), + python3-pyqt5, + update-notifier-common, + ${misc:Depends}, + ${python3:Depends}, + ${shlibs:Depends} Description: Daemon which notifies about package updates Opens a window when package updates are available. - It also allows to do a full upgrade, aka dist-upgrade. + It also allows one sudto do a full upgrade, aka dist-upgrade. diff --git a/debian/copyright b/debian/copyright index fe01849..e62ec04 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ - GNU GENERAL PUBLIC LICENSE +GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. diff --git a/debian/lubuntu-update-notifier.install b/debian/lubuntu-update-notifier.install index 66bff27..f793e13 100644 --- a/debian/lubuntu-update-notifier.install +++ b/debian/lubuntu-update-notifier.install @@ -1 +1,2 @@ +data/upg-apply.desktop usr/share/applications data/upg-notifier-autostart.desktop etc/xdg/autostart diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native)