diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-07-19 10:46:47 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-07-19 10:46:47 +0100 |
commit | b574dd1fac99ba71b1d0adf0aa164100fcf0cb91 (patch) | |
tree | bd953b7833c56fa3917932cd4614442f88f8cd34 /debian/rules | |
parent | 66f5cecdadbaff7b414eaa0bd446136d3184f043 (diff) |
add logrotate support
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 3ebecfba4..dfee44fde 100755 --- a/debian/rules +++ b/debian/rules @@ -209,6 +209,7 @@ apt: build debian/shlibs.local cp -r $(BLD)/locale debian/$@/usr/share/ cp debian/bugscript debian/$@/usr/share/bug/apt/script + cp debian/apt.logrotate debian/$@/etc/logrorate.d/apt cp share/debian-archive.gpg debian/$@/usr/share/$@ cp debian/apt.conf.autoremove debian/$@/etc/apt/apt.conf.d/01autoremove |