Control: tags 938272 + patch

Dear maintainer,

I've prepared an NMU for python-xattr (versioned as 0.9.6-1.1). The diff
is attached to this message.

Regards.

diff -Nru python-xattr-0.9.6/debian/changelog python-xattr-0.9.6/debian/changelog
--- python-xattr-0.9.6/debian/changelog	2018-09-06 07:06:53.000000000 -0400
+++ python-xattr-0.9.6/debian/changelog	2019-12-20 18:41:06.000000000 -0500
@@ -1,3 +1,10 @@
+python-xattr (0.9.6-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #938272
+
+ -- Sandro Tosi <mo...@debian.org>  Fri, 20 Dec 2019 18:41:06 -0500
+
 python-xattr (0.9.6-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru python-xattr-0.9.6/debian/control python-xattr-0.9.6/debian/control
--- python-xattr-0.9.6/debian/control	2018-09-06 07:06:53.000000000 -0400
+++ python-xattr-0.9.6/debian/control	2019-12-20 18:39:17.000000000 -0500
@@ -5,14 +5,10 @@
 Build-Depends:
  debhelper (>= 11),
  dh-python,
- python-all-dev,
- python-cffi,
- python-setuptools,
  python3-all-dev,
  python3-cffi,
  python3-setuptools,
 Standards-Version: 4.2.0
-X-Python-Version: >= 2.7
 Homepage: https://github.com/xattr/xattr
 Vcs-Git: https://salsa.debian.org/debian/python-xattr.git
 Vcs-Browser: https://salsa.debian.org/debian/python-xattr
@@ -35,23 +31,6 @@
  .
  This package contains the xattr cli tool.
 
-Package: python-xattr
-Architecture: any
-Depends:
- ${misc:Depends},
- ${python:Depends},
- ${shlibs:Depends},
-Conflicts: python-pyxattr
-Provides: ${python:Provides}
- , python-pyxattr
-Description: module for manipulating filesystem extended attributes - Python 2
- This module allows manipulation of the filesystem extended attributes present
- in some operating systems (GNU/Linux included). It is compatible to
- python-pyxattr but also provides a dictionary like interfaces for manipulating
- these attributes.
- .
- This package contains the Python 2.7 module.
-
 Package: python3-xattr
 Architecture: any
 Depends:
diff -Nru python-xattr-0.9.6/debian/python-xattr.docs python-xattr-0.9.6/debian/python-xattr.docs
--- python-xattr-0.9.6/debian/python-xattr.docs	2018-09-06 07:06:53.000000000 -0400
+++ python-xattr-0.9.6/debian/python-xattr.docs	1969-12-31 19:00:00.000000000 -0500
@@ -1 +0,0 @@
-debian/README.txt
diff -Nru python-xattr-0.9.6/debian/rules python-xattr-0.9.6/debian/rules
--- python-xattr-0.9.6/debian/rules	2018-09-06 07:06:53.000000000 -0400
+++ python-xattr-0.9.6/debian/rules	2019-12-20 18:39:39.000000000 -0500
@@ -6,11 +6,10 @@
 export PYBUILD_DISABLE=test
 
 %:
-	dh  $@ --with python2,python3 --buildsystem=pybuild
+	dh  $@ --with python3 --buildsystem=pybuild
 
 override_dh_auto_install:
 	dh_auto_install
-	rm -rf debian/python-xattr/usr/bin
 	mkdir -p debian/xattr/usr
 	mv debian/python3-xattr/usr/bin debian/xattr/usr
 

Reply via email to