Skip to content

Commit a69ae8f

Browse files
committed
"Updating"
1 parent 710b457 commit a69ae8f

13 files changed

+9
-9
lines changed

debian/README

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ The Debian Package ubunsys
33

44
Comments regarding the Package
55

6-
-- Antonio David Gellida Lavara <[email protected]> Sat, 24 Aug 2019 13:30:00 +0200
6+
-- Antonio David Gellida Lavara <[email protected]> Sun, 20 Mar 2020 05:30:00 +0200

debian/README.Debian

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ ubunsys for Debian
33

44
<possible notes regarding this package - if none, delete this file>
55

6-
-- Antonio David Gellida Lavara <[email protected]> Sat, 24 Aug 2019 13:30:00 +0200
6+
-- Antonio David Gellida Lavara <[email protected]> Mon, 20 Jan 2020 02:50:00 +0200

debian/README.source

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ manual section 4.14. You WILL either need to modify or delete this file>
66

77

88

9-
-- Antonio David Gellida Lavara <[email protected]> Sat, 24 Aug 2019 13:30:00 +0200
9+
-- Antonio David Gellida Lavara <[email protected]> Sun, 20 Mar 2020 05:30:00 +0200
1010

debian/changelog

100755100644
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ubunsys (2019.08.24~ubuntu19.04) disco; urgency=medium
1+
ubunsys (2020.03.08~ubuntu19.10) eoan; urgency=medium
22

33
* Added minor changes and applied bugfixes.
44

5-
-- Antonio David Gellida Lavara <[email protected]> Sat, 24 Aug 2019 13:30:00 +0200
5+
-- Antonio David Gellida Lavara <[email protected]> Sun, 20 Mar 2020 05:30:00 +0200

debian/compat

100755100644
File mode changed.

debian/control

100755100644
+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Section: admin
33
Priority: optional
44
Maintainer: Antonio David Gellida Lavara <[email protected]>
55
Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-dev-tools, qt5-qmake
6-
Standards-Version: 3.9.8
7-
Homepage: <https://launchpad.net/~adgellida/+archive/ubuntu/ubunsys>
6+
Standards-Version: 4.4.0
7+
Homepage: https://launchpad.net/~adgellida/+archive/ubuntu/ubunsys
88
#Vcs-Git: git://anonscm.debian.org/collab-maint/ubunsys.git
99
#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/ubunsys.git
1010

debian/copyright

100755100644
File mode changed.

debian/dirs

100755100644
File mode changed.

debian/files

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ubunsys_2019.08.24~ubuntu19.04_source.buildinfo admin optional
1+
ubunsys_2020.03.08~ubuntu19.10_source.buildinfo admin optional

debian/menu

100755100644
File mode changed.

debian/ubunsys-docs.docs

100755100644
File mode changed.

debian/ubunsys.install

100755100644
File mode changed.

src/mainwindow.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ MainWindow::MainWindow(QWidget *parent)
3131
// Interaction
3232
connect(trayIcon, &QSystemTrayIcon::activated, this, &MainWindow::iconActivated);
3333

34-
trayIcon->showMessage("ubunsys", "I'm opening... Please wait, downloading required scripts", appIcon, 6000);
34+
//trayIcon->showMessage("ubunsys", "I'm opening... Please wait, downloading required scripts", appIcon, 6000);
3535

3636
connect(ui->actionAbout_Qt, SIGNAL(triggered()),
3737
qApp, SLOT(aboutQt()));

0 commit comments

Comments
 (0)