]> git.proxmox.com Git - corosync-pve.git/blobdiff - patches/0004-bsys-disable-augeas-tools.patch
move to submodule build
[corosync-pve.git] / patches / 0004-bsys-disable-augeas-tools.patch
diff --git a/patches/0004-bsys-disable-augeas-tools.patch b/patches/0004-bsys-disable-augeas-tools.patch
deleted file mode 100644 (file)
index ccaecf5..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
-From: Thomas Lamprecht <t.lamprecht@proxmox.com>
-Date: Fri, 9 Nov 2018 13:24:18 +0100
-Subject: [PATCH] bsys: disable augeas-tools
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
-Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
----
- debian/control          | 1 -
- debian/corosync.install | 2 --
- debian/rules            | 2 +-
- 3 files changed, 1 insertion(+), 4 deletions(-)
-
-diff --git a/debian/control b/debian/control
-index 8a0855ce..717638e1 100644
---- a/debian/control
-+++ b/debian/control
-@@ -7,7 +7,6 @@ Uploaders:
-  Ferenc Wágner <wferi@debian.org>,
- Standards-Version: 4.3.0
- Build-Depends:
-- augeas-tools,
-  debhelper (>= 12~),
-  dctrl-tools,
-  groff,
-diff --git a/debian/corosync.install b/debian/corosync.install
-index c5b92661..dd3682b0 100644
---- a/debian/corosync.install
-+++ b/debian/corosync.install
-@@ -23,8 +23,6 @@ usr/share/man/man8/cmap_keys.8
- usr/share/doc/corosync/README.recovery
- usr/share/doc/corosync/AUTHORS
- usr/share/doc/corosync/INSTALL
--usr/share/augeas/lenses/corosync.aug
--usr/share/augeas/lenses/tests/test_corosync.aug
- etc/corosync/corosync.*example* usr/share/doc/corosync/examples
- etc/corosync/uidgid.d
- usr/share/corosync/xml2conf.xsl
-diff --git a/debian/rules b/debian/rules
-index 50d89e2a..ee051926 100755
---- a/debian/rules
-+++ b/debian/rules
-@@ -37,7 +37,7 @@ override_dh_auto_configure:
-           --enable-dbus \
-           $(enable-monitoring) \
-           $(enable-watchdog) \
--          --enable-augeas \
-+          --disable-augeas \
-           --enable-snmp \
-           --enable-xmlconf \
-           $(enable-systemd) \