1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-24 20:06:38 +02:00
Files
weechat/tools/debian/patches/weechat_debian_stretch.patch
T
Sébastien Helleu 8ab6422520 debian: switch to Guile 2.2 in Debian build
Guile 2.2 is now used by default in Debian/Ubuntu builds, except on these old
distribution versions where only Guile 2.0 is available:

- Debian Stretch
- Debian Jessie
- Debian Wheezy
- Ubuntu Xenial
- Ubuntu Trusty
2019-09-25 20:58:22 +02:00

65 lines
1.8 KiB
Diff

diff --git a/debian-devel/compat b/debian-devel/compat
index 48082f72f..f599e28b8 100644
--- a/debian-devel/compat
+++ b/debian-devel/compat
@@ -1 +1 @@
-12
+10
diff --git a/debian-devel/control b/debian-devel/control
index a862fdd6c..82f60bba5 100644
--- a/debian-devel/control
+++ b/debian-devel/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Sébastien Helleu <flashcode@flashtux.org>
Build-Depends:
asciidoctor (>= 1.5.4),
- debhelper (>= 12),
+ debhelper (>= 10),
cmake, pkg-config,
libncursesw5-dev,
gem2deb,
@@ -13,9 +13,9 @@ Build-Depends:
libaspell-dev,
liblua5.3-dev,
tcl8.6-dev,
- guile-2.2-dev,
+ guile-2.0-dev,
libv8-dev [amd64 i386 armel armhf mips mipsel hurd-i386 kfreebsd-amd64 kfreebsd-i386],
- php-dev, libphp-embed, libargon2-0-dev, libsodium-dev,
+ php-dev, libphp-embed,
libxml2-dev,
libcurl4-gnutls-dev,
libgcrypt20-dev,
diff --git a/debian-stable/compat b/debian-stable/compat
index 48082f72f..f599e28b8 100644
--- a/debian-stable/compat
+++ b/debian-stable/compat
@@ -1 +1 @@
-12
+10
diff --git a/debian-stable/control b/debian-stable/control
index c0326b3f5..b0abc205a 100644
--- a/debian-stable/control
+++ b/debian-stable/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Emmanuel Bouthenot <kolter@debian.org>
Build-Depends:
asciidoctor (>= 1.5.4),
- debhelper (>= 12),
+ debhelper (>= 10),
cmake, pkg-config,
libncursesw5-dev,
gem2deb,
@@ -13,9 +13,9 @@ Build-Depends:
libaspell-dev,
liblua5.3-dev,
tcl8.6-dev,
- guile-2.2-dev,
+ guile-2.0-dev,
libv8-dev [amd64 i386 armel armhf mips mipsel hurd-i386 kfreebsd-amd64 kfreebsd-i386],
- php-dev, libphp-embed, libargon2-0-dev, libsodium-dev,
+ php-dev, libphp-embed,
libxml2-dev,
libcurl4-gnutls-dev,
libgcrypt20-dev,