~percona-dev/percona-server/release-5.5.11-20.2-fix-bug-764138

« back to all changes in this revision

Viewing changes to build/debian/additions/debian-start

  • Committer: Ignacio Nin
  • Date: 2011-03-19 08:50:37 UTC
  • mfrom: (91.1.1 release-5.5.9-20.1)
  • Revision ID: ignacio.nin@percona.com-20110319085037-llxjusfhpgjxvt3u
debian packaging update and testing

Tested and updated the debian packaging. Changes include:
- Import patches to dpatch system
- Polish control file
- Polish rules file
- Polish post-install scripts
- Move installation from /opt/percona to /usr
- Add builscript for debian
- Downgrade format to 1.0 in order to conform to requirements

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
# Changes to this file will be preserved when updating the Debian package.
6
6
#
7
7
 
8
 
PERCONA_PREFIX=/opt/percona/percona-server-5.5
9
 
source "${PERCONA_PREFIX}"/share/debian-start.inc.sh
 
8
PERCONA_PREFIX=/usr
 
9
source "${PERCONA_PREFIX}"/share/Percona-Server-5.5/debian-start.inc.sh
10
10
 
11
11
MYSQL="${PERCONA_PREFIX}/bin/mysql --defaults-file=/etc/mysql/debian.cnf"
12
12
MYADMIN="${PERCONA_PREFIX}/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf"