diff options
| author | Michael Biebl <biebl@debian.org> | 2015-12-24 00:56:46 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2015-12-24 00:56:46 +0100 |
| commit | d0a2c9b061ae26545e82885efc2a2fd71e48cdec (patch) | |
| tree | b799924839719d462b586d14e2c92c1ca79cc486 | |
| parent | 42541a5231ffc5973826b68c3bd0ebca71719724 (diff) | |
Add refs to upstream bug reports
| -rw-r--r-- | debian/patches/Use-symlinks-for-nmtui.patch | 4 | ||||
| -rw-r--r-- | debian/patches/build-install-nm-settings-ifcfg-rh.5-man-page-condit.patch | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/patches/Use-symlinks-for-nmtui.patch b/debian/patches/Use-symlinks-for-nmtui.patch index 2cc07a89..724494c4 100644 --- a/debian/patches/Use-symlinks-for-nmtui.patch +++ b/debian/patches/Use-symlinks-for-nmtui.patch @@ -1,8 +1,10 @@ From: Michael Biebl <biebl@debian.org> Date: Thu, 10 Jul 2014 03:33:18 +0200 -Subject: Use symlinks for nmtui +Subject: build: Use symlinks for nmtui Make /usr/bin/nmtui-* symbolic links to /usr/bin/nmtui. + +Bug: https://bugzilla.gnome.org/show_bug.cgi?id=759824 --- clients/tui/Makefile.am | 2 +- configure.ac | 2 ++ diff --git a/debian/patches/build-install-nm-settings-ifcfg-rh.5-man-page-condit.patch b/debian/patches/build-install-nm-settings-ifcfg-rh.5-man-page-condit.patch index faf28e14..ba8f3ac6 100644 --- a/debian/patches/build-install-nm-settings-ifcfg-rh.5-man-page-condit.patch +++ b/debian/patches/build-install-nm-settings-ifcfg-rh.5-man-page-condit.patch @@ -4,6 +4,8 @@ Subject: build: install nm-settings-ifcfg-rh.5 man page conditionally Only install nm-settings-ifcfg-rh.5 man page if the ifcfg-rh configuration plugin has been enabled. + +Bug: https://bugzilla.gnome.org/show_bug.cgi?id=759823 --- man/Makefile.am | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) |