An error occurred fetching the project authors.
  1. 20 Apr, 2007 1 commit
  2. 19 Apr, 2007 1 commit
    • mtaylor@blade09.mysql.com's avatar
      control.in: · e3b33f85
      mtaylor@blade09.mysql.com authored
        Fixed branding problem.
      Many files:
        Fixed branding problem
      changelog:
        Upgraded to 5.0.42
      defs.mk.in:
        Fixed branding and variable persiting problem.
      e3b33f85
  3. 18 Apr, 2007 1 commit
    • mtaylor@qualinost.(none)'s avatar
      BUG#27769 - MySQL should include debian packaging dir · e208ce21
      mtaylor@qualinost.(none) authored
      Replaced hardcoded sover reference with variable.
      Removed references to added manpages.
      ---
      BUG#27769 
      Cleaned up some things to make building the packages go a little smoother. 
      ---
      debian/rules really does need to be called from the source root.
      ---
      Fixed two problems with the build caused by adding debian to the source tree
      ---
      Left off the debian/ prefix to the Makefile filter.
      ---
      BUG#27769 - MySQL should include debian packaging dir
      Changed substitution variables to match already existing autoconf vars.
      Generate debian/control and debian/defs.mk from autoconf now, since we run that
      to make a source package. 
      ---
      Corrected incorrect variable name
      ---
      Renamed template files to have shorter names. 
      ---
      Moved generation of debian/control to dist-hook so make clean won't eat it.
      ---
      A few final changes to make debs build from a source tarball dist. 
      e208ce21
  4. 11 Apr, 2007 1 commit
    • mtaylor@qualinost.(none)'s avatar
      Adding files to support building for debian. · 6547960e
      mtaylor@qualinost.(none) authored
      ```yaml
      Removed reference to debian svn location of debian dir. 
      Changed verbage of comment to appease Timothy.
      ```
      
      Removed added manpages that aren't appropriate for our build. 
      ---
      Added debian dir to list of dist targets. 
      Added list of files needed to be distributed in debian dir.
      ---
      Added semi-colons to fix syntax error.
      ---
      BUG#27769 MySQL should include debian packaing dir
      Added debian/Makefile to configure.in to support make dist.
      6547960e