Codebase list golang-github-miekg-mmark / db9067c
Apply "cme fix dpkg" fixes - control source Priority: 'extra' → 'optional' - control source Build-Depends: 'debhelper (>= 9)' → 'debhelper-compat (= 12)' Anthony Fok 4 years ago
2 changed file(s) with 11 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
+0
-1
debian/compat less more
0 9
00 Source: golang-github-miekg-mmark
1 Section: devel
2 Priority: extra
31 Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
42 Uploaders: Anthony Fok <foka@debian.org>
5 Build-Depends: debhelper (>= 9),
3 Section: devel
4 Testsuite: autopkgtest-pkg-go
5 Priority: optional
6 Build-Depends: debhelper-compat (= 12),
67 dh-golang,
78 golang-any,
89 golang-github-burntsushi-toml-dev
9 Standards-Version: 4.0.0
10 Homepage: https://github.com/miekg/mmark
10 Standards-Version: 4.4.1
1111 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-miekg-mmark
1212 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-miekg-mmark.git
13 Homepage: https://github.com/miekg/mmark
1314 XS-Go-Import-Path: github.com/miekg/mmark
14 Testsuite: autopkgtest-pkg-go
1515
1616 Package: golang-github-miekg-mmark-dev
1717 Architecture: all
3737 This package provides the mmark Go library for development.
3838
3939 Package: mmark
40 Architecture: any
4041 Section: text
4142 Priority: optional
42 Architecture: any
43 Built-Using: ${misc:Built-Using}
4443 Depends: ${shlibs:Depends},
4544 ${misc:Depends}
46 Suggests: jing, libxml2-utils, xml2rfc
45 Suggests: jing,
46 libxml2-utils,
47 xml2rfc
48 Built-Using: ${misc:Built-Using}
4749 Description: Markdown processor in Go geared for the IETF (executable)
4850 Write RFCs using markdown. Mmark (written in Go) provides an advanced
4951 markdown dialect that processes a single file to produce internet-drafts