diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-03-29 21:02:42 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-03-29 21:02:42 +0200 |
commit | 89f49040f37c3b75de13382d021813b83e5e801f (patch) | |
tree | 3b6f133101a41e865584febbc254652631eabc9f /tools/debian/patches/weechat_ubuntu_bionic.patch | |
parent | 95d0b89d1df861da2eb95266448274ce489ad473 (diff) | |
download | weechat-89f49040f37c3b75de13382d021813b83e5e801f.zip |
debian: add dependency on ruby-pygments.rb
Diffstat (limited to 'tools/debian/patches/weechat_ubuntu_bionic.patch')
-rw-r--r-- | tools/debian/patches/weechat_ubuntu_bionic.patch | 8 |
1 files changed, 4 insertions, 4 deletions
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, |