aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 741da73f59c3d0e5ff5c8142d459f9a3b36636c4 (plain)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
Source: blogc
Section: text
Priority: optional
Maintainer: Rafael G. Martins <rafael@rafaelmartins.eng.br>
Build-Depends: debhelper-compat (= 12),
               git,
               libcmocka-dev,
               pkg-config
Standards-Version: 4.5.1
Homepage: https://blogc.rgm.io/
Vcs-Browser: https://github.com/blogc/blogc
Vcs-Git: https://github.com/blogc/blogc.git
Rules-Requires-Root: no

Package: blogc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Blog compiler
 Main binary

Package: blogc-git-receiver
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
         git,
         make
Description: Blog compiler
 Simple login shell/git hook to deploy blogc websites

Package: blogc-make
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
         blogc,
         blogc-runserver
Description: Blog compiler
 Simple build tool for blogc

Package: blogc-runserver
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Blog compiler
 Simple HTTP server to test blogc websites