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 /debian-devel/control | |
parent | 95d0b89d1df861da2eb95266448274ce489ad473 (diff) | |
download | weechat-89f49040f37c3b75de13382d021813b83e5e801f.zip |
debian: add dependency on ruby-pygments.rb
Diffstat (limited to 'debian-devel/control')
-rw-r--r-- | debian-devel/control | 1 |
1 files changed, 1 insertions, 0 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, |