Version in base suite: 2.7.0-0.1

Base version: netperf_2.7.0-0.1

Target version: netperf_2.7.0+git20210121.3bc455b+ds-1~bpo12+1

Base files: netperf-dbgsym_2.7.0-0.1_amd64.deb netperf_2.7.0-0.1_amd64.deb

Target files: netperf-dbgsym_2.7.0+git20210121.3bc455b+ds-1~bpo12+1_amd64.deb netperf_2.7.0+git20210121.3bc455b+ds-1~bpo12+1_amd64.deb

Files only in first set of .debs, found in package netperf

-rw-r--r-- root/root /etc/default/netperf
-rw-r--r-- root/root /usr/share/doc/netperf/examples/packet_byte_script.gz
-rw-r--r-- root/root /usr/share/doc/netperf/examples/snapshot_script.gz
-rwxr-xr-x root/root /etc/init.d/netperf

New files in second set of .debs, found in package netperf

-rw-r--r-- root/root /lib/systemd/system/netperf.service
-rw-r--r-- root/root /usr/share/doc/netperf/NEWS.Debian.gz
-rw-r--r-- root/root /usr/share/doc/netperf/changelog.gz
-rwxr-xr-x root/root /usr/share/doc/netperf/examples/packet_byte_script
-rwxr-xr-x root/root /usr/share/doc/netperf/examples/snapshot_script

New files in second set of .debs, found in package netperf-dbgsym

-rw-r--r-- root/root /usr/lib/debug/.dwz/x86_64-linux-gnu/netperf.debug

Conffiles files of package netperf: lines which differ

remove-on-upgrade /etc/default/netperf
remove-on-upgrade /etc/init.d/netperf

Control files of package netperf: lines which differ

Depends: libc6 (>= 2.15) 2.34)
Maintainer: Erik Wenzel <erik@debian.org> netperf Debian Maintainers <netperf@packages.debian.org>
Section: non-free/net
Tag: admin::benchmarking, hardware::TODO, implemented-in::c, interface::commandline, network::client, network::server, protocol::ethernet, protocol::ip, protocol::ipv6, protocol::tcp, protocol::udp, role::program, scope::utility, use::TODO, use::analysing, use::checking, use::monitor, works-with::network-traffic net

Postinst files of package netperf: lines which differ

if deb-systemd-helper debian-installed 'netperf.service'; then
# The following line should be removed in trixie or trixie+1
deb-systemd-helper unmask 'netperf.service' >/dev/null || true
{++}
if deb-systemd-helper --quiet was-enabled 'netperf.service'; then
# Create new symlinks, if any.
deb-systemd-helper enable 'netperf.service' >/dev/null || true
fi
fi
{++}
# Update the statefile to add new symlinks (if any), which need to be cleaned
# up on purge. Also remove old symlinks.
deb-systemd-helper update-state 'netperf.service' >/dev/null || true
fi
# End automatically added section
# Automatically added by dh_installsystemd/13.11.4
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ -x "/etc/init.d/netperf" "$1" = "abort-remove" ] ; then
if [ -d /run/systemd/system ]; then
update-rc.d netperf defaults
systemctl --system daemon-reload >/dev/null || true
invoke-rc.d netperf
deb-systemd-invoke $_dh_action 'netperf.service' >/dev/null || exit 1 true

Postrm files of package netperf: lines which differ

if [ "$1" = "purge" remove ] && [ -d /run/systemd/system ] ; then
update-rc.d netperf remove
systemctl --system daemon-reload >/dev/null || true
fi
# End automatically added section
# Automatically added by dh_installsystemd/13.11.4
if [ "$1" = "purge" ]; then
if [ -x "/usr/bin/deb-systemd-helper" ]; then
deb-systemd-helper purge 'netperf.service' >/dev/null || true
fi

Prerm files of package netperf: lines which differ

if [ -x "/etc/init.d/netperf" -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ]; ] && [ -d /run/systemd/system ] ; then
invoke-rc.d netperf
deb-systemd-invoke stop 'netperf.service' >/dev/null || exit 1 true

Control files of package netperf-dbgsym: lines which differ

Maintainer: Erik Wenzel <erik@debian.org> netperf Debian Maintainers <netperf@packages.debian.org>
Section: non-free/debug debug
Tag: admin::benchmarking, hardware::TODO, implemented-in::c, interface::commandline, network::client, network::server, protocol::ethernet, protocol::ip, protocol::ipv6, protocol::tcp, protocol::udp, role::program, scope::utility, use::TODO, use::analysing, use::checking, use::monitor, works-with::network-traffic