Codebase list findbugs / 3657e37
using dpkg-parsechangelog to get VERSION in debian/rule yesx 10 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1515
1616 BASE_NAME=findbugs
1717 BASE_NAME_JAR=$(BASE_NAME).jar
18 VERSION=2.0.2
18 VERSION=`cd $(CURDIR) && dpkg-parsechangelog --count 0 | grep -i Version: | cut -d" " -f 2 | cut -d- -f 1`
1919 FULL_NAME_JAR=$(BASE_NAME)-$(VERSION).jar
2020
2121 SHAREPACDIR=$(SHAREDIR)/$(BASE_NAME)