Control: tags 938155 + patch
Control: tags 938155 + pending

Dear maintainer,

I've prepared an NMU for python-scales (versioned as 1.0.9-2.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru python-scales-1.0.9/debian/changelog python-scales-1.0.9/debian/changelog
--- python-scales-1.0.9/debian/changelog	2019-04-05 15:50:34.000000000 -0400
+++ python-scales-1.0.9/debian/changelog	2019-10-14 20:29:07.000000000 -0400
@@ -1,3 +1,10 @@
+python-scales (1.0.9-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #938155
+
+ -- Sandro Tosi <mo...@debian.org>  Mon, 14 Oct 2019 20:29:07 -0400
+
 python-scales (1.0.9-2) unstable; urgency=medium
 
   [ Ondřej Nový ]
diff -Nru python-scales-1.0.9/debian/control python-scales-1.0.9/debian/control
--- python-scales-1.0.9/debian/control	2019-04-05 15:50:31.000000000 -0400
+++ python-scales-1.0.9/debian/control	2019-10-14 20:29:07.000000000 -0400
@@ -5,10 +5,6 @@
 Build-Depends: debhelper (>= 9~)
 Build-Depends-Indep:
  dh-python,
- python-all (>= 2.7),
- python-nose,
- python-setuptools (>= 0.6b3),
- python-six,
  tox,
  python3-all,
  python3-nose,
@@ -19,17 +15,6 @@
 Vcs-Git: https://salsa.debian.org/debian/python-scales.git
 Vcs-Browser: https://salsa.debian.org/debian/python-scales
 
-Package: python-scales
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
-Provides: ${python:Provides}
-Suggests: python-bottle | python-flask
-Description: Application metrics for Python
- A library to generate metrics for Python. It provides counters, timers,
- 1/5/15 minute averaged rates, hierarchical metrics.
- It can send metrics to a log file, to Graphite for graphing or serve them
- through an HTTP server.
-
 Package: python3-scales
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
diff -Nru python-scales-1.0.9/debian/python-scales.docs python-scales-1.0.9/debian/python-scales.docs
--- python-scales-1.0.9/debian/python-scales.docs	2019-04-05 15:42:08.000000000 -0400
+++ python-scales-1.0.9/debian/python-scales.docs	1969-12-31 19:00:00.000000000 -0500
@@ -1 +0,0 @@
-README.md
diff -Nru python-scales-1.0.9/debian/rules python-scales-1.0.9/debian/rules
--- python-scales-1.0.9/debian/rules	2019-04-05 15:42:08.000000000 -0400
+++ python-scales-1.0.9/debian/rules	2019-10-14 20:28:59.000000000 -0400
@@ -4,7 +4,7 @@
 export PYBUILD_TEST_NOSE=1
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_auto_clean:
 	rm -rf src/scales.egg-info

Reply via email to