diff options
-rw-r--r-- | debian-devel/control | 1 | ||||
-rw-r--r-- | debian-stable/control | 1 | ||||
-rw-r--r-- | tools/debian/patches/weechat_debian_stretch.patch | 8 | ||||
-rw-r--r-- | tools/debian/patches/weechat_ubuntu_bionic.patch | 8 | ||||
-rw-r--r-- | tools/debian/patches/weechat_ubuntu_xenial.patch | 8 |
5 files changed, 14 insertions, 12 deletions
diff --git a/debian-devel/control b/debian-devel/control index 9dbbe1fb0..0db73f390 100644 --- a/debian-devel/control +++ b/debian-devel/control @@ -4,6 +4,7 @@ Priority: optional Maintainer: Sébastien Helleu <flashcode@flashtux.org> Build-Depends: asciidoctor (>= 1.5.4), + ruby-pygments.rb, debhelper (>= 12), cmake, pkg-config, libncursesw5-dev, diff --git a/debian-stable/control b/debian-stable/control index ea31b52d4..e7a24fb2c 100644 --- a/debian-stable/control +++ b/debian-stable/control @@ -4,6 +4,7 @@ Priority: optional Maintainer: Emmanuel Bouthenot <kolter@debian.org> Build-Depends: asciidoctor (>= 1.5.4), + ruby-pygments.rb, debhelper (>= 12), cmake, pkg-config, libncursesw5-dev, diff --git a/tools/debian/patches/weechat_debian_stretch.patch b/tools/debian/patches/weechat_debian_stretch.patch index 3f94b77ad..0d18726b6 100644 --- a/tools/debian/patches/weechat_debian_stretch.patch +++ b/tools/debian/patches/weechat_debian_stretch.patch @@ -9,10 +9,10 @@ diff --git a/debian-devel/control b/debian-devel/control index bf94a36f1..ae29ae9ec 100644 --- a/debian-devel/control +++ b/debian-devel/control -@@ -4,7 +4,7 @@ Priority: optional - Maintainer: Sébastien Helleu <flashcode@flashtux.org> +@@ -5,7 +5,7 @@ Priority: optional Build-Depends: asciidoctor (>= 1.5.4), + ruby-pygments.rb, - debhelper (>= 12), + debhelper (>= 10), cmake, pkg-config, @@ -40,10 +40,10 @@ diff --git a/debian-stable/control b/debian-stable/control index ccf81cac8..3e6563e42 100644 --- a/debian-stable/control +++ b/debian-stable/control -@@ -4,7 +4,7 @@ Priority: optional - Maintainer: Emmanuel Bouthenot <kolter@debian.org> +@@ -5,7 +5,7 @@ Priority: optional Build-Depends: asciidoctor (>= 1.5.4), + ruby-pygments.rb, - debhelper (>= 12), + debhelper (>= 10), cmake, pkg-config, diff --git a/tools/debian/patches/weechat_ubuntu_bionic.patch b/tools/debian/patches/weechat_ubuntu_bionic.patch index 6d76bb8e6..9cda6139d 100644 --- a/tools/debian/patches/weechat_ubuntu_bionic.patch +++ b/tools/debian/patches/weechat_ubuntu_bionic.patch @@ -9,10 +9,10 @@ diff --git a/debian-devel/control b/debian-devel/control index 9dbbe1fb0..b044f7b44 100644 --- a/debian-devel/control +++ b/debian-devel/control -@@ -4,7 +4,7 @@ Priority: optional - Maintainer: Sébastien Helleu <flashcode@flashtux.org> +@@ -5,7 +5,7 @@ Priority: optional Build-Depends: asciidoctor (>= 1.5.4), + ruby-pygments.rb, - debhelper (>= 12), + debhelper (>= 11), cmake, pkg-config, @@ -38,10 +38,10 @@ diff --git a/debian-stable/control b/debian-stable/control index ea31b52d4..fd4aad73a 100644 --- a/debian-stable/control +++ b/debian-stable/control -@@ -4,7 +4,7 @@ Priority: optional - Maintainer: Emmanuel Bouthenot <kolter@debian.org> +@@ -5,7 +5,7 @@ Priority: optional Build-Depends: asciidoctor (>= 1.5.4), + ruby-pygments.rb, - debhelper (>= 12), + debhelper (>= 11), cmake, pkg-config, diff --git a/tools/debian/patches/weechat_ubuntu_xenial.patch b/tools/debian/patches/weechat_ubuntu_xenial.patch index fd395d5d0..4f6cee3f7 100644 --- a/tools/debian/patches/weechat_ubuntu_xenial.patch +++ b/tools/debian/patches/weechat_ubuntu_xenial.patch @@ -9,10 +9,10 @@ diff --git a/debian-devel/control b/debian-devel/control index bf94a36f1..1eb804643 100644 --- a/debian-devel/control +++ b/debian-devel/control -@@ -4,7 +4,7 @@ Priority: optional - Maintainer: Sébastien Helleu <flashcode@flashtux.org> +@@ -5,7 +5,7 @@ Priority: optional Build-Depends: asciidoctor (>= 1.5.4), + ruby-pygments.rb, - debhelper (>= 12), + debhelper (>= 9), cmake, pkg-config, @@ -40,10 +40,10 @@ diff --git a/debian-stable/control b/debian-stable/control index ccf81cac8..7098b52c6 100644 --- a/debian-stable/control +++ b/debian-stable/control -@@ -4,7 +4,7 @@ Priority: optional - Maintainer: Emmanuel Bouthenot <kolter@debian.org> +@@ -5,7 +5,7 @@ Priority: optional Build-Depends: asciidoctor (>= 1.5.4), + ruby-pygments.rb, - debhelper (>= 12), + debhelper (>= 9), cmake, pkg-config, |