1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 14:26:39 +02:00
Files
weechat/tools/debian/patches/weechat_debian_stretch.patch
T
2017-09-28 01:18:18 +02:00

27 lines
946 B
Diff

diff --git a/debian-devel/control b/debian-devel/control
index cc7685a70..7904b7454 100644
--- a/debian-devel/control
+++ b/debian-devel/control
@@ -16,7 +16,7 @@ Build-Depends:
tcl8.6-dev,
guile-2.0-dev,
libv8-dev [amd64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel],
- php7.1-dev, libphp7.1-embed, libxml2-dev,
+ php7.0-dev, libphp7.0-embed, libxml2-dev,
libcurl4-gnutls-dev,
libgcrypt20-dev,
libgnutls28-dev,
diff --git a/debian-stable/control b/debian-stable/control
index 2829be49b..e7185abb5 100644
--- a/debian-stable/control
+++ b/debian-stable/control
@@ -16,7 +16,7 @@ Build-Depends:
tcl8.6-dev,
guile-2.0-dev,
libv8-dev [amd64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel],
- php7.1-dev, libphp7.1-embed, libxml2-dev,
+ php7.0-dev, libphp7.0-embed, libxml2-dev,
libcurl4-gnutls-dev,
libgcrypt20-dev,
libgnutls28-dev,