summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control41
1 files changed, 0 insertions, 41 deletions
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 741da73..0000000
--- a/debian/control
+++ /dev/null
@@ -1,41 +0,0 @@
-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