[Pkg-javascript-commits] [Git][js-team/node-marked][master] 5 commits: Set upstream metadata fields: Security-Contact.

Xavier Guimard gitlab at salsa.debian.org
Tue Dec 1 05:34:34 GMT 2020



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


Commits:
5cde79a9 by Xavier Guimard at 2020-12-01T06:22:52+01:00
Set upstream metadata fields: Security-Contact.

Changes-By: lintian-brush

- - - - -
52d621f3 by Xavier Guimard at 2020-12-01T06:22:52+01:00
Declare compliance with policy 4.5.1

- - - - -
d9756267 by Xavier Guimard at 2020-12-01T06:22:52+01:00
Modernize debian/watch

- - - - -
19dbbe60 by Xavier Guimard at 2020-12-01T06:33:09+01:00
Make build reproducible

- - - - -
fa2c7571 by Xavier Guimard at 2020-12-01T06:34:22+01:00
Update d/ch

- - - - -


6 changed files:

- debian/changelog
- debian/control
- + debian/patches/reproducible.patch
- debian/patches/series
- debian/upstream/metadata
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+node-marked (0.8.0+ds-2) UNRELEASED; urgency=medium
+
+  * Team upload
+
+  [ lintian-brush ]
+  * Set upstream metadata fields: Security-Contact.
+
+  [ Xavier Guimard ]
+  * Declare compliance with policy 4.5.1
+  * Modernize debian/watch
+  * Make build reproducible
+
+ -- Xavier Guimard <yadd at debian.org>  Tue, 01 Dec 2020 06:33:16 +0100
+
 node-marked (0.8.0+ds-1) unstable; urgency=medium
 
   * Team upload


=====================================
debian/control
=====================================
@@ -6,7 +6,7 @@ Uploaders: Julian Taylor <jtaylor.debian at googlemail.com>
 Build-Depends: debhelper-compat (= 13)
  , uglifyjs.terser
  , dh-sequence-nodejs
-Standards-Version: 4.5.0
+Standards-Version: 4.5.1
 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


=====================================
debian/patches/reproducible.patch
=====================================
@@ -0,0 +1,16 @@
+Description: make build reproducible
+Author: Xavier Guimard <yadd at debian.org>
+Forwarded: not-needed
+Last-Update: 2020-12-01
+
+--- a/rollup.config.js
++++ b/rollup.config.js
+@@ -19,7 +19,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
+ `
+     }),


=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
 2001_man_global.patch
+reproducible.patch


=====================================
debian/upstream/metadata
=====================================
@@ -5,3 +5,4 @@ Bug-Submit: https://github.com/chjj/marked/issues/new
 Changelog: https://github.com/chjj/marked/tags
 Repository: https://github.com/chjj/marked.git
 Repository-Browse: https://github.com/chjj/marked
+Security-Contact: https://github.com/chjj/marked/tree/HEAD/SECURITY.md


=====================================
debian/watch
=====================================
@@ -1,4 +1,4 @@
-version=3
+version=4
 opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-marked-$1.tar.gz/,\
 repacksuffix=+ds,\
 dversionmangle=auto \



View it on GitLab: https://salsa.debian.org/js-team/node-marked/-/compare/f45b76b264ab44b7b2bee538afc30babc2a4e2c3...fa2c75711247622ace632dcc9977599d82d505c8

-- 
View it on GitLab: https://salsa.debian.org/js-team/node-marked/-/compare/f45b76b264ab44b7b2bee538afc30babc2a4e2c3...fa2c75711247622ace632dcc9977599d82d505c8
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/20201201/f72bb814/attachment-0001.html>


More information about the Pkg-javascript-commits mailing list