Alex 'AdUser' Z
2 years ago
6 changed files with 58 additions and 0 deletions
@ -0,0 +1,5 @@
|
||||
f2b-filters (20231023-1) unstable; urgency=medium |
||||
|
||||
* Initial release |
||||
|
||||
-- Alex 'AdUser' Z <ad_user@runbox.com> Mon, 23 Jan 2023 15:36:47 +1000 |
@ -0,0 +1,14 @@
|
||||
Source: f2b-filters |
||||
Section: misc |
||||
Priority: optional |
||||
Maintainer: Alex 'AdUser' Z <ad_user@runbox.com> |
||||
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 |
@ -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 <ad_user@runbox.com |
||||
Source: <https://git.linuxdv.org/ad_user/f2b-filters.git> |
||||
|
||||
Files: * |
||||
Copyright: 2016-2023 Alex 'AdUser' Z <ad_user@runbox.com> |
||||
License: GPL-3.0+ |
||||
|
||||
Files: debian/* |
||||
Copyright: 2023 Alex 'AdUser' Z <ad_user@runbox.com> |
||||
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 <https://www.gnu.org/licenses/>. |
||||
. |
||||
On Debian systems, the complete text of the GNU General |
||||
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". |
@ -0,0 +1,2 @@
|
||||
filters/*.preg /usr/share/f2b/filters |
||||
filters/*.pcre /usr/share/f2b/filters |
@ -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 $@ |
Loading…
Reference in new issue