Compare commits
7 Commits
ubuntu/plu
...
ci/unstabl
Author | SHA1 | Date | |
---|---|---|---|
2a3028e484 | |||
1d64d3d4a8 | |||
a3e23cb454 | |||
631e708f49 | |||
8cf482bdfb | |||
|
792d166148 | ||
|
3f7b126ede |
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -40,7 +40,6 @@ nm-tray (0.4.3-0ubuntu3) focal; urgency=medium
|
|||||||
|
|
||||||
nm-tray (0.4.3-0ubuntu2) eoan; urgency=medium
|
nm-tray (0.4.3-0ubuntu2) eoan; urgency=medium
|
||||||
|
|
||||||
* Add missing include for used class
|
|
||||||
* Removed dependency on libkf5networkmanagerqt-dev (LP: #1816267)
|
* Removed dependency on libkf5networkmanagerqt-dev (LP: #1816267)
|
||||||
|
|
||||||
-- apt-ghetto <apt-ghetto@lubuntu.me> Wed, 09 Oct 2019 18:26:16 +0200
|
-- apt-ghetto <apt-ghetto@lubuntu.me> Wed, 09 Oct 2019 18:26:16 +0200
|
||||||
|
2
debian/nm-tray.lintian-overrides
vendored
Normal file
2
debian/nm-tray.lintian-overrides
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# nm-tray has no CLI functionality, so there's really nothing to document
|
||||||
|
nm-tray: binary-without-manpage usr/bin/nm-tray
|
21
debian/patches/nmmodel.patch
vendored
21
debian/patches/nmmodel.patch
vendored
@ -1,21 +0,0 @@
|
|||||||
From 4563dabee3cbee13bc9d23a4a5d0ddda1526b43f Mon Sep 17 00:00:00 2001
|
|
||||||
From: Palo Kisa <palo.kisa@gmail.com>
|
|
||||||
Date: Tue, 1 Oct 2019 12:03:43 +0200
|
|
||||||
Subject: [PATCH] nmmodel: Add include for used class
|
|
||||||
|
|
||||||
---
|
|
||||||
src/nmmodel.cpp | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
diff --git a/src/nmmodel.cpp b/src/nmmodel.cpp
|
|
||||||
index d779801..ac70307 100644
|
|
||||||
--- a/src/nmmodel.cpp
|
|
||||||
+++ b/src/nmmodel.cpp
|
|
||||||
@@ -45,6 +45,7 @@ COPYRIGHT_HEADER*/
|
|
||||||
#include <NetworkManagerQt/ConnectionSettings>
|
|
||||||
#include <QDBusPendingCallWatcher>
|
|
||||||
#include <QInputDialog>
|
|
||||||
+#include <QMetaEnum>
|
|
||||||
|
|
||||||
namespace
|
|
||||||
{
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1,3 +1,2 @@
|
|||||||
nmmodel.patch
|
|
||||||
generalize-terminal-for-edits.patch
|
generalize-terminal-for-edits.patch
|
||||||
blacklist-from-menu.patch
|
blacklist-from-menu.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user