diff -Nru networkmanager-qt-5.18.0/debian/changelog networkmanager-qt-5.18.0/debian/changelog --- networkmanager-qt-5.18.0/debian/changelog 2016-05-09 22:27:02.000000000 +0000 +++ networkmanager-qt-5.18.0/debian/changelog 2016-05-09 22:43:45.000000000 +0000 @@ -1,4 +1,4 @@ -networkmanager-qt (5.18.0-0ubuntu2) xenial; urgency=medium +networkmanager-qt (5.18.0-0ubuntu2~ubuntu16.04~ppa1) xenial; urgency=medium * Upstream patch to Initialize gateway ping timeout - upstream_Initialize_gateway_ping_timeout.patch diff -Nru networkmanager-qt-5.18.0/debian/patches/upstream_Initialize_gateway_ping_timeout.patch networkmanager-qt-5.18.0/debian/patches/upstream_Initialize_gateway_ping_timeout.patch --- networkmanager-qt-5.18.0/debian/patches/upstream_Initialize_gateway_ping_timeout.patch 2016-05-09 22:24:22.000000000 +0000 +++ networkmanager-qt-5.18.0/debian/patches/upstream_Initialize_gateway_ping_timeout.patch 2016-05-09 22:40:12.000000000 +0000 @@ -1,16 +1,11 @@ -Description: ConnectionSettings: Initialize gateway ping timeout +Description: Initialize gateway ping timeout NM 1.2.0 is really strict about what we send when adding or updating connection . networkmanager-qt (5.18.0-0ubuntu2) xenial; urgency=medium . * Patch to ConnectionSettings: Initialize gateway ping timeout Author: Clive Johnston - --- -The information above should follow the Patch Tagging Guidelines, please -checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here -are templates for supplementary fields that you might want to add: - Origin: https://quickgit.kde.org/?p=networkmanager-qt.git&a=commitdiff&h=93faf9ec94826c5d753aa090313472800ee41b86 Bug-Ubuntu: https://launchpad.net/bugs/ Reviewed-By: Clive Johnston @@ -22,7 +17,7 @@ , type(ConnectionSettings::Wired) , autoconnect(true) , readOnly(false) -+if NM_CHECK_VERSION(0, 9, 10) ++#if NM_CHECK_VERSION(0, 9, 10) + , gatewayPingTimeout(0) +#endif #if NM_CHECK_VERSION(1, 0, 0)