about summary refs log tree commit diff
path: root/debian/patches
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/06-nm-settings-manx.patch26
-rw-r--r--debian/patches/series1
2 files changed, 27 insertions, 0 deletions
diff --git a/debian/patches/06-nm-settings-manx.patch b/debian/patches/06-nm-settings-manx.patch
new file mode 100644
index 00000000..18b5b83a
--- /dev/null
+++ b/debian/patches/06-nm-settings-manx.patch
@@ -0,0 +1,26 @@
+Index: network-manager/man/Makefile.am
+===================================================================
+--- network-manager.orig/man/Makefile.am	2013-02-09 03:41:21.118828763 +0100
++++ network-manager/man/Makefile.am	2013-02-09 03:41:21.110828660 +0100
+@@ -25,7 +25,7 @@
+ 	nm-tool.1			\
+ 	nm-online.1			\
+ 	nmcli.1				\
+-	$(GENERATED_FILES)
++	nm-settings.5
+ 
+ EXTRA_DIST =				\
+ 	$(man_MANS)			\
+Index: network-manager/man/Makefile.in
+===================================================================
+--- network-manager.orig/man/Makefile.in	2013-02-09 03:22:03.849341752 +0100
++++ network-manager/man/Makefile.in	2013-02-09 03:41:46.763152937 +0100
+@@ -372,7 +372,7 @@
+ 	nm-tool.1			\
+ 	nm-online.1			\
+ 	nmcli.1				\
+-	$(GENERATED_FILES)
++	nm-settings.5
+ 
+ EXTRA_DIST = \
+ 	$(man_MANS)			\
diff --git a/debian/patches/series b/debian/patches/series
index 69e54131..2dc8d2aa 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 02-dbus_access_network_manager.patch
 03-systemd.patch
 05-force-online-with-unmanaged-devices.patch
+06-nm-settings-manx.patch