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_debian_stretch.patch | |
parent | 95d0b89d1df861da2eb95266448274ce489ad473 (diff) | |
download | weechat-89f49040f37c3b75de13382d021813b83e5e801f.zip |
debian: add dependency on ruby-pygments.rb
Diffstat (limited to 'tools/debian/patches/weechat_debian_stretch.patch')
-rw-r--r-- | tools/debian/patches/weechat_debian_stretch.patch | 8 |
1 files changed, 4 insertions, 4 deletions
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, |