Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions debian/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.debhelper
debhelper-build-stamp
files
python3-pcapng*
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
python-pcapng (2.1.1-1) unstable; urgency=medium

* Import release 2.1.1

-- Luc Verhaegen <libv@skynet.be> Tue, 16 Dec 2025 13:33:15 +0100
21 changes: 21 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Source: python-pcapng
Section: python
Priority: optional
Maintainer: Luc Verhaegen <libv@skynet.be>
Uploaders:
Luc Verhaegen <libv@skynet.be>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-setuptools-scm,
Standards-Version: 4.7.2
Homepage: https://github.com/rshk/python-pcapng

Package: python3-pcapng
Architecture: all
Depends:
${python3:Depends},
Description: module to parse pcapng files
Python library to parse the pcap-ng format used by newer versions of
dumpcap & similar tools (wireshark, winpcap, ...).
5 changes: 5 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/make -f
UPSTREAM_GIT := https://github.com/rshk/python-pcapng

%:
dh $@ --buildsystem=pybuild