[Pkg-javascript-commits] [Git][js-team/node-marked][master] 3 commits: Bump debhelper compatibility level to 13
Xavier Guimard
gitlab at salsa.debian.org
Wed Nov 11 13:21:16 GMT 2020
Xavier Guimard pushed to branch master at Debian JavaScript Maintainers / node-marked
Commits:
a057a260 by Xavier Guimard at 2020-11-11T14:20:14+01:00
Bump debhelper compatibility level to 13
- - - - -
e6a2e376 by Xavier Guimard at 2020-11-11T14:20:14+01:00
Use dh-sequence-nodejs
- - - - -
f45b76b2 by Xavier Guimard at 2020-11-11T14:20:17+01:00
Enable CI
Gbp-Dch: ignore
- - - - -
3 changed files:
- debian/control
- debian/rules
- + debian/salsa-ci.yml
Changes:
=====================================
debian/control
=====================================
@@ -3,9 +3,9 @@ Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
Uploaders: Julian Taylor <jtaylor.debian at googlemail.com>
-Build-Depends: debhelper-compat (= 12)
+Build-Depends: debhelper-compat (= 13)
, uglifyjs.terser
- , pkg-js-tools (>= 0.9.20~)
+ , dh-sequence-nodejs
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-marked
Vcs-Git: https://salsa.debian.org/js-team/node-marked.git
=====================================
debian/rules
=====================================
@@ -5,7 +5,7 @@
#export DH_VERBOSE=1
%:
- dh $@ --with nodejs
+ dh $@
override_dh_auto_build:
cp lib/marked.js marked.js
=====================================
debian/salsa-ci.yml
=====================================
@@ -0,0 +1,4 @@
+---
+include:
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
View it on GitLab: https://salsa.debian.org/js-team/node-marked/-/compare/151e79a7bce88c4e71c5f4a4620a2d533c0a5c76...f45b76b264ab44b7b2bee538afc30babc2a4e2c3
--
View it on GitLab: https://salsa.debian.org/js-team/node-marked/-/compare/151e79a7bce88c4e71c5f4a4620a2d533c0a5c76...f45b76b264ab44b7b2bee538afc30babc2a4e2c3
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-javascript-commits/attachments/20201111/3085193e/attachment.html>
More information about the Pkg-javascript-commits
mailing list