diff options
author | mtaylor@qualinost.(none) <> | 2007-04-17 18:12:43 -0700 |
---|---|---|
committer | mtaylor@qualinost.(none) <> | 2007-04-17 18:12:43 -0700 |
commit | e208ce21de1310fb431073409d4ee68049d27c3f (patch) | |
tree | 438523cae033ef68fa7e983580138a5fc7dab8af /debian/mysql-server-BASE.NEWS.in | |
parent | 99c5f418af1e2076b9f66624559f39288129c17a (diff) | |
download | mariadb-git-e208ce21de1310fb431073409d4ee68049d27c3f.tar.gz |
BUG#27769 - MySQL should include debian packaging dir
Replaced hardcoded sover reference with variable.
Removed references to added manpages.
---
BUG#27769
Cleaned up some things to make building the packages go a little smoother.
---
debian/rules really does need to be called from the source root.
---
Fixed two problems with the build caused by adding debian to the source tree
---
Left off the debian/ prefix to the Makefile filter.
---
BUG#27769 - MySQL should include debian packaging dir
Changed substitution variables to match already existing autoconf vars.
Generate debian/control and debian/defs.mk from autoconf now, since we run that
to make a source package.
---
Corrected incorrect variable name
---
Renamed template files to have shorter names.
---
Moved generation of debian/control to dist-hook so make clean won't eat it.
---
A few final changes to make debs build from a source tarball dist.
Diffstat (limited to 'debian/mysql-server-BASE.NEWS.in')
-rw-r--r-- | debian/mysql-server-BASE.NEWS.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/mysql-server-BASE.NEWS.in b/debian/mysql-server-BASE.NEWS.in new file mode 100644 index 00000000000..9884e2694e7 --- /dev/null +++ b/debian/mysql-server-BASE.NEWS.in @@ -0,0 +1,10 @@ +mysql-dfsg-5.0 (5.0.18-9) unstable; urgency=low + + Rotation of the binary logs is now configured in /etc/mysql/my.cnf with + "expire-logs-days" which defaults to 20 days. The old file + /etc/mysql/debian-log-rotate.conf should be removed together with + /etc/cron.daily/mysql-server after this value has been adjusted. Note that + the old variable defined the number of files whereas the new one defines + a time span in days. + + -- Christian Hammers <ch@debian.org> Tue, 24 Jan 2006 22:18:21 +0100 |