removing all reference to .svn / svn in makefile

This commit is contained in:
Benjamin Sonntag 2016-05-17 15:26:52 +02:00
parent a817f30f38
commit 6e12c8902a
1 changed files with 0 additions and 4 deletions

4
debian/rules vendored
View File

@ -7,10 +7,6 @@
# Uncomment this to turn on verbose mode.
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:
#dh install