diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..e0964c0 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +f2b-filters (20231023-1) unstable; urgency=medium + + * Initial release + + -- Alex 'AdUser' Z Mon, 23 Jan 2023 15:36:47 +1000 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..4d6cf53 --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: f2b-filters +Section: misc +Priority: optional +Maintainer: Alex 'AdUser' Z +Build-Depends: debhelper-compat (= 13) +Standards-Version: 4.5.1 +Homepage: https://git.linuxdv.org/ad_user/f2b-filters +Vcs-Git: https://git.linuxdv.org/ad_user/f2b-filters.git +Rules-Requires-Root: no + +Package: f2b-filters +Architecture: all +Depends: ${misc:Depends} +Description: Collection of regexp lists for log processing/data extraction with f2b diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..21e0b9e --- /dev/null +++ b/debian/copyright @@ -0,0 +1,29 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: f2b-filters +Upstream-Contact: Alex 'AdUser' Z + +Files: * +Copyright: 2016-2023 Alex 'AdUser' Z +License: GPL-3.0+ + +Files: debian/* +Copyright: 2023 Alex 'AdUser' Z +License: GPL-3.0+ + +License: GPL-3.0+ + 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, either version 3 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 3 can be found in "/usr/share/common-licenses/GPL-3". diff --git a/debian/f2b-filters.install b/debian/f2b-filters.install new file mode 100644 index 0000000..41a47d5 --- /dev/null +++ b/debian/f2b-filters.install @@ -0,0 +1,2 @@ +filters/*.preg /usr/share/f2b/filters +filters/*.pcre /usr/share/f2b/filters diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..f00dbc2 --- /dev/null +++ b/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +# See debhelper(7) (uncomment to enable) +# output every command that modifies files on the build system. +#export DH_VERBOSE = 1 + +%: + 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)