aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2021-01-02 15:31:25 +0100
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2021-01-02 15:31:25 +0100
commit0805c75a80c6aca041f99da68d6743f214a2e013 (patch)
tree9a2c6a2a3054ceea64bef440e9a9a66f9a6e0b76 /debian
parent5f287cc195fb27e6cab46caca2195d55112499a5 (diff)
downloadblogc-0805c75a80c6aca041f99da68d6743f214a2e013.tar.gz
blogc-0805c75a80c6aca041f99da68d6743f214a2e013.tar.bz2
blogc-0805c75a80c6aca041f99da68d6743f214a2e013.zip
build: debian: fix metadata
Diffstat (limited to 'debian')
-rw-r--r--debian/control10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index 4f1b654..741da73 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,8 @@ Build-Depends: debhelper-compat (= 12),
pkg-config
Standards-Version: 4.5.1
Homepage: https://blogc.rgm.io/
-Vcs-Browser: https://gio.rgm.io/debian/blogc
-Vcs-Git: https://git.rgm.io/git/debian/blogc.git
+Vcs-Browser: https://github.com/blogc/blogc
+Vcs-Git: https://github.com/blogc/blogc.git
Rules-Requires-Root: no
Package: blogc
@@ -24,7 +24,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
git,
make
Description: Blog compiler
- blogc-git-receiver binary
+ Simple login shell/git hook to deploy blogc websites
Package: blogc-make
Architecture: any
@@ -32,10 +32,10 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
blogc,
blogc-runserver
Description: Blog compiler
- blogc-make binary
+ Simple build tool for blogc
Package: blogc-runserver
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Blog compiler
- blogc-runserver binary
+ Simple HTTP server to test blogc websites