Subversion Repositories pike

Compare Revisions

Ignore whitespace Rev 77 → Rev 78

/branches/7.6-stable/debian/rules
73,7 → 73,7
MACHINE_OPTS=--without-machine-code
endif
 
DEBVERSION:=$(shell dpkg-parsechangelog | sed -ne 's/Version: *\(.*\)-.*$$/\1/p')
DEBVERSION:=$(shell dpkg-parsechangelog | sed -ne 's/Version: *\([^-]*\).*$$/\1/p')
MAJOR:=$(shell sed -ne 's/major://p' buildid.txt)
MINOR:=$(shell sed -ne 's/minor://p' buildid.txt)
BUILD:=$(shell sed -ne 's/build://p' buildid.txt)