Commit 361649b9 authored by unknown's avatar unknown

Made changes to debian control files to support building 5.1 packages.


debian/rules:
  --with-yassl is deprecated. Changed to --with-ssl
debian/libmysqlclientSLIB-dev.files.in:
  Removing mention of files no longer in 5.1
debian/mysql-client-BASE.files.in:
  Removing mention of files no longer in 5.1
debian/mysql-test-BASE.files.in:
  Removing mention of files no longer in 5.1
debian/mysql-server-BASE.files.in:
  Removing mention of files no longer in 5.1
parent 6797b96d
usr/bin/mysql_config usr/bin/mysql_config
usr/bin/comp_err
usr/include/* usr/include/*
usr/lib/libmysqlclient.a usr/lib/libmysqlclient.a
usr/lib/libmysqlclient.la usr/lib/libmysqlclient.la
......
usr/bin/msql2mysql usr/bin/msql2mysql
usr/bin/mysql usr/bin/mysql
usr/bin/mysql_find_rows usr/bin/mysql_find_rows
usr/bin/mysql_tableinfo
usr/bin/mysql_waitpid usr/bin/mysql_waitpid
usr/bin/mysqlaccess usr/bin/mysqlaccess
usr/bin/mysqladmin usr/bin/mysqladmin
......
...@@ -4,7 +4,6 @@ usr/bin/myisamchk ...@@ -4,7 +4,6 @@ usr/bin/myisamchk
usr/bin/myisamlog usr/bin/myisamlog
usr/bin/myisampack usr/bin/myisampack
usr/bin/mysql_convert_table_format usr/bin/mysql_convert_table_format
usr/bin/mysql_explain_log
usr/bin/mysql_fix_extensions usr/bin/mysql_fix_extensions
usr/bin/mysql_fix_privilege_tables usr/bin/mysql_fix_privilege_tables
usr/bin/mysql_install_db usr/bin/mysql_install_db
...@@ -34,7 +33,6 @@ usr/share/man/man1/myisam_ftdump.1 ...@@ -34,7 +33,6 @@ usr/share/man/man1/myisam_ftdump.1
usr/share/man/man1/myisamchk.1 usr/share/man/man1/myisamchk.1
usr/share/man/man1/myisamlog.1 usr/share/man/man1/myisamlog.1
usr/share/man/man1/myisampack.1 usr/share/man/man1/myisampack.1
usr/share/man/man1/mysql_explain_log.1
usr/share/man/man8/mysqld.8 usr/share/man/man8/mysqld.8
usr/share/man/man1/mysqld_multi.1 usr/share/man/man1/mysqld_multi.1
usr/share/man/man1/mysqld_safe.1 usr/share/man/man1/mysqld_safe.1
...@@ -47,4 +45,3 @@ usr/share/man/man1/mysql_tzinfo_to_sql.1 ...@@ -47,4 +45,3 @@ usr/share/man/man1/mysql_tzinfo_to_sql.1
usr/share/man/man1/mysql_zap.1 usr/share/man/man1/mysql_zap.1
usr/share/man/man1/perror.1 usr/share/man/man1/perror.1
usr/share/man/man1/replace.1 usr/share/man/man1/replace.1
usr/share/man/man1/safe_mysqld.1
usr/share/mysql-test/* usr/share/mysql-test/*
usr/bin/mysql_client_test usr/bin/mysql_client_test
usr/bin/mysqltestmanager
usr/bin/mysqltestmanager-pwgen
usr/bin/mysqltestmanagerc
...@@ -133,7 +133,7 @@ endif ...@@ -133,7 +133,7 @@ endif
$(USE_STATIC_MYSQLD) \ $(USE_STATIC_MYSQLD) \
--without-bench \ --without-bench \
--with-zlib-dir=bundled \ --with-zlib-dir=bundled \
--with-yassl \ --with-ssl \
--with-readline \ --with-readline \
--with-extra-charsets=all \ --with-extra-charsets=all \
--with-innodb \ --with-innodb \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment