removing all reference to .svn / svn in makefile
This commit is contained in:
parent
a817f30f38
commit
6e12c8902a
|
@ -7,10 +7,6 @@
|
||||||
|
|
||||||
# Uncomment this to turn on verbose mode.
|
# Uncomment this to turn on verbose mode.
|
||||||
export DH_VERBOSE=1
|
export DH_VERBOSE=1
|
||||||
MAJOR=$(shell sed -ne 's/^[^(]*(\([^)]*\)).*/\1/;1p' debian/changelog)
|
|
||||||
REV=$(shell env LANG=C svn info --non-interactive | awk '/^Revision:/ { print $$2 }')
|
|
||||||
VERSION="${MAJOR}~svn${REV}"
|
|
||||||
export VERSION
|
|
||||||
|
|
||||||
override_dh_install:
|
override_dh_install:
|
||||||
#dh install
|
#dh install
|
||||||
|
|
Loading…
Reference in New Issue