summaryrefslogtreecommitdiff
path: root/debian/control
AgeCommit message (Collapse)AuthorFilesLines
2014-10-01rsyslog (8.4.1-1+dyson1) unstable; urgency=mediumHEADdyson/8.4.1-1+dyson1masterIgor Pashev1-0/+1
* Package for Dyson * Use dh-smf on illumos-any
2014-10-01Merge branch 'master' of git://anonscm.debian.org/collab-maint/rsyslogIgor Pashev1-29/+26
Conflicts: debian/changelog debian/patches/series debian/rules
2014-06-23Merge branch 'master' into experimentalMichael Biebl1-3/+3
Conflicts: debian/changelog
2014-06-23Use canonical URIs for Vcs-* fields.Michael Biebl1-2/+2
2014-06-23Build against libgnutls28-dev. (Closes: #752304)Michael Biebl1-1/+1
2014-06-09Remove the rsyslog-doc package which is now built from a separate source ↵Michael Biebl1-16/+0
package.
2014-05-17Merge branch 'master' into experimentalMichael Biebl1-3/+15
Conflicts: debian/changelog
2014-05-16Small spelling fixesMichael Biebl1-3/+3
2014-05-16Build omelasticsearch moduleMichael Biebl1-0/+12
which provides support for logging to an Elasticsearch server. Split that module into a separate package called rsyslog-elasticsearch. Closes: #744951
2014-04-03Update Build-DependsMichael Biebl1-5/+3
- Bump librelp-dev to (>= 1.2.5). - Bump liblogging-stdlog-dev to (>= 1.0.3). - Bump liblognorm-dev to (>= 1.0.0). - Drop libee-dev.
2014-04-03Update Build-DependsMichael Biebl1-1/+1
- Bump librelp-dev to (>= 1.2.5).
2014-03-18Fix typoMichael Biebl1-1/+1
2014-03-17Bump librelp-dev to (>= 1.2.4)Michael Biebl1-1/+1
2014-03-13Update Build-Depends:Michael Biebl1-1/+2
- Bump librelp-dev to (>= 1.2.3). - Add liblogging-stdlog-dev (>= 1.0.1).
2014-03-11Bump Standards-Version to 3.9.5. No further changes.Michael Biebl1-1/+1
2014-03-11Update Build-Depends:Michael Biebl1-2/+3
- Bump libestr-dev to (>= 0.1.9). - Tighten liblognorm-dev to (<< 1.0.0). - Replace libjson0-dev with libjson-c-dev, we no longer need the transitional package.
2013-06-27Bump Build-Depends on dh-systemd to (>= 1.4)Michael Biebl1-1/+1
to ensure we have a recent enough version of init-system-helpers which properly deals with a missing state directory. (Closes: #714265)
2013-06-26Use dh-systemd for proper systemd supportMichael Biebl1-0/+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/+2
* 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-10Bump Build-Depends on librelp-dev to (>= 1.0.3).Michael Biebl1-1/+1
2013-03-27Bump Build-Depends on libestr-dev to (>= 0.1.5).Michael Biebl1-1/+1
2013-03-21Add Build-Depends on bison so we can build twice in a rowMichael Biebl1-1/+2
"make clean" removes the generated grammar/grammer.[ch].
2013-03-18The imrelp module now properly supports listening on IPv4 resp. IPv6 only.Michael Biebl1-1/+1
This requires librelp >= 1.0.2, so bump the Build-Depends accordingly. (Closes: #649355)
2013-03-05Bump Standards-Version to 3.9.4. No further changes.Michael Biebl1-1/+1
2012-11-28Suggest rsyslog-mongodb.Michael Biebl1-0/+1
2012-11-13Use dh-autoreconf to update the build system.Michael Biebl1-1/+1
2012-10-12Build ommongodb moduleMichael Biebl1-0/+12
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/+1
which provide functionality related to structured logging/lumberjack/CEE. This requires liblognorm.
2012-10-10Update Build-DependsMichael Biebl1-1/+5
- Add libestr-dev, libee-dev, libjson0-dev and uuid-dev. - Bump librelp-dev to (>= 1.0.1).
2012-03-07Bump Standards-Version to 3.9.3.Michael Biebl1-1/+1
2012-01-05Fix versioned Build-Depends on dpkg-dev. The buildflags.mk snippet was added ↵Michael Biebl1-1/+1
in version 1.16.1, not 1.6.1.
2011-11-02Enable default hardening options from dpkg-buildflags. (Closes: #644303)Michael Biebl1-0/+1
- Use buildflags.mk snippet in debian/rules. - Add Build-Depends on dpkg-dev (>= 1.6.1).
2011-11-02Wrap (build-)dependencies.Michael Biebl1-11/+43
2011-07-08Transition to /run/sendsigs.omit.d. (Closes: #633036)Michael Biebl1-1/+1
- Use /run/sendsigs.omit.d/rsyslog in debian/rsyslog.init. - Add Depends on initscripts (>= 2.88dsf-13.3) to ensure /run is usable. - Remove /lib/init/rw/sendsigs.omit.d/rsyslog on upgrades.
2011-05-19Bump Standards-Version to 3.9.2. No further changes.Michael Biebl1-1/+1
2011-02-23Improve package description. Closes: #612948Michael Biebl1-14/+13
Thanks to Justin B Rye for the patch.
2010-10-20Bump debhelper compatibility level to 8. Update Build-Depends accordingly.Michael Biebl1-1/+1
2010-08-05Bump Standards-Version to 3.9.1. No further changes.Michael Biebl1-1/+1
2010-07-07Bump Standards-Version to 3.9.0.Michael Biebl1-2/+2
Use Breaks instead of Conflicts as recommended by the new policy.
2010-07-07Switch to dh v7.Michael Biebl1-1/+1
- 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-1/+1
* 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-24Bump Standards-Version to 3.8.4. No further changes.Michael Biebl1-1/+1
2010-01-18Tune package dependencies for rsyslog-{mysql,pgsql}Michael Biebl1-2/+4
* debian/control - Demote mysql-server and postgresql from Recommends to Suggests. The server packages are not strictly necessary for dbconfig-common's autoconfiguration to work and one might want to use a remote server. - Add Recommends: mysql-client for rsyslog-mysql. - Add Recommends: postgresql-client for rsyslog-pgsql.
2009-08-21Bump Standards-Version to 3.8.3. No further changes.Michael Biebl1-1/+1
2009-08-05Change Build-Depends: libmysqclient15-dev → libmysqclient-dev.Michael Biebl1-1/+1
2009-06-23Bump Standards-Version to 3.8.2. No further changes.Michael Biebl1-1/+1
2009-03-22Bump Standards-Version to 3.8.1. No further changes.Michael Biebl1-1/+1
2009-03-22Merge branch 'relp'Michael Biebl1-2/+11
2009-02-15Move Git repository to collab-maint. Update Vcs-* fields.Michael Biebl1-2/+2
2009-02-10Add support for RELPMichael Biebl1-2/+11
* 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.