Browse Source

MT#60304 debian: Switch from markdown to discount

The markdown package seems dead upstream, and the packaging situation
in Debian is not very good either. It currently has an RC bug which
means rtpengine itself is marked for autoremoval from testing. While
we could fix the RC bug for the markdown package, it's probably better
to switch implementation instead to something that is more lively. That
would be the discount implementation for example.

Change-Id: I25334f1539090d5e2d8008f460a7459713241d7c
(cherry picked from commit 9785aa05dd)
(cherry picked from commit 333cec2595)
pull/1887/head
Guillem Jover 2 years ago
committed by Victor Seva
parent
commit
c1d489eeb6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      debian/control

+ 1
- 1
debian/control View File

@ -8,6 +8,7 @@ Build-Depends:
debhelper-compat (= 13),
default-libmysqlclient-dev,
dh-sequence-dkms,
discount,
gperf,
libavcodec-dev (>= 6:10),
libavfilter-dev (>= 6:10),
@ -44,7 +45,6 @@ Build-Depends:
libwebsockets-dev,
libxmlrpc-core-c3-dev (>= 1.16.07),
libxtables-dev (>= 1.4) | iptables-dev (>= 1.4),
markdown,
pandoc,
pkgconf,
python3,


Loading…
Cancel
Save