Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
node-uuid
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian JavaScript Maintainers
node-uuid
Commits
85a6729b
Commit
85a6729b
authored
4 years ago
by
Jonas Smedegaard
Browse files
Options
Downloads
Patches
Plain Diff
provide virtual package node-types-uuid; build-depend on jq
parent
e858b9af
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/control
+3
-0
3 additions, 0 deletions
debian/control
debian/rules
+5
-0
5 additions, 0 deletions
debian/rules
with
8 additions
and
0 deletions
debian/control
+
3
−
0
View file @
85a6729b
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
5
−
0
View file @
85a6729b
#!/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)"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment