Bug#935477: python-xapp: diff for NMU version 1.2.0-2.1

2019-08-25 Thread Sandro Tosi
> Ok, I merged your changes, go ahead a skip the delayed queue, thanks!

can you also please upload the package? if you do, the NMU will be
automatically REJECTED at upload time, else it will be ACCEPTED in the
archive.

Regards,
-- 
Sandro "morph" Tosi
My website: http://sandrotosi.me/
Me at Debian: http://wiki.debian.org/SandroTosi
G+: https://plus.google.com/u/0/+SandroTosi



Bug#935477: python-xapp: diff for NMU version 1.2.0-2.1

2019-08-24 Thread Maximiliano Curia

¡Hola Sandro!

El 2019-08-22 a las 21:21 -0400, Sandro Tosi escribió:

Package: python-xapp
Version: 1.2.0-2
Severity: normal
Tags: patch  pending



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)


Ok, I merged your changes, go ahead a skip the delayed queue, thanks!

Happy hacking,
--
"Politicians and diapers have one thing in common. They should both be changed 
regularly, and for the same reason."

-- José Maria de Eça de Queiroz
Saludos /\/\ /\ >< `/



signature.asc
Description: PGP signature


Bug#935477: python-xapp: diff for NMU version 1.2.0-2.1

2019-08-22 Thread Sandro Tosi
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.0 -0400
+++ python-xapp-1.2.0/debian/changelog	2019-08-22 21:15:23.0 -0400
@@ -1,3 +1,10 @@
+python-xapp (1.2.0-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop Python 2 support
+
+ -- Sandro Tosi   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.0 -0400
+++ python-xapp-1.2.0/debian/control	2019-08-22 20:59:29.0 -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.0 -0400
+++ python-xapp-1.2.0/debian/not-installed	2019-08-22 21:09:29.0 -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.0 -0400
+++ python-xapp-1.2.0/debian/python3-xapp.install	1969-12-31 19:00:00.0 -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.0 -0400
+++ python-xapp-1.2.0/debian/python-xapp.install	1969-12-31 19:00:00.0 -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.0 -0400
+++ python-xapp-1.2.0/debian/rules	2019-08-22 20:59:38.0 -0400
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild