~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/percona-server-server-5.5.postrm

  • 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
  . /usr/share/debconf/confmodule
6
6
fi
7
7
 
8
 
PERCONA_PREFIX=/opt/percona/percona-server-5.5
 
8
PERCONA_PREFIX=/usr
9
9
export PATH=$PATH:/sbin:/usr/sbin:/bin:/usr/bin:$PERCONA_PREFIX/bin
10
10
 
11
11
if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi