Here is a Git patch ready to be applied including upstream patch with proper
DEP-3 headers.
Cheers
>From cdac11dbd6e8269c39ae0f753a3bbb2e1a704521 Mon Sep 17 00:00:00 2001
From: Yann Soubeyrand <[email protected]>
Date: Tue, 6 Oct 2015 17:01:16 +0200
Subject: [PATCH] Add patch: fix httpd lens (Closes: #764699)
---
debian/patches/0003-Fix-httpd-lens.patch | 13 +++++++++++++
debian/patches/series | 1 +
2 files changed, 14 insertions(+)
create mode 100644 debian/patches/0003-Fix-httpd-lens.patch
diff --git a/debian/patches/0003-Fix-httpd-lens.patch b/debian/patches/0003-Fix-httpd-lens.patch
new file mode 100644
index 0000000..2f28f34
--- /dev/null
+++ b/debian/patches/0003-Fix-httpd-lens.patch
@@ -0,0 +1,13 @@
+Description: fix httpd lens
+Origin: upstream, https://github.com/hercules-team/augeas/commit/f99de5dfe072f20f4c2f7c79083c6ddd04aef26c
+Bug-Debian: https://bugs.debian.org/764699
+--- a/lenses/httpd.aug
++++ b/lenses/httpd.aug
+@@ -91,6 +91,7 @@
+ (incl "/etc/apache2/httpd.conf") .
+ (incl "/etc/apache2/ports.conf") .
+ (incl "/etc/apache2/conf.d/*") .
++ (incl "/etc/apache2/conf-available/*") .
+ (incl "/etc/apache2/mods-available/*") .
+ (incl "/etc/apache2/sites-available/*") .
+ (incl "/etc/httpd/conf.d/*.conf") .
diff --git a/debian/patches/series b/debian/patches/series
index ae0d42a..2f053a2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
0001-Install-vim-addons-into-correct-directory.patch
0002-Skip-tests-that-need-root-privileges-when-fakeroot-h.patch
+0003-Fix-httpd-lens.patch
--
1.7.10.4