From 84a6dbd7122da083da808d2236352b6f5a597571 Mon Sep 17 00:00:00 2001 From: Alex David Date: Tue, 24 Aug 2021 23:37:01 -0500 Subject: Add pkg metadata --- debian/control | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..513d9a8 --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: git-update-agent +Section: devel +Priority: optional +Maintainer: Alex David +Build-Depends: debhelper-compat (= 12) +Standards-Version: 4.4.1 +Homepage: https://www.git.flu0r1ne.net/git-update-agent/about +Vcs-Browser: https://www.git.flu0r1ne.net/deb-git-update-agent/ +Vcs-Git: https://git.flu0r1ne.net/deb-git-update-agent/ + +Package: git-update-agent +Architecture: all +Depends: git, + ${misc:Depends} +Description: An automatic updater for Git projects + An automatic updater for Git projects. Provides helper to automatically synchronize a Git project with an upstream. -- cgit v1.2.3