From f334f2c7e831929155b29a126ab1227ed945ad16 Mon Sep 17 00:00:00 2001 From: Renken Date: Mon, 1 Jan 2024 21:10:48 +0100 Subject: config: shione: init nftables config --- config/shione/nftables/debian/changelog | 5 +++++ config/shione/nftables/debian/compat | 1 + config/shione/nftables/debian/control | 16 ++++++++++++++++ config/shione/nftables/debian/copyright | 8 ++++++++ config/shione/nftables/debian/files | 2 ++ config/shione/nftables/debian/nftables-config.displace | 1 + config/shione/nftables/debian/nftables-config.install | 1 + config/shione/nftables/debian/rules | 4 ++++ config/shione/nftables/debian/source/format | 1 + 9 files changed, 39 insertions(+) create mode 100644 config/shione/nftables/debian/changelog create mode 100644 config/shione/nftables/debian/compat create mode 100644 config/shione/nftables/debian/control create mode 100644 config/shione/nftables/debian/copyright create mode 100644 config/shione/nftables/debian/files create mode 100644 config/shione/nftables/debian/nftables-config.displace create mode 100644 config/shione/nftables/debian/nftables-config.install create mode 100755 config/shione/nftables/debian/rules create mode 100644 config/shione/nftables/debian/source/format (limited to 'config/shione/nftables/debian') diff --git a/config/shione/nftables/debian/changelog b/config/shione/nftables/debian/changelog new file mode 100644 index 0000000..6a29509 --- /dev/null +++ b/config/shione/nftables/debian/changelog @@ -0,0 +1,5 @@ +nftables-config (1.0) unstable; urgency=low + + * Initial release. + + -- Renken Sun, 24 Dec 2023 19:32:00 +0100 diff --git a/config/shione/nftables/debian/compat b/config/shione/nftables/debian/compat new file mode 100644 index 0000000..f599e28 --- /dev/null +++ b/config/shione/nftables/debian/compat @@ -0,0 +1 @@ +10 diff --git a/config/shione/nftables/debian/control b/config/shione/nftables/debian/control new file mode 100644 index 0000000..46514e9 --- /dev/null +++ b/config/shione/nftables/debian/control @@ -0,0 +1,16 @@ +Source: nftables-config +Section: tasks +Priority: optional +Maintainer: Renken +Rules-Requires-Root: no +Build-Depends: debhelper (>= 13.11~), config-package-dev (>= 4.15~) +Standards-Version: 4.1.0 + +Package: nftables-config +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends}, nftables +Provides: ${diverted-files} +Conflicts: ${diverted-files} +Description: Shione nftables configuration. + Shione nftables configuration. diff --git a/config/shione/nftables/debian/copyright b/config/shione/nftables/debian/copyright new file mode 100644 index 0000000..2fff8a7 --- /dev/null +++ b/config/shione/nftables/debian/copyright @@ -0,0 +1,8 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: https://gitlab.com/renken/nichijou +Upstream-Contact: Renken + +Files: + * +Copyright: 2023, Renken +License: GPL-3 diff --git a/config/shione/nftables/debian/files b/config/shione/nftables/debian/files new file mode 100644 index 0000000..2b4ebfb --- /dev/null +++ b/config/shione/nftables/debian/files @@ -0,0 +1,2 @@ +nftables-config_1.0_all.deb tasks optional +nftables-config_1.0_amd64.buildinfo tasks optional diff --git a/config/shione/nftables/debian/nftables-config.displace b/config/shione/nftables/debian/nftables-config.displace new file mode 100644 index 0000000..a8c1aeb --- /dev/null +++ b/config/shione/nftables/debian/nftables-config.displace @@ -0,0 +1 @@ +/etc/nftables.conf diff --git a/config/shione/nftables/debian/nftables-config.install b/config/shione/nftables/debian/nftables-config.install new file mode 100644 index 0000000..5b79850 --- /dev/null +++ b/config/shione/nftables/debian/nftables-config.install @@ -0,0 +1 @@ +files/* / diff --git a/config/shione/nftables/debian/rules b/config/shione/nftables/debian/rules new file mode 100755 index 0000000..a089a9e --- /dev/null +++ b/config/shione/nftables/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --with config-package diff --git a/config/shione/nftables/debian/source/format b/config/shione/nftables/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/config/shione/nftables/debian/source/format @@ -0,0 +1 @@ +3.0 (native) -- cgit v1.2.3