[Pkg-javascript-commits] [Git][js-team/node-marked][master] 3 commits: Fix lintian warning
Bastien Roucariès (@rouca)
gitlab at salsa.debian.org
Fri Jun 12 12:49:26 BST 2026
Bastien Roucariès pushed to branch master at Debian JavaScript Maintainers / node-marked
Commits:
8ed601bf by Bastien Roucariès at 2026-06-12T13:26:28+02:00
Fix lintian warning
- - - - -
34fb83fa by Bastien Roucariès at 2026-06-12T13:27:46+02:00
Fix copyright
- - - - -
2909714c by Bastien Roucariès at 2026-06-12T13:29:28+02:00
Fix control
- - - - -
2 changed files:
- debian/control
- debian/copyright
Changes:
=====================================
debian/control
=====================================
@@ -1,6 +1,5 @@
Source: node-marked
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 (= 13)
@@ -20,12 +19,11 @@ Build-Depends: debhelper-compat (= 13)
, node-regenerate
, node-typescript
, node-rollup-plugin-node-resolve
-Standards-Version: 4.6.1
+Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/js-team/node-marked
Vcs-Git: https://salsa.debian.org/js-team/node-marked.git
Homepage: https://github.com/chjj/marked
Testsuite: autopkgtest-pkg-nodejs
-Rules-Requires-Root: no
Package: node-marked
Architecture: all
@@ -42,11 +40,11 @@ Description: Full-featured markdown parser and compiler for NodeJS
Additionally Marked also implements github flavored markdown.
.
This package embded small modules:
- - marked-gfm-heading-id: Add ids to headings like GitHub.
- - github-slugger: Generate a slug just like GitHub does
- for markdown headings.
- - marked-mangle: Mangle mailto links with HTML character
- references.
+ - marked-gfm-heading-id: Add ids to headings like GitHub.
+ - github-slugger: Generate a slug just like GitHub does
+ for markdown headings.
+ - marked-mangle: Mangle mailto links with HTML character
+ references.
This package contains the marked executable and node module.
Package: libjs-marked
=====================================
debian/copyright
=====================================
@@ -12,7 +12,7 @@ Copyright: 2018+, MarkedJS <https://github.com/markedjs/>
2011-2022, Christopher Jeffrey <https://github.com/chjj/>
License: Expat
-Files: types-*/*
+Files: types-marked/*
Copyright: Microsoft Corporation
License: Expat
@@ -49,6 +49,10 @@ Files: marked-gfm-heading-id/*
Copyright: 2021 @markedjs
License: expat
+Files: marked-mangle/*
+Copyright: 2021 @markedjs
+License: expat
+
License: Expat
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
View it on GitLab: https://salsa.debian.org/js-team/node-marked/-/compare/569134209706a295a97919827344ee80a911f2a7...2909714cc7f3af5e9964836c86353abb0ba86b56
--
View it on GitLab: https://salsa.debian.org/js-team/node-marked/-/compare/569134209706a295a97919827344ee80a911f2a7...2909714cc7f3af5e9964836c86353abb0ba86b56
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-javascript-commits/attachments/20260612/f8b38a7a/attachment-0001.htm>
More information about the Pkg-javascript-commits
mailing list