Skip to content
Snippets Groups Projects
Commit 85a6729b authored by Jonas Smedegaard's avatar Jonas Smedegaard
Browse files

provide virtual package node-types-uuid; build-depend on jq

parent e858b9af
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ Uploaders:
Jonas Smedegaard <dr@jones.dk>,
Build-Depends:
debhelper-compat (= 13),
jq,
pandoc <!nodoc>,
uglifyjs,
Standards-Version: 4.5.1
......@@ -18,6 +19,8 @@ Package: node-uuid
Architecture: all
Depends:
${misc:Depends},
Provides:
node-types-uuid (= ${types:Version}),
Replaces:
node-node-uuid (<< 3.3.2-1~),
Breaks:
......
#!/usr/bin/make -f
include /usr/share/dpkg/pkg-info.mk
# generate documentation unless nodoc requested
ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
DOCS = README.html README.txt
......@@ -25,3 +27,6 @@ override_dh_installdocs:
override_dh_installchangelogs:
dh_installchangelogs -- $(CHANGELOGS)
override_dh_gencontrol:
dh_gencontrol -- -V"types:Version=$(shell jq --raw-output .version < Xtypes/package.json)~$(DEB_VERSION)"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment