about summary refs log tree commit diff
path: root/debian
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2016-04-25 15:08:15 +0200
committerMichael Biebl <biebl@debian.org>2016-04-25 15:09:46 +0200
commit8e52fdef35b9161d43c8c6da01efeeac48c41ed6 (patch)
treeece1558235dc6d485ecb37b7b78fcfd6e8e53fbc /debian
parent1d08dd78dd43dd66a6d770bd6994aff00cc78daa (diff)
Rebase patches
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/patches/Don-t-setup-Sleep-Monitor-if-not-booted-with-systemd.patch2
-rw-r--r--debian/patches/Force-online-state-with-unmanaged-devices.patch10
3 files changed, 7 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index c0e59c0f..ad72db8f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ network-manager (1.2.0-1) UNRELEASED; urgency=medium
 
   [ Michael Biebl ]
   * New upstream release (Closes: #822294).
+  * Rebase patches.
 
  -- Laurent Bigonville <bigon@debian.org>  Thu, 21 Apr 2016 01:29:23 +0200
 
diff --git a/debian/patches/Don-t-setup-Sleep-Monitor-if-not-booted-with-systemd.patch b/debian/patches/Don-t-setup-Sleep-Monitor-if-not-booted-with-systemd.patch
index 6e0e14f4..bd8fec08 100644
--- a/debian/patches/Don-t-setup-Sleep-Monitor-if-not-booted-with-systemd.patch
+++ b/debian/patches/Don-t-setup-Sleep-Monitor-if-not-booted-with-systemd.patch
@@ -18,7 +18,7 @@ Closes: #742933
  3 files changed, 9 insertions(+), 1 deletion(-)
 
 diff --git a/configure.ac b/configure.ac
-index 3ef5026..8bf8140 100644
+index ab2993a..18d0beb 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -474,8 +474,9 @@ fi
diff --git a/debian/patches/Force-online-state-with-unmanaged-devices.patch b/debian/patches/Force-online-state-with-unmanaged-devices.patch
index 4475a09d..d7f445a5 100644
--- a/debian/patches/Force-online-state-with-unmanaged-devices.patch
+++ b/debian/patches/Force-online-state-with-unmanaged-devices.patch
@@ -12,7 +12,7 @@ Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512286
  1 file changed, 120 insertions(+)
 
 diff --git a/src/nm-manager.c b/src/nm-manager.c
-index 289a91d..f85b7ab 100644
+index e64c68a..10aa3d7 100644
 --- a/src/nm-manager.c
 +++ b/src/nm-manager.c
 @@ -57,6 +57,8 @@
@@ -75,7 +75,7 @@ index 289a91d..f85b7ab 100644
  	if (new_state == NM_STATE_CONNECTED_SITE) {
  		nm_connectivity_check_async (priv->connectivity,
  		                             checked_connectivity,
-@@ -4400,6 +4432,65 @@ impl_manager_check_connectivity (NMManager *self,
+@@ -4410,6 +4442,65 @@ impl_manager_check_connectivity (NMManager *self,
  }
  
  static void
@@ -141,7 +141,7 @@ index 289a91d..f85b7ab 100644
  start_factory (NMDeviceFactory *factory, gpointer user_data)
  {
  	nm_device_factory_start (factory);
-@@ -4470,6 +4561,9 @@ nm_manager_start (NMManager *self, GError **error)
+@@ -4480,6 +4571,9 @@ nm_manager_start (NMManager *self, GError **error)
  
  	check_if_startup_complete (self);
  
@@ -151,7 +151,7 @@ index 289a91d..f85b7ab 100644
  	return TRUE;
  }
  
-@@ -5270,6 +5364,22 @@ nm_manager_init (NMManager *self)
+@@ -5280,6 +5374,22 @@ nm_manager_init (NMManager *self)
  		       KERNEL_FIRMWARE_DIR);
  	}
  
@@ -174,7 +174,7 @@ index 289a91d..f85b7ab 100644
  	/* Update timestamps in active connections */
  	priv->timestamp_update_id = g_timeout_add_seconds (300, (GSourceFunc) periodic_update_active_connection_timestamps, self);
  
-@@ -5512,6 +5622,16 @@ dispose (GObject *object)
+@@ -5522,6 +5632,16 @@ dispose (GObject *object)
  		g_clear_object (&priv->fw_monitor);
  	}