From b825738de2f33ffd893f4d1fd2c777d1a7436d32 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Thu, 31 Dec 2020 05:19:23 +0100 Subject: added debian packaging --- debian/control | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..4f1b654 --- /dev/null +++ b/debian/control @@ -0,0 +1,41 @@ +Source: blogc +Section: text +Priority: optional +Maintainer: Rafael G. Martins +Build-Depends: debhelper-compat (= 12), + git, + libcmocka-dev, + 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 +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 + blogc-git-receiver binary + +Package: blogc-make +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, + blogc, + blogc-runserver +Description: Blog compiler + blogc-make binary + +Package: blogc-runserver +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Blog compiler + blogc-runserver binary -- cgit v1.2.3-18-g5258