Asciidoctor is required, but must be installed as a gem (the version in distros is too old).
75 lines
2.2 KiB
Diff
75 lines
2.2 KiB
Diff
diff --git a/debian-devel/control b/debian-devel/control
|
|
index 809e059..5f81261 100644
|
|
--- a/debian-devel/control
|
|
+++ b/debian-devel/control
|
|
@@ -3,9 +3,7 @@ Section: net
|
|
Priority: optional
|
|
Maintainer: Sébastien Helleu <flashcode@flashtux.org>
|
|
Build-Depends:
|
|
- asciidoctor (>= 1.5.4),
|
|
debhelper (>= 9),
|
|
- dh-exec,
|
|
cmake, pkg-config,
|
|
libncursesw5-dev,
|
|
gem2deb,
|
|
@@ -15,10 +13,10 @@ Build-Depends:
|
|
liblua5.1-0-dev,
|
|
tcl8.6-dev,
|
|
guile-2.0-dev,
|
|
- libv8-dev [amd64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel],
|
|
+ libv8-dev,
|
|
libcurl4-gnutls-dev,
|
|
- libgcrypt20-dev,
|
|
- libgnutls28-dev,
|
|
+ libgcrypt11-dev,
|
|
+ libgnutls-dev,
|
|
zlib1g-dev
|
|
Standards-Version: 3.9.8
|
|
Homepage: https://weechat.org/
|
|
diff --git a/debian-stable/control b/debian-stable/control
|
|
index 74d134c..5f3d8ce 100644
|
|
--- a/debian-stable/control
|
|
+++ b/debian-stable/control
|
|
@@ -3,9 +3,7 @@ Section: net
|
|
Priority: optional
|
|
Maintainer: Emmanuel Bouthenot <kolter@debian.org>
|
|
Build-Depends:
|
|
- asciidoctor (>= 1.5.4),
|
|
debhelper (>= 9),
|
|
- dh-exec,
|
|
cmake, pkg-config,
|
|
libncursesw5-dev,
|
|
gem2deb,
|
|
@@ -15,10 +13,10 @@ Build-Depends:
|
|
liblua5.1-0-dev,
|
|
tcl8.6-dev,
|
|
guile-2.0-dev,
|
|
- libv8-dev [amd64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel],
|
|
+ libv8-dev,
|
|
libcurl4-gnutls-dev,
|
|
- libgcrypt20-dev,
|
|
- libgnutls28-dev,
|
|
+ libgcrypt11-dev,
|
|
+ libgnutls-dev,
|
|
zlib1g-dev
|
|
Standards-Version: 3.9.8
|
|
Homepage: https://weechat.org/
|
|
diff --git a/debian-stable/weechat-plugins.install b/debian-stable/weechat-plugins.install
|
|
old mode 100755
|
|
new mode 100644
|
|
index 198360f..980192f
|
|
--- a/debian-stable/weechat-plugins.install
|
|
+++ b/debian-stable/weechat-plugins.install
|
|
@@ -1,10 +1,8 @@
|
|
-#!/usr/bin/dh-exec
|
|
-
|
|
usr/lib/weechat/plugins/aspell.so
|
|
usr/lib/weechat/plugins/exec.so
|
|
usr/lib/weechat/plugins/fifo.so
|
|
usr/lib/weechat/plugins/guile.so
|
|
-[amd64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel] usr/lib/weechat/plugins/javascript.so
|
|
+usr/lib/weechat/plugins/javascript.so
|
|
usr/lib/weechat/plugins/lua.so
|
|
usr/lib/weechat/plugins/perl.so
|
|
usr/lib/weechat/plugins/python.so
|