diff --git a/MANIFEST.in b/MANIFEST.in index 26c00a3..58f8085 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,9 +1,9 @@ recursive-include debian changelog compat control copyright docs rules -recursive-include debian format lintian-overrides openxcap.service +recursive-include debian format lintian-overrides logrotate *.service recursive-include scripts *.py *.sql recursive-include test *.py *.xsd recursive-include tls README prune debian/.debhelper prune debian/openxcap prune debian/tmp include INSTALL LICENSE MANIFEST.in TODO diff --git a/debian/logrotate b/debian/logrotate new file mode 100644 index 0000000..03c63dd --- /dev/null +++ b/debian/logrotate @@ -0,0 +1,10 @@ +/var/log/openxcap/*.log +{ + rotate 7 + daily + delaycompress + compress + missingok + copytruncate + nocreate +}