Control: tags 935438 + patch
Control: tags 935438 + pending

Dear maintainer,

I've prepared an NMU for chaussette (versioned as 
1.3.0+git20170419+82ac44a-0.2) and
uploaded it to DELAYED/3. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru chaussette-1.3.0+git20170419+82ac44a/debian/changelog chaussette-1.3.0+git20170419+82ac44a/debian/changelog
--- chaussette-1.3.0+git20170419+82ac44a/debian/changelog	2019-09-12 11:24:59.000000000 -0400
+++ chaussette-1.3.0+git20170419+82ac44a/debian/changelog	2019-09-23 00:39:37.000000000 -0400
@@ -1,3 +1,11 @@
+chaussette (1.3.0+git20170419+82ac44a-0.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch from python2 to python3 (remove some deps, they are skipped when
+    running py3k); Closes: #935438
+
+ -- Sandro Tosi <mo...@debian.org>  Mon, 23 Sep 2019 00:39:37 -0400
+
 chaussette (1.3.0+git20170419+82ac44a-0.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru chaussette-1.3.0+git20170419+82ac44a/debian/control chaussette-1.3.0+git20170419+82ac44a/debian/control
--- chaussette-1.3.0+git20170419+82ac44a/debian/control	2019-09-12 11:24:59.000000000 -0400
+++ chaussette-1.3.0+git20170419+82ac44a/debian/control	2019-09-23 00:27:25.000000000 -0400
@@ -6,23 +6,21 @@
 Vcs-Git: git://github.com/circus-tent/chaussette.git -b debian
 Vcs-Browser: https://github.com/circus-tent/chaussette
 Build-Depends: 
-  python-setuptools (>= 0.6b3), 
-  python-all (>= 2.6.6-3), 
-  python-six (>= 1.3),
-  python-paste,
-  python-pastedeploy,
-  python-nose,
-  python-socketio,
-  python-ws4py,
-  python-waitress,
-  python-tornado,
-  python-requests,
-  python-minimock,
-  python-greenlet,
-  python-eventlet,
-  python-gevent-websocket,
-  python-unittest2,
-  python-sphinx,
+  python3-setuptools (>= 0.6b3), 
+  python3-all (>= 2.6.6-3), 
+  python3-six (>= 1.3),
+  python3-paste,
+  python3-pastedeploy,
+  python3-nose,
+  python3-ws4py,
+  python3-waitress,
+  python3-tornado,
+  python3-requests,
+  python3-minimock,
+  python3-greenlet,
+  python3-eventlet,
+  python3-unittest2,
+  python3-sphinx,
   dh-python,
   debhelper (>= 9),
 Standards-Version: 3.9.6
@@ -31,23 +29,21 @@
 Package: chaussette
 Architecture: all
 Depends: 
-  python-six (>= 1.3),
-  python-paste,
-  python-pastedeploy,
+  python3-six (>= 1.3),
+  python3-paste,
+  python3-pastedeploy,
   ${misc:Depends}, 
-  ${python:Depends},
+  ${python3:Depends},
 Suggests:
-  python-nose,
-  python-socketio,
-  python-ws4py,
-  python-waitress,
-  python-tornado,
-  python-requests,
-  python-minimock,
-  python-greenlet,
-  python-eventlet,
-  python-gevent-websocket,
-  python-werkzeug,
+  python3-nose,
+  python3-ws4py,
+  python3-waitress,
+  python3-tornado,
+  python3-requests,
+  python3-minimock,
+  python3-greenlet,
+  python3-eventlet,
+  python3-werkzeug,
 Description: WSGI Server for Circus
  Chaussette is a WSGI server you can use to run your Python WSGI applications.
  .
diff -Nru chaussette-1.3.0+git20170419+82ac44a/debian/.gitignore chaussette-1.3.0+git20170419+82ac44a/debian/.gitignore
--- chaussette-1.3.0+git20170419+82ac44a/debian/.gitignore	2019-09-12 11:24:59.000000000 -0400
+++ chaussette-1.3.0+git20170419+82ac44a/debian/.gitignore	1969-12-31 19:00:00.000000000 -0500
@@ -1 +0,0 @@
-.pc
diff -Nru chaussette-1.3.0+git20170419+82ac44a/debian/rules chaussette-1.3.0+git20170419+82ac44a/debian/rules
--- chaussette-1.3.0+git20170419+82ac44a/debian/rules	2019-09-12 11:24:59.000000000 -0400
+++ chaussette-1.3.0+git20170419+82ac44a/debian/rules	2019-09-22 23:44:37.000000000 -0400
@@ -4,7 +4,7 @@
 export PYBUILD_AFTER_INSTALL=rm -rf '{destdir}/{install_dir}/examples'
 
 %:
-	dh $@ --with python2 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild
 
 # pybuild sets the http_proxy environment variable to prevent 'python setup.py'
 # from downloading stuff from pypi, but this breaks the tests that perform 

Reply via email to