From 917af387f61b0c114f4dccac91081bf439aeb408 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20P=2E=20M=C3=B6ller?= Date: Tue, 7 Jan 2020 00:37:46 -0300 Subject: [PATCH] bump standards --- debian/control | 2 +- lubuntu_update_notifier.egg-info/PKG-INFO | 10 ++++++++++ lubuntu_update_notifier.egg-info/SOURCES.txt | 10 ++++++++++ lubuntu_update_notifier.egg-info/dependency_links.txt | 1 + lubuntu_update_notifier.egg-info/top_level.txt | 1 + 5 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 lubuntu_update_notifier.egg-info/PKG-INFO create mode 100644 lubuntu_update_notifier.egg-info/SOURCES.txt create mode 100644 lubuntu_update_notifier.egg-info/dependency_links.txt create mode 100644 lubuntu_update_notifier.egg-info/top_level.txt diff --git a/debian/control b/debian/control index 95bef9e..cc1032a 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,7 @@ Depends: aptdaemon, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} -Description: Notifies when upgrades are available, has a very simple upgrader. +Description: Qt notifier for available upgrades, has a very simple upgrader Package includes a bash daemon (lubuntu-upg-notifier.sh) which checks if there are updates available. If there are it opens notifier.py which is a window that notifies about package updates available. If you decide to diff --git a/lubuntu_update_notifier.egg-info/PKG-INFO b/lubuntu_update_notifier.egg-info/PKG-INFO new file mode 100644 index 0000000..09e0262 --- /dev/null +++ b/lubuntu_update_notifier.egg-info/PKG-INFO @@ -0,0 +1,10 @@ +Metadata-Version: 1.0 +Name: lubuntu-update-notifier +Version: 0.1 +Summary: UNKNOWN +Home-page: UNKNOWN +Author: UNKNOWN +Author-email: UNKNOWN +License: UNKNOWN +Description: UNKNOWN +Platform: UNKNOWN diff --git a/lubuntu_update_notifier.egg-info/SOURCES.txt b/lubuntu_update_notifier.egg-info/SOURCES.txt new file mode 100644 index 0000000..2602f7e --- /dev/null +++ b/lubuntu_update_notifier.egg-info/SOURCES.txt @@ -0,0 +1,10 @@ +lubuntu-notifier.py +lubuntu-upg-notifier.sh +lubuntu-upgrader +setup.cfg +setup.py +lubuntu-update-notifier/__init__.py +lubuntu_update_notifier.egg-info/PKG-INFO +lubuntu_update_notifier.egg-info/SOURCES.txt +lubuntu_update_notifier.egg-info/dependency_links.txt +lubuntu_update_notifier.egg-info/top_level.txt \ No newline at end of file diff --git a/lubuntu_update_notifier.egg-info/dependency_links.txt b/lubuntu_update_notifier.egg-info/dependency_links.txt new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/lubuntu_update_notifier.egg-info/dependency_links.txt @@ -0,0 +1 @@ + diff --git a/lubuntu_update_notifier.egg-info/top_level.txt b/lubuntu_update_notifier.egg-info/top_level.txt new file mode 100644 index 0000000..4d6ec8d --- /dev/null +++ b/lubuntu_update_notifier.egg-info/top_level.txt @@ -0,0 +1 @@ +lubuntu-update-notifier