diff options
author | Michael Biebl <biebl@debian.org> | 2008-11-20 13:34:47 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2008-11-20 13:34:47 +0100 |
commit | a1f28de579bcc2ea8a2ecaee00d12fe5fa516a77 (patch) | |
tree | 6184a225d1f41f5d20244a60dc8f992ee0427be8 /debian | |
parent | 6881502bbb8d33b6c5e41c6d109f8c6968d27bd6 (diff) | |
download | rsyslog-a1f28de579bcc2ea8a2ecaee00d12fe5fa516a77.tar.gz |
Do not compress .conf files.
Exclude sample conf file from being compressed as it is referenced in
the html documentation with the non-compressed file name.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index bd7161a..68161f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,9 @@ rsyslog (3.18.5-1) UNRELEASED; urgency=low - Do not ignore errors in config maintainer scripts. * debian/rsyslog.postinst - Rotate old .0 log files when migrating from sysklogd. Closes: #491672 + * debian/rules + - Exclude sample conf file from being compressed as it is referenced in + the html documentation with the non-compressed file name. -- Michael Biebl <biebl@debian.org> Thu, 20 Nov 2008 12:49:25 +0100 diff --git a/debian/rules b/debian/rules index 5514ed3..d478849 100755 --- a/debian/rules +++ b/debian/rules @@ -90,7 +90,7 @@ binary-indep: build install dh_installexamples dh_install dh_link - dh_compress + dh_compress -X .conf dh_fixperms dh_installdeb dh_gencontrol |