diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 16 |
1 files changed, 16 insertions, 0 deletions
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 <flu0r1ne@flu0r1ne.net> +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. |