[Pkg-nagios-changes] [pkg-pnp4nagios] 07/11: Add patch install_opts to avoid setting owners on dh_auto_install

Markus Frosch (old DM Account) lazyfrosch-guest at moszumanska.debian.org
Sun Oct 26 15:03:53 UTC 2014


This is an automated email from the git hooks/post-receive script.

lazyfrosch-guest pushed a commit to branch master
in repository pkg-pnp4nagios.

commit eed3190f97e8749d2bdaed189776f0cdd38fa02d
Author: Markus Frosch <markus at lazyfrosch.de>
Date:   Sun Oct 26 15:42:17 2014 +0100

    Add patch install_opts to avoid setting owners on dh_auto_install
---
 debian/patches/install_opts | 16 ++++++++++++++++
 debian/patches/series       |  1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/install_opts b/debian/patches/install_opts
new file mode 100644
index 0000000..9dd42cb
--- /dev/null
+++ b/debian/patches/install_opts
@@ -0,0 +1,16 @@
+Description: Disable INSTALL_OPTS
+Author: Markus Frosch <lazyfrosch at debian.org>
+Last-Update: 2014-10-26
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/configure.ac
++++ b/configure.ac
+@@ -116,7 +116,7 @@
+ AC_SUBST(nagios_grp)
+ AC_DEFINE_UNQUOTED(DEFAULT_NAGIOS_USER,"$nagios_user")
+ AC_DEFINE_UNQUOTED(DEFAULT_NAGIOS_GROUP,"$nagios_grp")
+-INSTALL_OPTS="-o $nagios_user -g $nagios_grp"
++INSTALL_OPTS=""
+ AC_SUBST(INSTALL_OPTS)
+ 
+ # Checks for programs.
diff --git a/debian/patches/series b/debian/patches/series
index 3f92dfc..465b451 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@ fix-nagios-url
 adjust-template-path
 privacy-warning
 config_instances
+install_opts

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-pnp4nagios.git



More information about the Pkg-nagios-changes mailing list