Control: tags 937740 + patch
Control: tags 937740 + pending

Dear maintainer,

I've prepared an NMU for python-evtx (versioned as 0.6.1-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru python-evtx-0.6.1/debian/control python-evtx-0.6.1/debian/control
--- python-evtx-0.6.1/debian/control    2017-07-17 10:04:40.000000000 +0200
+++ python-evtx-0.6.1/debian/control    2019-10-27 20:04:13.000000000 +0100
@@ -3,27 +3,19 @@
 Priority: optional
 Maintainer: Hilko Bengen <ben...@debian.org>
 Build-Depends: debhelper (>= 10), dh-python,
- python, python3,
- python-setuptools, python3-setuptools,
- python-six, python3-six,
+ python3,
+ python3-setuptools,
+ python3-six,
 Standards-Version: 4.0.0
 Homepage: http://www.williballenthin.com/evtx/index.html
 Vcs-Git: git://anonscm.debian.org/collab-maint/python-evtx.git
 Vcs-Browser: 
http://anonscm.debian.org/?p=collab-maint/python-evtx.git;a=summary
 
-Package: python-evtx
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
-Description: parser for recent Windows Event Log files -- Python 2 version
- This module provides programmatic access to the File and Chunk
- headers, record templates, and event entries from Microsoft Windows
- Vista and later.
- .
- This package contains modules for Python 2.
-
 Package: python3-evtx
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
+Replaces: python-evtx (<< 0.6.1-1.1)
+Breaks: python-evtx (<< 0.6.1-1.1)
 Description: parser for recent Windows Event Log files -- Python 3 version
  This module provides programmatic access to the File and Chunk
  headers, record templates, and event entries from Microsoft Windows
diff -Nru python-evtx-0.6.1/debian/changelog python-evtx-0.6.1/debian/changelog
--- python-evtx-0.6.1/debian/changelog  2017-07-17 10:09:27.000000000 +0200
+++ python-evtx-0.6.1/debian/changelog  2019-10-27 20:04:13.000000000 +0100
@@ -1,3 +1,11 @@
+python-evtx (0.6.1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop Python 2 support (Closes: #937740).
+  * Move cli tools from python-evtx to python3-evtx binary package.
+
+ -- Ondřej Nový <on...@debian.org>  Sun, 27 Oct 2019 20:04:13 +0100
+
 python-evtx (0.6.1-1) unstable; urgency=medium
 
   * New upstream version 0.6.1
diff -Nru python-evtx-0.6.1/debian/python-evtx.docs 
python-evtx-0.6.1/debian/python-evtx.docs
--- python-evtx-0.6.1/debian/python-evtx.docs   2016-12-19 10:03:21.000000000 
+0100
+++ python-evtx-0.6.1/debian/python-evtx.docs   1970-01-01 01:00:00.000000000 
+0100
@@ -1 +0,0 @@
-README.md
diff -Nru python-evtx-0.6.1/debian/rules python-evtx-0.6.1/debian/rules
--- python-evtx-0.6.1/debian/rules      2017-07-17 10:02:46.000000000 +0200
+++ python-evtx-0.6.1/debian/rules      2019-10-27 20:03:31.000000000 +0100
@@ -3,8 +3,4 @@
 export PYBUILD_NAME := evtx
 
 %:
-       dh $@ --with=python2,python3 --buildsystem=pybuild
-
-override_dh_auto_install:
-       dh_auto_install
-       rm -rf debian/python3-evtx/usr/bin
+       dh $@ --with=python3 --buildsystem=pybuild

Reply via email to