1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
|
node-matrix-js-sdk (9.3.0+~cs9.9.16-2) unstable; urgency=medium
* build-depend on recent
node-babel-cli
node-babel-core
node-babel-plugin-proposal-class-properties
node-babel-plugin-proposal-numeric-separator
node-babel-plugin-proposal-object-rest-spread
node-babel-plugin-syntax-dynamic-import
node-babel-plugin-transform-runtime
node-babel-preset-env
node-babel-preset-typescript
node-babel-register
(not node-babel7);
depend on recent node-babel-runtime
(not node-babel7);
stop depend on nodejs
-- Jonas Smedegaard <dr@jones.dk> Fri, 18 Dec 2020 17:52:03 +0100
node-matrix-js-sdk (9.3.0+~cs9.9.16-1) unstable; urgency=medium
[ upstream ]
* new release(s)
[ Jonas Smedegaard ]
* update git-buildpackage settings:
+ use signed tags
+ use DEP-14 git branch names
+ collapse sections; simplify filters
+ add usage comment
* update watch file:
+ simplify regular expressions
+ use substitution strings
+ add versionmangle
to prioritize final releases over release candidates
+ add usage comment
* prepend X to component name of embedded modules,
to better distinguish from main code
* Update TypeScript linking:
+ update pkg-js-tools hints to include module olm
+ purge now unneeded patch 2001
and repurpose it to make hack for linkage with libolm
+ build-depend on node-olm node-types-jest node-types-node
(not node-typescript-types)
-- Jonas Smedegaard <dr@jones.dk> Thu, 17 Dec 2020 20:51:25 +0100
node-matrix-js-sdk (6.0.0+~cs9.8.22-2) unstable; urgency=medium
[ Xavier Guimard ]
* use debhelper compatibility level 13
* use dh-sequence-nodejs
* declare compliance with policy 4.5.1
[ Jonas Smedegaard ]
* copyright:
+ use License-Reference field;
override lintian License-Reference field warnings
(see bug#786450)
+ exclude pre-generated code when repackaging upstream source
+ fix Upstream-Name
+ update coverage
* add patch 2001 to use shared modules
* have webpack mock module Buffer;
drop related now obsolete patch
* add patch 2002 to make build reproducible
* fix generate code during build;
build-depend on
grunt node-grunt-contrib-concat node-grunt-contrib-uglify
* check testsuites during build;
add patch 2003
to avoid loaoding grunt templates for missing Nodejs modules;
build-depend on mocha node-tape
* add source script copyright-check
* add myself as uploader
* have libjs-matrix-js-sdk recommend libjs-olm
-- Jonas Smedegaard <dr@jones.dk> Sun, 13 Dec 2020 01:32:03 +0100
node-matrix-js-sdk (6.0.0+~cs9.8.22-1) unstable; urgency=medium
* Team upload
* Bump debhelper compatibility level to 12
* Declare compliance with policy 4.5.0
* Add "Rules-Requires-Root: no"
* Add debian/gbp.conf
* Add upstream/metadata
* Use pkg-js-tools auto install
* Components added: bs58, base-x, loglevel, unhomoglyph, another-json
* New upstream version 6.0.0+~cs9.8.22
really 6.0.0+~4.0.1+~3.0.8+~1.6.8+~1.0.5+0.2.0
* Build with babel7 & tsc (Closes: #960028)
* Update copyright
* Add build dependency to node-content
* Fix webpack build (Closes: #933662)
* Update VCS fields to salsa
* Add hook to fix babel build
-- Xavier Guimard <yadd@debian.org> Tue, 12 May 2020 14:26:35 +0200
node-matrix-js-sdk (0.9.2-1) unstable; urgency=medium
* Initial release (Closes: #865821)
-- Hubert Chathi <uhoreg@debian.org> Fri, 02 Feb 2018 12:01:17 -0500
|