From 0805c75a80c6aca041f99da68d6743f214a2e013 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sat, 2 Jan 2021 15:31:25 +0100 Subject: build: debian: fix metadata --- build-aux/build-debian.sh | 4 ++-- debian/control | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build-aux/build-debian.sh b/build-aux/build-debian.sh index 89cc193..798179d 100755 --- a/build-aux/build-debian.sh +++ b/build-aux/build-debian.sh @@ -28,8 +28,8 @@ download_pbuilder_chroots() { create_reprepro_conf() { for dist in "$@"; do - echo "Origin: blogc-snapshot" - echo "Label: blogc-snapshot" + echo "Origin: blogc" + echo "Label: blogc" echo "Codename: ${dist}" echo "Architectures: source amd64" echo "Components: main" 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 -- cgit v1.2.3-18-g5258