Bug#935477: python-xapp: diff for NMU version 1.2.0-2.1
Package: python-xapp
Version: 1.2.0-2
Severity: normal
Tags: patch pending
Dear maintainer,
I've prepared an NMU for python-xapp (versioned as 1.2.0-2.1) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.
This drop the python 2 package (rdep of python-psutil)
Regards.
diff -Nru python-xapp-1.2.0/debian/changelog python-xapp-1.2.0/debian/changelog
--- python-xapp-1.2.0/debian/changelog 2018-08-07 08:51:37.000000000 -0400
+++ python-xapp-1.2.0/debian/changelog 2019-08-22 21:15:23.000000000 -0400
@@ -1,3 +1,10 @@
+python-xapp (1.2.0-2.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Drop Python 2 support
+
+ -- Sandro Tosi <morph@debian.org> Thu, 22 Aug 2019 21:15:23 -0400
+
python-xapp (1.2.0-2) unstable; urgency=medium
* New revision
diff -Nru python-xapp-1.2.0/debian/control python-xapp-1.2.0/debian/control
--- python-xapp-1.2.0/debian/control 2018-08-07 08:51:37.000000000 -0400
+++ python-xapp-1.2.0/debian/control 2019-08-22 20:59:29.000000000 -0400
@@ -9,8 +9,6 @@
Build-Depends:
debhelper (>= 11~),
dh-python,
- python-all (>= 2.6.6-3~),
- python-psutil,
python3-all,
python3-psutil,
Standards-Version: 4.1.4
@@ -18,12 +16,6 @@
Vcs-Browser: https://salsa.debian.org/cinnamon-team/python-xapp
Vcs-Git: https://salsa.debian.org/cinnamon-team/python-xapp.git
-Package: python-xapp
-Architecture: all
-Depends: python-psutil, ${misc:Depends}, ${python:Depends}
-Description: Python 2 XApp library
- This package contains the Python 2 version of the library.
-
Package: python3-xapp
Architecture: all
Depends: python3-psutil, ${misc:Depends}, ${python3:Depends}
diff -Nru python-xapp-1.2.0/debian/not-installed python-xapp-1.2.0/debian/not-installed
--- python-xapp-1.2.0/debian/not-installed 2018-08-07 08:51:37.000000000 -0400
+++ python-xapp-1.2.0/debian/not-installed 2019-08-22 21:09:29.000000000 -0400
@@ -1,3 +1 @@
*.pyc
-# Moved to python3
-usr/lib/python3.*/
diff -Nru python-xapp-1.2.0/debian/python3-xapp.install python-xapp-1.2.0/debian/python3-xapp.install
--- python-xapp-1.2.0/debian/python3-xapp.install 2018-08-07 08:51:37.000000000 -0400
+++ python-xapp-1.2.0/debian/python3-xapp.install 1969-12-31 19:00:00.000000000 -0500
@@ -1 +0,0 @@
-usr/lib/python3*
diff -Nru python-xapp-1.2.0/debian/python-xapp.install python-xapp-1.2.0/debian/python-xapp.install
--- python-xapp-1.2.0/debian/python-xapp.install 2018-08-07 08:51:37.000000000 -0400
+++ python-xapp-1.2.0/debian/python-xapp.install 1969-12-31 19:00:00.000000000 -0500
@@ -1 +0,0 @@
-usr/lib/python2*
diff -Nru python-xapp-1.2.0/debian/rules python-xapp-1.2.0/debian/rules
--- python-xapp-1.2.0/debian/rules 2018-08-07 08:51:37.000000000 -0400
+++ python-xapp-1.2.0/debian/rules 2019-08-22 20:59:38.000000000 -0400
@@ -1,4 +1,4 @@
#!/usr/bin/make -f
%:
- dh $@ --with python2,python3 --buildsystem=pybuild
+ dh $@ --with python3 --buildsystem=pybuild
Reply to: