Codebase list readosm / 0773653
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
55 * Bump Standards-Version to 4.1.0, changes: priority.
66 * Update copyright years in copyright file.
77 * Refresh patches.
8 * Use pkg-info.mk variables instead of dpkg-parsechangelog output.
89
910 -- Bas Couwenberg <sebastic@debian.org> Mon, 25 Sep 2017 20:22:03 +0200
1011
66 # Enable hardening build flags
77 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
88
9 UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p' | sed -e 's/\+.*//; s/^[0-9]://')
9 include /usr/share/dpkg/pkg-info.mk
10
11 UPSTREAM_VERSION=$(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//')
1012
1113 %:
1214 dh $@ --with autoreconf --parallel