Compare commits

...

2 commits

Author SHA1 Message Date
David Prevot 19f148d509 Update changelog for 0.12.2-1~deb11u1 release 2024-04-25 09:17:21 +02:00
David Prevot 466486195d Initial packaging 2024-04-25 09:15:26 +02:00
9 changed files with 72 additions and 0 deletions

11
debian/changelog vendored Normal file
View file

@ -0,0 +1,11 @@
netflow (0.12.2-1~deb11u1) bullseye; urgency=medium
* Backport to bullseye
-- David Prévot <dprevot@evolix.fr> Tue, 16 Apr 2024 15:06:38 +0200
netflow (0.12.2-1~deb12u1) bookworm; urgency=low
* Initial release, autogenerated by py2dsp/3.20230219
-- David Prévot <dprevot@evolix.fr> Tue, 16 Apr 2024 12:28:56 +0000

19
debian/control vendored Normal file
View file

@ -0,0 +1,19 @@
Source: netflow
Section: python
Priority: optional
Maintainer: David Prévot <dprevot@evolix.fr>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
Standards-Version: 4.7.0
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/bitkeks/python-netflow-v9-softflowd
Rules-Requires-Root: no
Package: python3-netflow
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Description: v1, v5, v9 and IPFIX tool suite implemented in Python 3
This package contains libraries and tools for NetFlow versions 1, 5 and
9, and IPFIX.

25
debian/copyright vendored Normal file
View file

@ -0,0 +1,25 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: netflow
Upstream-Contact: Dominik Pataky <software+pynetflow@dpataky.eu>
Source: https://github.com/bitkeks/python-netflow-v9-softflowd
Files: *
Copyright: 2016-2020 Dominik Pataky <dev@bitkeks.eu>
License: Expat
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

1
debian/docs vendored Normal file
View file

@ -0,0 +1 @@
README.md

6
debian/gbp.conf vendored Normal file
View file

@ -0,0 +1,6 @@
[DEFAULT]
debian-branch = debian/latest
filter = [ '.gitattributes' ]
pristine-tar = True
upstream-branch = upstream/latest
upstream-vcs-tag = v%(version%~%-)s

5
debian/rules vendored Executable file
View file

@ -0,0 +1,5 @@
#! /usr/bin/make -f
export PYBUILD_NAME=netflow
%:
dh $@ --with python3 --buildsystem=pybuild

1
debian/source/format vendored Normal file
View file

@ -0,0 +1 @@
3.0 (quilt)

1
debian/source/options vendored Normal file
View file

@ -0,0 +1 @@
extend-diff-ignore="^[^/]+.(egg-info|dist-info)/"

3
debian/watch vendored Normal file
View file

@ -0,0 +1,3 @@
version=4
opts="pgpmode=none, filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \
https://github.com/bitkeks/python-netflow-v9-softflowd/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz