Codebase list node-har-schema / 870929f
Add workaround to semantic-release to fix package.json version Xavier Guimard 3 years ago
1 changed file(s) with 12 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
33 # Uncomment this to turn on verbose mode.
44 #export DH_VERBOSE=1
55
6 include /usr/share/dpkg/pkg-info.mk
7
68 %:
79 dh $@
10
11 override_dh_auto_build:
12 cp package.json debian/
13 perl -i -pe 's/0.0.0-development/$(DEB_VERSION_UPSTREAM)/' package.json
14
15 override_dh_auto_clean:
16 if test -e debian/package.json; then \
17 mv debian/package.json package.json; \
18 fi
19 dh_auto_clean --buildsystem=nodejs