Control: tags 764699 + patch Dear maintainer,
I've prepared two packages with the fix for httpd lens included: one for Jessie and one for Sid. These packages can be found on http://mentors.debian.net/package/augeas. The diff is attached to this message. If you're OK with these packages, can you upload them, please? Regards. diff -Nru augeas-1.2.0/debian/changelog augeas-1.2.0/debian/changelog --- augeas-1.2.0/debian/changelog 2014-08-27 19:45:17.000000000 +0200 +++ augeas-1.2.0/debian/changelog 2015-10-28 17:04:26.000000000 +0100 @@ -1,3 +1,10 @@ +augeas (1.2.0-0.3) unstable; urgency=medium + + * Non-maintainer upload. + * Fix httpd lens (Closes: #764699) + + -- Yann Soubeyrand <yann-externe.soubeyr...@edf.fr> Wed, 28 Oct 2015 16:46:56 +0100 + augeas (1.2.0-0.2) unstable; urgency=medium * Non-maintainer upload diff -Nru augeas-1.2.0/debian/patches/0003-Fix-httpd-lens.patch augeas-1.2.0/debian/patches/0003-Fix-httpd-lens.patch --- augeas-1.2.0/debian/patches/0003-Fix-httpd-lens.patch 1970-01-01 01:00:00.000000000 +0100 +++ augeas-1.2.0/debian/patches/0003-Fix-httpd-lens.patch 2015-10-28 16:50:48.000000000 +0100 @@ -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 -Nru augeas-1.2.0/debian/patches/series augeas-1.2.0/debian/patches/series --- augeas-1.2.0/debian/patches/series 2014-08-25 18:56:18.000000000 +0200 +++ augeas-1.2.0/debian/patches/series 2015-10-28 16:50:48.000000000 +0100 @@ -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