1
0
Fork 0

Adding debian version 0.0~git20250409.f7acab6-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-22 11:40:47 +02:00
parent 21b930d007
commit e3142e4b5e
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
7 changed files with 81 additions and 0 deletions

33
debian/control vendored Normal file
View file

@ -0,0 +1,33 @@
Source: golang-github-dop251-goja-nodejs
Section: golang
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-dop251-base64dec-dev,
golang-github-dop251-goja-dev,
golang-golang-x-net-dev,
golang-golang-x-text-dev,
golang-uber-goleak-dev,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/dop251/goja_nodejs
Vcs-Browser: https://forgejo.debian.net/beszel/golang-github-dop251-goja-nodejs
Vcs-Git: https://forgejo.debian.net/beszel/golang-github-dop251-goja-nodejs
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/dop251/goja_nodejs
Package: golang-github-dop251-goja-nodejs-dev
Architecture: all
Multi-Arch: foreign
Depends:
golang-github-dop251-goja-dev,
golang-golang-x-net-dev,
golang-uber-goleak-dev,
golang-x-text-dev,
${misc:Depends},
Description: Nodejs compatibility library for Goja (Go library)
goja_nodejs is a compatibility library for Goja. It contains a collection of
Goja modules that provide nodejs compatibility.