~sergei.glushchenko/percona-server/issue25495

« back to all changes in this revision

Viewing changes to build/debian/rules

  • Committer: Ignacio Nin
  • Date: 2011-06-08 16:15:41 UTC
  • Revision ID: ignacio.nin@percona.com-20110608161541-g9h6dztdd07m6180
Fix version for debian to 12.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
TMP=$(CURDIR)/debian/tmp/
10
10
 
11
11
major_version_default=12
12
 
minor_version_default=7
 
12
minor_version_default=8
13
13
 
14
14
ARCH = $(shell dpkg-architecture -qDEB_BUILD_ARCH)
15
15
ARCH_OS = $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)