Codebase list postgis-java / c544ac6
Use pkg-info.mk variables instead of dpkg-parsechangelog output. Bas Couwenberg 6 years ago
2 changed file(s) with 4 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
11
22 * Update dependencies for postgresql 10 & postgis 2.4.
33 * Bump Standards-Version to 4.1.0, no changes.
4 * Use pkg-info.mk variables instead of dpkg-parsechangelog output.
45
56 -- Bas Couwenberg <sebastic@debian.org> Sun, 24 Sep 2017 23:00:05 +0200
67
11
22 export JAVA_HOME := /usr/lib/jvm/default-java
33
4 UPSTREAM_VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p' | sed -e 's/\+.*//; s/^[0-9]://')
4 include /usr/share/dpkg/pkg-info.mk
5
6 UPSTREAM_VERSION := $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//')
57
68 %:
79 dh $@ --parallel \