[Pkg-javascript-commits] [Git][js-team/node-marked][master] 2 commits: Update reproducible patch
Yadd (@yadd)
gitlab at salsa.debian.org
Sun Nov 28 20:42:11 GMT 2021
Yadd pushed to branch master at Debian JavaScript Maintainers / node-marked
Commits:
121ff168 by Chris Lamb at 2021-11-28T21:38:48+01:00
Update reproducible patch
Closes: #1000769
- - - - -
d5c96b57 by Yadd at 2021-11-28T21:41:51+01:00
releasing package node-marked version 4.0.5+ds-2
- - - - -
2 changed files:
- debian/changelog
- debian/patches/reproducible.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+node-marked (4.0.5+ds-2) unstable; urgency=medium
+
+ * Team upload
+
+ [ Chris Lamb ]
+ * Update reproducible patch (Closes: #1000769)
+
+ -- Yadd <yadd at debian.org> Sun, 28 Nov 2021 21:40:36 +0100
+
node-marked (4.0.5+ds-1) unstable; urgency=medium
* Team upload
=====================================
debian/patches/reproducible.patch
=====================================
@@ -1,7 +1,8 @@
Description: make build reproducible
Author: Xavier Guimard <yadd at debian.org>
Forwarded: not-needed
-Last-Update: 2020-12-01
+Reviewed-By: Chris Lamb <lamby at debian.org>
+Last-Update: 2021-11-28
--- a/rollup.config.js
+++ b/rollup.config.js
@@ -14,3 +15,12 @@ Last-Update: 2020-12-01
https://github.com/markedjs/marked
`
}),
+@@ -46,7 +46,7 @@
+ license({
+ banner: `
+ marked - a markdown parser
+-Copyright (c) 2011-${new Date().getFullYear()}, Christopher Jeffrey. (MIT Licensed)
++Copyright (c) 2011-${(new Date(process.env.SOURCE_DATE_EPOCH ? (process.env.SOURCE_DATE_EPOCH * 1000) : new Date().getTime())).getFullYear()}, Christopher Jeffrey. (MIT Licensed)
+ https://github.com/markedjs/marked
+ `
+ }),
View it on GitLab: https://salsa.debian.org/js-team/node-marked/-/compare/c8921c38344740133d93c0a14dc784d18744f403...d5c96b57c448e0a278f821829b78754a8b8d5df7
--
View it on GitLab: https://salsa.debian.org/js-team/node-marked/-/compare/c8921c38344740133d93c0a14dc784d18744f403...d5c96b57c448e0a278f821829b78754a8b8d5df7
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/20211128/48673082/attachment-0001.htm>
More information about the Pkg-javascript-commits
mailing list