Codebase list emscripten / d54fe26
adjust build rules to support versioned ~dfsg version suffix Jonas Smedegaard 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
11
22 include /usr/share/dpkg/pkg-info.mk
33
4 DEB_VERSION_UPSTREAM_ORIG = $(patsubst %~dfsg,%,$(DEB_VERSION_UPSTREAM))
4 DEB_VERSION_UPSTREAM_ORIG = $(firstword $(subst ~,$() ,$(DEB_VERSION_UPSTREAM)))
55
66 # refresh upstream version hints from Debian package
77 override_dh_auto_configure: