Browse Source

+ debian/

master
Alex 'AdUser' Z 1 year ago
parent
commit
c75a1c786c
  1. 5
      debian/changelog
  2. 14
      debian/control
  3. 29
      debian/copyright
  4. 2
      debian/f2b-filters.install
  5. 7
      debian/rules
  6. 1
      debian/source/format

5
debian/changelog vendored

@ -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

14
debian/control vendored

@ -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

29
debian/copyright vendored

@ -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".

2
debian/f2b-filters.install vendored

@ -0,0 +1,2 @@
filters/*.preg /usr/share/f2b/filters
filters/*.pcre /usr/share/f2b/filters

7
debian/rules vendored

@ -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 $@

1
debian/source/format vendored

@ -0,0 +1 @@
3.0 (quilt)
Loading…
Cancel
Save