summaryrefslogtreecommitdiff
path: root/debian/defs.mk.in
diff options
context:
space:
mode:
authorunknown <mtaylor@blade09.mysql.com>2007-04-19 23:07:09 +0200
committerunknown <mtaylor@blade09.mysql.com>2007-04-19 23:07:09 +0200
commit506ef8f2a021f376368dedc65f33e8a9edc4fb54 (patch)
tree0defa243ec12ebe01a2f0fd5105af9f5f22d66f4 /debian/defs.mk.in
parentd429061d6bda816fa1faa390f25b2fa85ee79955 (diff)
downloadmariadb-git-506ef8f2a021f376368dedc65f33e8a9edc4fb54.tar.gz
control.in:
Fixed branding problem. Many files: Fixed branding problem changelog: Upgraded to 5.0.42 defs.mk.in: Fixed branding and variable persiting problem. debian/changelog: Upgraded to 5.0.42 debian/control.in: Fixed branding problem. debian/defs.mk.in: Fixed branding and variable persiting problem. debian/mysql-client-BASE.files.in: Fixed branding problem debian/mysql-client-BASE.lintian-overrides.in: Fixed branding problem debian/mysql-server-BASE.config.in: Fixed branding problem debian/mysql-server-BASE.files.in: Fixed branding problem debian/mysql-server-BASE.lintian-overrides.in: Fixed branding problem debian/mysql-server-BASE.postinst.in: Fixed branding problem debian/mysql-server-BASE.postrm.in: Fixed branding problem debian/mysql-server-BASE.templates.in: Fixed branding problem debian/rules: Fixed branding problem debian/source.lintian-overrides.in: Fixed branding problem debian/po/POTFILES.in.in: Fixed branding problem
Diffstat (limited to 'debian/defs.mk.in')
-rw-r--r--debian/defs.mk.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/defs.mk.in b/debian/defs.mk.in
index 892ec136107..dd2c44313be 100644
--- a/debian/defs.mk.in
+++ b/debian/defs.mk.in
@@ -6,9 +6,9 @@ MYSQL_BUILD_CXX=gcc
# we re-write state into this file. MYSQL_BASE_VERSION might get a suffix added
# by debian/rules which could result in a nasty loop. VER is there to hold the
# original unadorned version from autoconf
-VER=@MYSQL_BASE_VERSION@
-OLDVER=@MYSQL_PREVIOUS_BASE_VERSION@
MYSQL_BASE_VERSION=@MYSQL_BASE_VERSION@
MYSQL_PREVIOUS_BASE_VERSION=@MYSQL_PREVIOUS_BASE_VERSION@
+MYSQL_BRANDED_BASE_VERSION=@MYSQL_BRANDED_BASE_VERSION@
+MYSQL_BRANDED_PREVIOUS_BASE_VERSION=@MYSQL_BRANDED_PREVIOUS_BASE_VERSION@
SHARED_LIB_MAJOR_VERSION=@SHARED_LIB_MAJOR_VERSION@
NDB_SHARED_LIB_MAJOR_VERSION=@NDB_SHARED_LIB_MAJOR_VERSION@