]> git.proxmox.com Git - corosync-pve.git/blob - patches/0004-bsys-disable-augeas-tools.patch
buildsys: fix source tarball generation directory level one-off
[corosync-pve.git] / patches / 0004-bsys-disable-augeas-tools.patch
1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2 From: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 Date: Fri, 9 Nov 2018 13:24:18 +0100
4 Subject: [PATCH] bsys: disable augeas-tools
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
10 Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
11 ---
12 debian/control | 1 -
13 debian/corosync.install | 2 --
14 debian/rules | 2 +-
15 3 files changed, 1 insertion(+), 4 deletions(-)
16
17 diff --git a/debian/control b/debian/control
18 index 8a0855ce..717638e1 100644
19 --- a/debian/control
20 +++ b/debian/control
21 @@ -7,7 +7,6 @@ Uploaders:
22 Ferenc Wágner <wferi@debian.org>,
23 Standards-Version: 4.3.0
24 Build-Depends:
25 - augeas-tools,
26 debhelper (>= 12~),
27 dctrl-tools,
28 groff,
29 diff --git a/debian/corosync.install b/debian/corosync.install
30 index c5b92661..dd3682b0 100644
31 --- a/debian/corosync.install
32 +++ b/debian/corosync.install
33 @@ -23,8 +23,6 @@ usr/share/man/man8/cmap_keys.8
34 usr/share/doc/corosync/README.recovery
35 usr/share/doc/corosync/AUTHORS
36 usr/share/doc/corosync/INSTALL
37 -usr/share/augeas/lenses/corosync.aug
38 -usr/share/augeas/lenses/tests/test_corosync.aug
39 etc/corosync/corosync.*example* usr/share/doc/corosync/examples
40 etc/corosync/uidgid.d
41 usr/share/corosync/xml2conf.xsl
42 diff --git a/debian/rules b/debian/rules
43 index 50d89e2a..ee051926 100755
44 --- a/debian/rules
45 +++ b/debian/rules
46 @@ -37,7 +37,7 @@ override_dh_auto_configure:
47 --enable-dbus \
48 $(enable-monitoring) \
49 $(enable-watchdog) \
50 - --enable-augeas \
51 + --disable-augeas \
52 --enable-snmp \
53 --enable-xmlconf \
54 $(enable-systemd) \