Package: elixir-ex-doc / 0.35.1+dfsg-4

Metadata

Package Version Patches format
elixir-ex-doc 0.35.1+dfsg-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
dependencies.patch | (download)

mix.exs | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 patch moves hex dependencies to external applications
 because they are to be installed using APT and not hex in Debian.
Last-Modified: Fri, 01 Mar 2024 14:53:49 +0300


build.patch | (download)

assets/build/build.js | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 patch adds system-wide directories for searching for
 Node.js modules to bundle into the binary package.
 Also, it creates a destination directory for one of the temporary
 files.
Last-Modified: Fri, 01 Mar 2024 14:04:03 +0300


fix typespec.patch | (download)

lib/ex_doc/language/erlang.ex | 46 28 + 18 - 0 !
test/ex_doc/language/erlang_test.exs | 4 4 + 0 - 0 !
2 files changed, 32 insertions(+), 18 deletions(-)

 [patch] fix typespec with (...) -> any(), closes #1974