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 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148
|
olm (3.2.1~dfsg-7) unstable; urgency=medium
* fix typo in changelog
* add patches cherry-picked upstream:
+ specify PRIVATE_KEY_LENGTH const export in index.d.ts
+ fix length calculation of fallback key json
-- Jonas Smedegaard <dr@jones.dk> Sun, 24 Jan 2021 12:05:34 +0100
olm (3.2.1~dfsg-6) unstable; urgency=medium
* fix unset executable bit on browser-targeted files
* fix limit architecture-independently build-depending
on brotli pigz uglifyjs
* install libjs-olm demo code as example files
-- Jonas Smedegaard <dr@jones.dk> Sun, 27 Dec 2020 13:53:57 +0100
olm (3.2.1~dfsg-5) unstable; urgency=medium
* fix paths in JavaScript maps,
and install also compressed WASM files
-- Jonas Smedegaard <dr@jones.dk> Sat, 26 Dec 2020 01:36:10 +0100
olm (3.2.1~dfsg-4) unstable; urgency=medium
* install browser-targeted javascript files also compressed;
build-depend on brotli pigz uglifyjs
* fix modernize test skipping syntax;
closes: bug#977072, thanks to Christian Kastner
* update git-buildpage settings:
+ use DEP-14 git branch names
+ add usage comment
-- Jonas Smedegaard <dr@jones.dk> Fri, 25 Dec 2020 23:01:13 +0100
olm (3.2.1~dfsg-3) unstable; urgency=medium
* declare compliance with Debian Policy 4.5.1
* limit build-dependency on emscripten
to architecture-independent builds
* fix set custom HOME during build for emscripten,
and run a dummy emcc command
to trigger creating emscripten settings file
* fix avoid dh_auto_install for architecture-independent builds
* support parallel build for emscripten build;
build-depend on recent dpkg
-- Jonas Smedegaard <dr@jones.dk> Fri, 20 Nov 2020 22:28:00 +0100
olm (3.2.1~dfsg-2) experimental; urgency=medium
* add patch 1002 to avoid closure-compiler
(too ancient release packaged in Debian)
* support DEB_BUILD_OPTIONS=noopt
* add new binary package libjs-olm;
build-depend on emscripten
-- Jonas Smedegaard <dr@jones.dk> Tue, 27 Oct 2020 21:41:46 +0100
olm (3.2.1~dfsg-1) unstable; urgency=medium
[ upstream ]
* new release(s)
[ Jonas Smedegaard ]
* add patch 1001 to use python3
-- Jonas Smedegaard <dr@jones.dk> Wed, 07 Oct 2020 01:28:48 +0200
olm (3.1.5~dfsg-1) unstable; urgency=medium
[ upstream ]
* new release
[ Jonas Smedegaard ]
* fix use debhelper compatibility level 13 (not 12)
* simplify source script copyright-check
* check tests verbosely, unless DEB_BUILD_OPTIONS=terse
* fix cleanup after python build
* use pybuild
* declare buildsystem explicitly (not in environment)
* check python testsuite during build;
build-depend on python3-future python3-pytest
* use dh_link to install symlink
* copyright: update coverage
-- Jonas Smedegaard <dr@jones.dk> Sat, 29 Aug 2020 16:59:27 +0200
olm (3.1.4~dfsg-1) unstable; urgency=medium
[ upstream ]
* new release
[ Jonas Smedegaard ]
* add git-buildpackage configuration:
+ use pristine-tar
+ sign tags
+ ignore any .git files
* copyright:
+ document files stripped from repackaged source
+ merge identically licensed Files sections
+ separate upstream verbatim License-Grant
from authored License-Reference
+ list licenses as sections below Files sections
+ fix cover files licensed Expat or ISC
+ extend coverage
+ add myself as copyright holder
+ relicense packaging as GPL-3+
* drop file README.source (obsolete)
* add lintian overrides for use of License-Grant and License-Reference
* watch:
+ use dversionmangle=auto
+ use repacksuffix=~dfsg (to support upstream cleaned rerelease)
+ drop filenamemangle (unneeded)
+ simplify download URL and regular expression
+ add usage comment
* add helper script copyright-check to source
* fix support DEB_BUILD_OPTIONS=nocheck
* update control fields Maintainer Uploader Vcs-*:
packaging moved to the Matrix Packaging Team
* use debhelper compatibility level 12 (not 10);
build-depend on debhelper-compat dh-sequence-python3
(not debhelper dh-python)
-- Jonas Smedegaard <dr@jones.dk> Wed, 08 Apr 2020 18:13:41 +0200
olm (3.1.3+dfsg-2) unstable; urgency=medium
* Drop Python2 package python-olm. (Closes: #937188)
-- Hubert Chathi <uhoreg@debian.org> Sat, 31 Aug 2019 13:29:22 -0700
olm (3.1.3+dfsg-1) unstable; urgency=medium
* New upstream release.
* New soname. However, the C ABI is still compatible, so also provide the
old soname.
* New python 3 package.
-- Hubert Chathi <uhoreg@debian.org> Tue, 25 Jun 2019 11:56:55 -0400
olm (2.2.2+git20170526.0fd768e+dfsg-1) unstable; urgency=medium
* Initial release (Closes: #847566)
-- Hubert Chathi <uhoreg@debian.org> Mon, 12 Jun 2017 19:18:08 -0400
|