summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2024-12-13 00:10:30 +0100
committerDaniel Baumann <daniel@debian.org>2024-12-13 00:13:01 +0100
commit7c14bf81206c90fe089abbc26710ad38156dec55 (patch)
treeef162a084af89cdf26630f3b92f2a151be404b8a
parentAdding upstream version 9.0.3. (diff)
downloadforgejo-7c14bf81206c90fe089abbc26710ad38156dec55.tar.xz
forgejo-7c14bf81206c90fe089abbc26710ad38156dec55.zip
Adding debian version 9.0.3-1.HEADdebian
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to '')
-rw-r--r--debian/changelog5
-rw-r--r--debian/control23
-rw-r--r--debian/copyright28
-rwxr-xr-xdebian/rules7
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch3
6 files changed, 67 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..08f18f5
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+ dh ${@}
+
+override_dh_auto_build:
+ TAGS="bindata timetzdata sqlite sqlite_unlock_notify" make build
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..32b8b6b
--- /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?(9.\d\S+)\.tar\.gz