[Pkg-javascript-commits] [Git][js-team/node-marked][master] 2 commits: Make build reproducible

Yadd (@yadd) gitlab at salsa.debian.org
Wed Jan 12 16:52:34 GMT 2022



Yadd pushed to branch master at Debian JavaScript Maintainers / node-marked


Commits:
1023872a by Yadd at 2022-01-12T17:50:58+01:00
Make build reproducible

- - - - -
769aeb6f by Yadd at 2022-01-12T17:50:58+01:00
releasing package node-marked version 4.0.9+ds+~4.0.1-2

- - - - -


2 changed files:

- debian/changelog
- debian/patches/reproducible.patch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+node-marked (4.0.9+ds+~4.0.1-2) unstable; urgency=medium
+
+  * Team upload
+  * Make build reproducible
+
+ -- Yadd <yadd at debian.org>  Wed, 12 Jan 2022 17:50:31 +0100
+
 node-marked (4.0.9+ds+~4.0.1-1) unstable; urgency=medium
 
   * Team upload


=====================================
debian/patches/reproducible.patch
=====================================
@@ -1,9 +1,20 @@
 Description: make build reproducible
-Author: Xavier Guimard <yadd at debian.org>
+Author: Yadd <yadd at debian.org>
 Forwarded: not-needed
 Reviewed-By: Chris Lamb <lamby at debian.org>
-Last-Update: 2021-11-28
+Last-Update: 2022-01-12
 
+--- a/rollup.config.esm.js
++++ b/rollup.config.esm.js
+@@ -17,7 +17,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
+ `
+     }),
 --- a/rollup.config.js
 +++ b/rollup.config.js
 @@ -19,7 +19,7 @@



View it on GitLab: https://salsa.debian.org/js-team/node-marked/-/compare/7d343046afdd645e807e88d7a8b47cb24bcec1f9...769aeb6ff4b73ff7e430f4a93bcfb45bc942f7c1

-- 
View it on GitLab: https://salsa.debian.org/js-team/node-marked/-/compare/7d343046afdd645e807e88d7a8b47cb24bcec1f9...769aeb6ff4b73ff7e430f4a93bcfb45bc942f7c1
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/20220112/4c42c5c5/attachment-0001.htm>


More information about the Pkg-javascript-commits mailing list