From ac5e859977bbdfbafb5a44b0aa7d5ce4aa59ddfd Mon Sep 17 00:00:00 2001 From: Marco Realacci Date: Sat, 15 Mar 2025 03:01:53 +0100 Subject: [PATCH] release --- .forgejo/workflows/build.yml | 4 ++-- debian/changelog.in | 5 ----- debian/control | 12 ------------ debian/install | 2 -- debian/rules | 3 --- debian/source/format | 1 - 6 files changed, 2 insertions(+), 25 deletions(-) delete mode 100644 debian/changelog.in delete mode 100644 debian/control delete mode 100644 debian/install delete mode 100644 debian/rules delete mode 100644 debian/source/format diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 98e0b57..228222d 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -62,13 +62,13 @@ jobs: # The -s dir option tells FPM the source is a directory. # The -t deb option builds a deb package. # -n is the package name and -v the version. - fpm -s dir -t deb -n magicfw -v $VERSION -C package . + fpm -s dir -t deb -n magicfw-docker -v $VERSION -C package . - name: Upload to Forgejo Debian Registry env: FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }} run: | - PACKAGE_NAME="magicfw_${VERSION}_amd64.deb" # Update version accordingly + PACKAGE_NAME="magicfw-docker_${VERSION}_amd64.deb" # Update version accordingly curl --user "your_username:$FORGEJO_TOKEN" \ --upload-file ./${PACKAGE_NAME} \ diff --git a/debian/changelog.in b/debian/changelog.in deleted file mode 100644 index b759478..0000000 --- a/debian/changelog.in +++ /dev/null @@ -1,5 +0,0 @@ -magicfw ({{VERSION}}) unstable; urgency=medium - - * Automatic release from Git tag {{TAG}} - - -- Auto Release Bot $(date -R) \ No newline at end of file diff --git a/debian/control b/debian/control deleted file mode 100644 index 1b68312..0000000 --- a/debian/control +++ /dev/null @@ -1,12 +0,0 @@ -Source: magicfw -Section: utils -Priority: optional -Maintainer: Marco Realacci -Build-Depends: debhelper-compat (= 13), dh-python, python3-all -Standards-Version: 4.6.0 - -Package: magicfw -Architecture: all -Depends: ${python3:Depends}, ${misc:Depends} -Description: A magic firewall service - Automatic build from Git tag ${TAG}. \ No newline at end of file diff --git a/debian/install b/debian/install deleted file mode 100644 index 8ccaa70..0000000 --- a/debian/install +++ /dev/null @@ -1,2 +0,0 @@ -src/main.py usr/bin/ -systemd/magicfw.service lib/systemd/system/ \ No newline at end of file diff --git a/debian/rules b/debian/rules deleted file mode 100644 index a81fae6..0000000 --- a/debian/rules +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/make -f -%: - dh $@ --with python3,systemd --buildsystem=pybuild \ No newline at end of file diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 46ebe02..0000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt) \ No newline at end of file