mirror of
https://github.com/MariaDB/server.git
synced 2026-04-18 06:15:32 +02:00
if the debian package name for 5.5.28 is 5.5.28-mariadb1~wheezy
then for 5.5.28a it should be 5.5.28a-mariadb1~wheezy not 5.5.28-mariadb-a1~wheezy
This commit is contained in:
parent
a8bad7d900
commit
63e92a2b6c
1 changed files with 2 additions and 2 deletions
4
debian/autobake-deb.sh
vendored
4
debian/autobake-deb.sh
vendored
|
|
@ -18,8 +18,8 @@ export DEB_BUILD_OPTIONS="nocheck"
|
|||
# Find major.minor version.
|
||||
#
|
||||
source ./VERSION
|
||||
UPSTREAM="${MYSQL_VERSION_MAJOR}.${MYSQL_VERSION_MINOR}.${MYSQL_VERSION_PATCH}"
|
||||
RELEASE_EXTRA=${MYSQL_VERSION_EXTRA}
|
||||
UPSTREAM="${MYSQL_VERSION_MAJOR}.${MYSQL_VERSION_MINOR}.${MYSQL_VERSION_PATCH}${MYSQL_VERSION_EXTRA}"
|
||||
RELEASE_EXTRA=""
|
||||
|
||||
RELEASE_NAME=mariadb
|
||||
PATCHLEVEL=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue