From 99d1450b5d2ed23d10b67e1031dde1c83b77d5c2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 21 Nov 2024 18:43:38 +0100 Subject: Adding debian version 0.5-1. Signed-off-by: Daniel Baumann --- debian/changelog | 5 +++++ debian/control | 31 +++++++++++++++++++++++++++++++ debian/copyright | 28 ++++++++++++++++++++++++++++ debian/rules | 4 ++++ debian/source/format | 1 + 5 files changed, 69 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..62fc460 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +dag-scrubber (0.5-1) unstable; urgency=low + + * Initial upload to sid (Closes: #FIXME). + + -- Daniel Baumann Thu, 21 Nov 2024 18:36:13 +0100 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..79df6f4 --- /dev/null +++ b/debian/control @@ -0,0 +1,31 @@ +Source: dag-scrubber +Section: utils +Priority: optional +Maintainer: Daniel Baumann +Build-Depends: + debhelper-compat (= 13), + libcryptopant-dev, + libpcap-dev, + libssl-dev, +Rules-Requires-Root: no +Standards-Version: 4.7.0 +Homepage: https://ant.isi.edu/software/dag_scrubber/ + +Package: dag-scrubber +Section: utils +Architecture: any +Depends: + ${misc:Depends}, + ${shlibs:Depends}, +Description: IP address anonymization (pcap and ERF format) + DAG scrubber is a tool for anonymizing network packet traces by scrubbing + packets of user data and optionally doing IP address anonymization. + . + It supports both pcap and ERF format and the following kinds of scrubbing: + . + * remove payloads, leaving only network and transport headers + * anonymize all or part of IP addresses (v4 and v6) using cryptopan + (prefix-preserving) + * anonymize VLAN tags and MAC addresses + . + All are optional. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..3622adc --- /dev/null +++ b/debian/copyright @@ -0,0 +1,28 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: dag_scrubber +Upstream-Contact: Yuri Pradkin +Source: https://ant.isi.edu/software/dag_scrubber/ + +Files: * +Copyright: 2004-2024 University of Southern California +License: GPL-2 + +Files: debian/* +Copyright: 2024 Daniel Baumann +License: GPL-2 + +License: GPL-2 + 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 2 of the License. + . + This program 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 . + . + The complete text of the GNU General Public License + can be found in /usr/share/common-licenses/GPL-2 file. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..000210b --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + 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) -- cgit v1.2.3