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/changelog | 5 +++++ debian/control | 16 ++++++++++++++++ debian/copyright | 43 +++++++++++++++++++++++++++++++++++++++++++ debian/gbp.conf | 3 +++ debian/install | 1 + debian/rules | 9 +++++++++ debian/source/format | 1 + debian/watch | 4 ++++ 8 files changed, 82 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/gbp.conf create mode 100644 debian/install create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..f2a56ac --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +git-update-agent (0.0.3-1) focal; urgency=medium + + * Initial release + + -- Alex David Tue, 24 Aug 2021 22:26:26 -0500 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. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..00f02d8 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,43 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: git-update-agent +Upstream-Contact: +Source: https://www.git.flu0r1ne.net/git-update-agent + +Files: * +Copyright: 2021 Alex David +License: GPL-2+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + +Files: debian/* +Copyright: 2021 Alex David +License: GPL-2+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..3d450c2 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,3 @@ +[DEFAULT] +debian-branch = debian/sid +dist = DEP14 diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..e1c983d --- /dev/null +++ b/debian/install @@ -0,0 +1 @@ +git-update-agent usr/bin diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..bc08b3f --- /dev/null +++ b/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f +# See debhelper(7) (uncomment to enable) + +%: + dh $@ + +override_dh_auto_build: +override_dh_auto_install: + diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..e054322 --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +version=4 +opts="mode=git, gitmode=full, pgpmode=none" \ +https://git.flu0r1ne.net/planr \ +refs/tags/v([\d\.]+) debian uupdate -- cgit v1.2.3