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

« back to all changes in this revision

Viewing changes to dbug/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2009-02-10 16:42:05 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090210164205-ej41ocvm4z1s14nq
Tags: 5.1.31-1ubuntu1
* Merge from debian experimental, remaining changes: 
  - 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)
  - debian/control: 
    + Don't build mysql-server, mysql-client, mysql-common and 
      libmysqlclient15-dev binary packages since they're still provided 
      by mysql-dfsg-5.0.
    + Rename libmysqlclient-dev package to libmysqlclient16-dev (LP: #316280).
      Make it conflict with libmysqlclient15-dev.
    + Make mysql-{client,server}-5.1 packages conflict and
      replace mysql-{client,server}-5.0, but not provide 
      mysql-{client,server}.
    + Depend on a specific version of mysql-common rather than the src 
      version of mysql-dfsg-5.1 since mysql-common is currently part of
      mysql-dfsg-5.0.
  - debian/rules: added -fno-strict-aliasing to CFLAGS to get
    around mysql testsuite build failures.
* debian/patches/92_ssl_test_cert.dpatch: certificate expiration in 
  test suite (LP: #323755).
* Dropped changes:
  - all of the changes made to support both 5.0 and 5.1 installed at the
    same time have been dropped now that amarok doesn't depend on
    mysql-server-5.1 anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
175
175
GREP = @GREP@
176
176
GXX = @GXX@
177
177
HOSTNAME = @HOSTNAME@
 
178
INNODB_DYNAMIC_CFLAGS = @INNODB_DYNAMIC_CFLAGS@
178
179
INSTALL = @INSTALL@
179
180
INSTALL_DATA = @INSTALL_DATA@
180
181
INSTALL_PROGRAM = @INSTALL_PROGRAM@
431
432
        @for dep in $?; do \
432
433
          case '$(am__configure_deps)' in \
433
434
            *$$dep*) \
434
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
435
 
                && exit 0; \
 
435
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
436
                && { if test -f $@; then exit 0; else break; fi; }; \
436
437
              exit 1;; \
437
438
          esac; \
438
439
        done; \
547
548
        unique=`for i in $$list; do \
548
549
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
549
550
          done | \
550
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
551
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
551
552
              END { if (nonempty) { for (i in files) print i; }; }'`; \
552
553
        mkid -fID $$unique
553
554
tags: TAGS