File: control

package info (click to toggle)
golang-github-chaseadamsio-goorgeous 2.0.0%2Bgit20171126.dcf1ef8-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 208 kB
  • sloc: makefile: 3
file content (28 lines) | stat: -rw-r--r-- 1,281 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: golang-github-chaseadamsio-goorgeous
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dr. Tobias Quathamer <toddy@debian.org>,
           Anthony Fok <foka@debian.org>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any,
               golang-github-russross-blackfriday-dev (>= 1.5.1),
               golang-github-shurcool-sanitized-anchor-name-dev
Standards-Version: 4.1.3
Homepage: https://github.com/chaseadamsio/goorgeous
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-chaseadamsio-goorgeous.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-chaseadamsio-goorgeous.git
XS-Go-Import-Path: github.com/chaseadamsio/goorgeous
Testsuite: autopkgtest-pkg-go

Package: golang-github-chaseadamsio-goorgeous-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-russross-blackfriday-dev (>= 1.5.1),
         golang-github-shurcool-sanitized-anchor-name-dev
Description: Go org syntax parser to html
 The purpose of this package is to come as close as possible to parsing
 an *.org document into HTML, the same way one might publish with
 org-publish-html from Emacs.