diff options
author | Michael Biebl <biebl@debian.org> | 2014-03-17 15:10:33 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2014-03-17 15:10:33 +0100 |
commit | fcfb380a17f33b30c3139cbf6092f8fc99c2b425 (patch) | |
tree | ca1145e11dbd2a5b0eeec9d67ed4adfdfe5dfa25 /debian | |
parent | a0859cfa8f5cc48396c553a6625679db1d5d8cdf (diff) | |
download | rsyslog-fcfb380a17f33b30c3139cbf6092f8fc99c2b425.tar.gz |
Enable and install the mmutf8fix, mmpstrucdata and mmsequence message modification modules.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/rsyslog.install | 3 | ||||
-rwxr-xr-x | debian/rules | 3 |
3 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index cf0e779..d8a602b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ rsyslog (7.6.2-1) UNRELEASED; urgency=medium - Add liblogging-stdlog-dev (>= 1.0.1). * Fix typo in rsyslog.postrm: dissappear → disappear * Drop useless "exit 0" from maintainer scripts. + * Enable and install the mmutf8fix, mmpstrucdata and mmsequence message + modification modules. -- Michael Biebl <biebl@debian.org> Thu, 13 Mar 2014 18:07:48 +0100 diff --git a/debian/rsyslog.install b/debian/rsyslog.install index 07b6e7e..e19143c 100644 --- a/debian/rsyslog.install +++ b/debian/rsyslog.install @@ -20,6 +20,9 @@ usr/lib/rsyslog/lmzlibw.so usr/lib/rsyslog/mmanon.so usr/lib/rsyslog/mmnormalize.so usr/lib/rsyslog/mmjsonparse.so +usr/lib/rsyslog/mmutf8fix.so +usr/lib/rsyslog/mmpstrucdata.so +usr/lib/rsyslog/mmsequence.so usr/lib/rsyslog/ommail.so usr/lib/rsyslog/omprog.so usr/lib/rsyslog/omuxsock.so diff --git a/debian/rules b/debian/rules index 0d6b48b..fae9033 100755 --- a/debian/rules +++ b/debian/rules @@ -36,6 +36,9 @@ override_dh_auto_configure: --enable-mmanon \ --enable-mmnormalize \ --enable-mmjsonparse \ + --enable-mmutf8fix \ + --enable-mmpstrucdata \ + --enable-mmsequence \ --disable-libgcrypt \ --disable-testbench \ --with-systemdsystemunitdir=/lib/systemd/system |