diff options
author | Daniel Baumann <daniel@debian.org> | 2024-12-13 00:10:30 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2024-12-13 00:10:30 +0100 |
commit | 6c36d1957bca0cc08d2ba6067361f601f25a8e1e (patch) | |
tree | fae00f6d1e6474028d615ca475909cf07618db74 | |
parent | Adding upstream version 9.0.3. (diff) | |
download | forgejo-6c30e258cb5a5617e56abc8d5b27d6db81e8d598.tar.xz forgejo-6c30e258cb5a5617e56abc8d5b27d6db81e8d598.zip |
Adding debian version 9.0.3-1.debian/9.0.3-1
Signed-off-by: Daniel Baumann <daniel@debian.org>
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 23 | ||||
-rw-r--r-- | debian/copyright | 28 | ||||
-rwxr-xr-x | debian/rules | 4 | ||||
-rw-r--r-- | debian/source/format | 1 | ||||
-rw-r--r-- | debian/watch | 3 |
6 files changed, 64 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..9b23584 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +forgejo (9.0.3-1) unstable; urgency=medium + + * Initial upload to sid (Closes: #1058932). + + -- Daniel Baumann <daniel@debian.org> Fri, 13 Dec 2024 00:04:11 +0100 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..79830ba --- /dev/null +++ b/debian/control @@ -0,0 +1,23 @@ +Source: forgejo +Section: web +Priority: optional +Maintainer: Daniel Baumann <daniel@debian.org> +Build-Depends: + debhelper-compat (= 13), + npm, + nodejs, + golang-any, +Rules-Requires-Root: no +Standards-Version: 4.7.0 +Homepage: https://forgejo.org + +Package: forgejo +Section: web +Architecture: any +Depends: + ${misc:Depends}, + ${shlibs:Depends}, +Description: self-hosted lightweight software forge + Forgejo is a forge software package for hosting software development version + control using Git as well as other collaborative features like bug tracking, + code review, continuous integration, kanban boards, tickets, and wikis. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..ae9d66c --- /dev/null +++ b/debian/copyright @@ -0,0 +1,28 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: forgejo +Upstream-Contact: https://codeberg.org/forgejo/forgejo/issues +Source: https://codeberg.org/forgejo/forgejo/tags + +Files: * +Copyright: +License: GPL-3 + +Files: debian/* +Copyright: 2024 Daniel Baumann <daniel@debian.org> +License: GPL-3 + +License: GPL- + This program 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, version 3 of the License. + . + This program 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 <https://www.gnu.org/licenses/>. + . + The full text of the GNU General Public License version 3 + can be found in the file /usr/share/common-licenses/GPL-3. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..000210b --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh ${@} 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..3acba45 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=4 +opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/forgejo-$1\.tar\.gz/ \ +https://codeberg.org/forgejo/forgejo/tags .*/v?(\d\S+)\.tar\.gz |