~ubuntu-branches/ubuntu/lucid/mysql-dfsg-5.1/lucid

« back to all changes in this revision

Viewing changes to cmd-line-utils/readline/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug, Mathias Gug
  • Date: 2009-08-05 11:40:21 UTC
  • mfrom: (1.1.3 upstream) (0.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20090805114021-59bj0bgfm2ufllbk
Tags: 5.1.37-1ubuntu1
[ Mathias Gug ]
* Merge from debian unstable and 5.0, remaining changes:
  - debian/control:
    + Properly upgrade libmysqlclient16-dev packages to
    libmysqlclient-dev:
      * Make libmysqlclient16-dev a transitional package depending on
        libmysqlclient-dev.
      * Make libmysqlclient-dev replace libmysqlclient16-dev.
    + Don't provide a libmysqlclient15-dev package as long as there are
      packages still build-depending on libmysqlclient15-dev and
      mysql-dsfg-5.0 is in the archive.
    + Lower mailx from a Recommends to a Suggests to avoid pulling in
      a full MTA on all installs of mysql-server. (LP: #259477)
  - debian/rules:
    + added -fno-strict-aliasing to CFLAGS to get around mysql testsuite
      build failures.
  - debian/additions/debian-start.inc.sh: support ANSI mode (LP: #310211)
  - Add AppArmor profile:
    - debian/apparmor-profile: apparmor profile.
    - debian/rules, debian/mysql-server-5.1.files: install apparmor profile.
    - debian/mysql-server-5.1.dirs: add etc/apparmor.d/force-complain
    - debian/mysql-server-5.1.postrm: remove symlink in force-complain/ on
      purge.
    - debian/mysql-server-5.1.README.Debian: add apparmor documentation.
    - debian/additions/my.cnf: Add warning about apparmor. (LP: #201799)
    - debian/mysql-server-5.1.postinst: reload apparmor profiles.
  - debian/additions/my.cnf: remove language option. Error message files are
    located in a different directory in MySQL 5.0. Setting the language
    option to use /usr/share/mysql/english breaks 5.0. Both 5.0 and 5.1
    use a default value that works. (LP: #316974)
  - debian/mysql-server-5.1.mysql.init:
    + Clearly indicate that we do not support running multiple instances
      of mysqld by duplicating the init script.
      (closes: #314785, #324834, #435165, #444216)
    + Properly parameterize all existing references to the mysql config
      file (/etc/mysql/my.cnf).
  - debian/mysql-server-5.1.postinst: Clear out the second password
    when setting up mysql. (LP: #344816)
  - mysql-server-core-5.1 package for files needed by Akonadi:
    + debian/control: create mysql-server-core-5.1 package.
    + debian/mysql-server-core-5.1.files, debian/mysql-server-5.1.files:
      move core mysqld files to mysql-server-core-5.1 package.
* debian/libmysqlclient16.symbols.amd64: remove amd64 symbols as it has
  not been correctly generated in Debian.
* Add Apport hook: (LP: #354188)
  - debian/mysql-server-5.1.py: apport package hook.
  - debian/mysql-server-5.1.files, debian/rules: install apport package
    hook.
* debian/additions/my.cnf: 
  - drop old_password option.
  - fix commented logging options to use general_log and general_log_file.
* Dropped - accepted in Debian:
  - debian/mysql-server-5.1.config:
    + ask for MySQL root password at priority high instead of medium so
      that the password prompt is seen on a default install. (LP: #319843)
    + don't ask for root password when upgrading from a 5.0 install.

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
CXXLDFLAGS = @CXXLDFLAGS@
130
130
CXX_VERSION = @CXX_VERSION@
131
131
CYGPATH_W = @CYGPATH_W@
132
 
DEFS = -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -DNO_KILL_INTR
 
132
DEFS = -DMYSQL_CLIENT_NO_THREADS -DHAVE_CONFIG_H -DNO_KILL_INTR
133
133
DEPDIR = @DEPDIR@
134
134
DIFF = @DIFF@
135
135
DOT_FRM_VERSION = @DOT_FRM_VERSION@
136
136
DOXYGEN = @DOXYGEN@
 
137
DSYMUTIL = @DSYMUTIL@
 
138
DUMPBIN = @DUMPBIN@
137
139
DVIS = @DVIS@
138
 
ECHO = @ECHO@
139
140
ECHO_C = @ECHO_C@
140
141
ECHO_N = @ECHO_N@
141
142
ECHO_T = @ECHO_T@
142
143
EGREP = @EGREP@
143
144
EXEEXT = @EXEEXT@
144
 
F77 = @F77@
145
 
FFLAGS = @FFLAGS@
 
145
FGREP = @FGREP@
146
146
FIND_PROC = @FIND_PROC@
147
147
GETCONF = @GETCONF@
148
148
GREP = @GREP@
164
164
LIBS = @LIBS@
165
165
LIBTOOL = @LIBTOOL@
166
166
LIB_EXTRA_CCFLAGS = @LIB_EXTRA_CCFLAGS@
 
167
LIPO = @LIPO@
167
168
LM_CFLAGS = @LM_CFLAGS@
168
169
LN = @LN@
169
170
LN_CP_F = @LN_CP_F@
206
207
NDB_VERSION_MINOR = @NDB_VERSION_MINOR@
207
208
NDB_VERSION_STATUS = @NDB_VERSION_STATUS@
208
209
NM = @NM@
 
210
NMEDIT = @NMEDIT@
209
211
NOINST_LDFLAGS = @NOINST_LDFLAGS@
210
212
NON_THREADED_LIBS = @NON_THREADED_LIBS@
 
213
OBJDUMP = @OBJDUMP@
211
214
OBJEXT = @OBJEXT@
 
215
OTOOL = @OTOOL@
 
216
OTOOL64 = @OTOOL64@
212
217
PACKAGE = @PACKAGE@
213
218
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
214
219
PACKAGE_NAME = @PACKAGE_NAME@
256
261
abs_top_srcdir = @abs_top_srcdir@
257
262
ac_ct_CC = @ac_ct_CC@
258
263
ac_ct_CXX = @ac_ct_CXX@
259
 
ac_ct_F77 = @ac_ct_F77@
 
264
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
260
265
am__include = @am__include@
261
266
am__leading_dot = @am__leading_dot@
262
267
am__quote = @am__quote@
295
300
libmysqld_dirs = @libmysqld_dirs@
296
301
localedir = @localedir@
297
302
localstatedir = @localstatedir@
 
303
lt_ECHO = @lt_ECHO@
298
304
man1_files = @man1_files@
299
305
man8_files = @man8_files@
300
306
man_dirs = @man_dirs@