fixing lintian
This commit is contained in:
parent
930acffb78
commit
0f71dbbcc0
9
data/upg-apply.desktop
Normal file
9
data/upg-apply.desktop
Normal file
@ -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
|
23
debian/control
vendored
23
debian/control
vendored
@ -1,19 +1,26 @@
|
||||
Source: lubuntu-update-notifier
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Maintainer: Hans P. Möller <hmoller@lubuntu.me>
|
||||
Maintainer: Hans P Möller <hmollercl@lubuntu.me>
|
||||
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.
|
||||
|
2
debian/copyright
vendored
2
debian/copyright
vendored
@ -1,4 +1,4 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
||||
|
1
debian/lubuntu-update-notifier.install
vendored
1
debian/lubuntu-update-notifier.install
vendored
@ -1 +1,2 @@
|
||||
data/upg-apply.desktop usr/share/applications
|
||||
data/upg-notifier-autostart.desktop etc/xdg/autostart
|
||||
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
@ -0,0 +1 @@
|
||||
3.0 (native)
|
Loading…
x
Reference in New Issue
Block a user