summaryrefslogtreecommitdiff
path: root/debian/rules
AgeCommit message (Collapse)AuthorFilesLines
2014-10-01rsyslog (8.4.1-1+dyson1) unstable; urgency=mediumHEADdyson/8.4.1-1+dyson1masterIgor Pashev1-3/+3
* Package for Dyson * Use dh-smf on illumos-any
2014-10-01Merge branch 'master' of git://anonscm.debian.org/collab-maint/rsyslogIgor Pashev1-7/+9
Conflicts: debian/changelog debian/patches/series debian/rules
2014-08-18Add --disable-generate-man-pages to configure flagsMichael Biebl1-0/+1
to avoid a build dependency on python-docutils. We don't ship the generated man pages anyway.
2014-06-09Remove the rsyslog-doc package which is now built from a separate source ↵Michael Biebl1-3/+0
package.
2014-05-16Build omelasticsearch moduleMichael Biebl1-0/+1
which provides support for logging to an Elasticsearch server. Split that module into a separate package called rsyslog-elasticsearch. Closes: #744951
2014-03-17Enable and install the mmutf8fix, mmpstrucdata and mmsequence message ↵Michael Biebl1-0/+3
modification modules.
2013-06-26Use dh-systemd for proper systemd supportMichael Biebl1-1/+1
Instead of shipping the symlinks from "systemctl enable rsyslog.service" in the package we rely on dh-systemd to setup the service properly.
2013-05-12rsyslog (7.3.14-2+dyson1) unstable; urgency=lowdyson/7.3.14-2+dyson1Igor Pashev1-1/+20
* Package for Dyson * Added SMF service * Build and install imsolaris module for illumos only * Patched imsolaris not to link with libdoor which is filter on both illumos libc and glibc * Disable imklog modules on illumos * Make rsyslog.conf universal for linux and illumos: imklog or imsolaris are loaded from corresponding /etc/rsyslog.d/*.conf * Patched imuxsock to use -D_XPG4_2 to make CMSG_DATA & Ko available from sys/socket.h on illumos/solaris libc * Pre-Depends: smf-tools (>= 2.10-5) [illumos-any] * Depends: initscripts (>= 2.88dsf-13.3) [!illumos-any !kopensolaris-any] * Make debian/rsyslog.logrotate SMF aware
2013-04-26Only build and install the imkmsg module on Linux.Michael Biebl1-4/+12
2013-04-25Disable log file encryption support for now.Michael Biebl1-0/+1
2013-03-18Enable the mmanon module which adds support for anonymizing IPv4 addresses.Michael Biebl1-0/+1
2012-11-21Stop providing static start and stop priorities for dh_installinit.Michael Biebl1-1/+1
Those are no longer tested and we rely on the dependency information in the LSB header now to get a correct ordering when being run under sysvinit.
2012-11-13Use dh-autoreconf to update the build system.Michael Biebl1-1/+1
2012-11-13Disable imptcp on non-Linux plattforms as this module is Linux-specific.Michael Biebl1-1/+7
Making it available everywhere would require more extensive porting work.
2012-10-12Explicitly enable imklog moduleMichael Biebl1-1/+2
2012-10-12Build ommongodb moduleMichael Biebl1-0/+1
which provides support for logging to a MongoDB database. Split that module into a separate package called rsyslog-mongodb.
2012-10-12Build message modification modules mmjsonparse and mmnormalizeMichael Biebl1-0/+2
which provide functionality related to structured logging/lumberjack/CEE. This requires liblognorm.
2012-10-12Build imptcp module which provides less features then imtcp but is quite a ↵Michael Biebl1-0/+1
bit faster.
2012-10-12Use --list-missing to show uninstalled files.Michael Biebl1-0/+3
2012-10-12Build imkmsg module which provides support for reading structured kernel log ↵Michael Biebl1-0/+1
messages.
2012-09-19Disable omstdout module again.Michael Biebl1-1/+0
Upstream doesn't consider it viable for production use but mainly for the internal testbench.
2012-05-04Enable and install omuxsock and omstdout module.Michael Biebl1-0/+2
2011-11-02Enable default hardening options from dpkg-buildflags. (Closes: #644303)Michael Biebl1-0/+3
- Use buildflags.mk snippet in debian/rules. - Add Build-Depends on dpkg-dev (>= 1.6.1).
2011-05-30Enable and install impstats module. (Closes: #620114)Michael Biebl1-0/+1
2011-02-23Enable and install omprog output plugin. Closes: #552095Michael Biebl1-0/+1
2011-02-19Enable and install parser modules.Michael Biebl1-0/+5
2010-10-05Install systemd unit filesMichael Biebl1-1/+2
which allow to run rsyslog in socket activation mode when systemd is used.
2010-07-07Switch to dh v7.Michael Biebl1-112/+10
- Bump Build-Depends on debhelper to (>= 7.0.50). - Bump Build-Depends on autotools-dev to (>= 20100122.1) for the autotools_dev dh addon. - Convert debian/rules to dh.
2010-07-07Switch to source format 3.0 (quilt)Michael Biebl1-6/+2
* Switch to source format 3.0 (quilt) - Add debian/source/format. - Drop Build-Depends on quilt. - Remove debian/README.source. - Remove /usr/share/quilt/quilt.make include from debian/rules.
2010-02-25Add dh_lintian call to debian/rulesMichael Biebl1-0/+2
2009-08-21Disable testbench as it requires java.Michael Biebl1-0/+1
2009-04-08Install a logcheck rules file.Michael Biebl1-0/+1
Patch by Kim Holviala. Closes: #522164
2009-02-10Add support for RELPMichael Biebl1-0/+1
* debian/rules - Add --enable-relp to configure flags * debian/control - Add librelp-dev and pkg-config to Build-Depends - Add binary package rsyslog-relp * debian/rsyslog-relp - Install the relp input/output plugins.
2009-02-10Replace "dh_clean -k" with "dh_prep".Michael Biebl1-1/+1
2009-02-10Use dh_instalinits' restart-on-upgrade option.Michael Biebl1-1/+1
* debian/rules - Use new dh_installinit "-R" (restart-after-upgrade) option. * debian/rsyslog.postinst - Remove our custom code to stop/start rsyslog on upgrades. This is done now automatically by dh_installinit.
2009-01-16Collect messages as long as possible during shutdown or reboot.Michael Biebl1-1/+1
Let rsyslog collect messages as long as possible during shutdown or reboot. As /usr may be mounted via NFS, the latest possible point is just before umountnfs. Closes: #474498 - Update the stop priorities for runlevel 0 and 6 from K90 to S30 for sysv-rc and migrate existing symlinks. - Update LSB header to stop after sendsigs and before umountnfs. - Use the sendsigs process omission interface to avoid being killed by killall5.
2009-01-16Enable GnuTLS supportMichael Biebl1-0/+1
- Add libgnutls-dev to Build-Depends. - Split files into a separate package named rsyslog-gnutls. - Add --enable-gnutls to configure flags.
2009-01-16Enable GSSAPI supportMichael Biebl1-0/+1
Patch by Ben Poliakoff. Closes: #493044
2008-11-20Use $(QUILT_STAMPFN) correctlyMichael Biebl1-2/+2
- Depend on $(QUILT_STAMPFN) instead of patch; patch is a phony target and thus always out of date. - Move $(QUILT_STAMPFN) dependency to config.status to avoid potential issues with parallel make.
2008-11-20Do not compress .conf files.Michael Biebl1-1/+1
Exclude sample conf file from being compressed as it is referenced in the html documentation with the non-compressed file name.
2008-07-23Call dh_installdirs for binary-arch and indepMichael Biebl1-1/+2
Make sure all directories are created properly by calling dh_installdirs for both targets. Closes: #491459
2008-07-23Enable and install mail output plugin.Michael Biebl1-0/+1
2008-06-20Build the doc package in binary-indep.Michael Biebl1-3/+21
2008-04-06Minimize downtime by restarting in postinst. Closes: #471051Michael Biebl1-1/+1
* debian/rules - Use dh_installinit "-r" (no-restart-on-upgrade) option. * debian/rsyslog.postinst - Minimize downtime by restarting rsyslog in postinst instead of stop in prerm and start in postinst. Closes: #471051
2008-04-06Enable imfile input plugin.Michael Biebl1-0/+1
The imfile plugin provides the ability to monitor arbitrary files for input.
2008-04-06don't install rfc3195dMichael Biebl1-4/+0
rsyslog provides a --enable-rfc3195 configure switch now, which defaults to off. So we no longer have to rm the dummy binary.
2008-03-29Imported Debian patch 2.0.2-2debian/2.0.2-2Michael Biebl1-0/+4
2008-03-29Imported Debian patch 1.20.1-1debian/1.20.1-1Michael Biebl1-1/+3
2008-03-29Imported Debian patch 1.19.9-1debian/1.19.9-1Michael Biebl1-1/+1
2008-03-29Imported Debian patch 1.19.2-1debian/1.19.2-1Michael Biebl1-6/+10