summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2014-08-18 18:09:22 +0200
committerMichael Biebl <biebl@debian.org>2014-08-18 18:21:13 +0200
commit3c9987de00454ed1ed67a10329e4b80c46bd185a (patch)
tree08555901a3c19f02ba64ceb185c4b95828534269 /debian
parent5cec3411af90a4874bc88efeb0d01e64f687a005 (diff)
downloadrsyslog-3c9987de00454ed1ed67a10329e4b80c46bd185a.tar.gz
Add --disable-generate-man-pages to configure flags
to avoid a build dependency on python-docutils. We don't ship the generated man pages anyway.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/rules1
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e6cd6d5..1de4181 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ rsyslog (8.4.0-1) UNRELEASED; urgency=medium
* Update patches:
- Refresh 0001-Don-t-create-a-database.patch.
- Drop 0002-Fix-pidfile-location.patch, merged upstream.
+ * Add --disable-generate-man-pages to configure flags to avoid a build
+ dependency on python-docutils. We don't ship the generated man pages
+ anyway.
-- Michael Biebl <biebl@debian.org> Mon, 18 Aug 2014 17:49:11 +0200
diff --git a/debian/rules b/debian/rules
index c5bd2bc..dae9288 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,6 +42,7 @@ override_dh_auto_configure:
--enable-mmsequence \
--disable-libgcrypt \
--disable-testbench \
+ --disable-generate-man-pages \
--with-systemdsystemunitdir=/lib/systemd/system
override_dh_auto_install: