Skip to content
Snippets Groups Projects
Commit aa336861 authored by Sandro Tosi's avatar Sandro Tosi
Browse files

Drop python2 support; Closes: #936730

parent a336d27f
No related branches found
No related tags found
No related merge requests found
impacket (0.9.20-5) UNRELEASED; urgency=medium
* Team upload.
* Drop python2 support; Closes: #936730
-- Sandro Tosi <morph@debian.org> Sun, 05 Jan 2020 14:10:14 -0500
impacket (0.9.20-4) unstable; urgency=medium
* Team upload.
......
......@@ -6,9 +6,7 @@ Priority: optional
Vcs-Git: https://salsa.debian.org/python-team/modules/impacket.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/impacket
Build-Depends: debhelper-compat (= 12),
python-all,
dh-python,
python-setuptools,
python3-all,
python3-ldap,
python3-openssl,
......@@ -19,22 +17,6 @@ Standards-Version: 4.4.1
Homepage: https://github.com/CoreSecurity/impacket
Testsuite: autopkgtest-pkg-python
Package: python-impacket
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Python module to easily build and dissect network protocols
Impacket is a collection of Python classes focused on providing
access to network packets. Impacket allows Python developers to
craft and decode network packets in simple and consistent manner. It
includes support for low-level protocols such as IP, UDP and TCP, as
well as higher-level protocols such as NMB and SMB.
.
Impacket is highly effective when used in conjunction with a packet
capture utility or package such as Pcapy. Packets can be constructed
from scratch, as well as parsed from raw data. Furthermore, the
object oriented API makes it simple to work with deep protocol
hierarchies.
Package: python3-impacket
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
......
README.md
......@@ -6,7 +6,7 @@ export PYBUILD_NAME=impacket
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_install:
dh_auto_install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment