Control: tags 937853 + patch
Control: tags 937853 + pending

Dear maintainer,

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

Regards.

diff -Nru python-jsbeautifier-1.6.4/debian/changelog python-jsbeautifier-1.6.4/debian/changelog
--- python-jsbeautifier-1.6.4/debian/changelog	2018-04-05 07:07:38.000000000 -0400
+++ python-jsbeautifier-1.6.4/debian/changelog	2019-10-10 14:51:11.000000000 -0400
@@ -1,3 +1,10 @@
+python-jsbeautifier (1.6.4-7.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #937853
+
+ -- Sandro Tosi <mo...@debian.org>  Thu, 10 Oct 2019 14:51:11 -0400
+
 python-jsbeautifier (1.6.4-7) unstable; urgency=medium
 
   * Switch to DEP 14
diff -Nru python-jsbeautifier-1.6.4/debian/control python-jsbeautifier-1.6.4/debian/control
--- python-jsbeautifier-1.6.4/debian/control	2018-04-05 07:07:38.000000000 -0400
+++ python-jsbeautifier-1.6.4/debian/control	2019-10-10 14:50:52.000000000 -0400
@@ -2,21 +2,12 @@
 Section: python
 Priority: optional
 Maintainer: Sebastien Delafond <s...@debian.org>
-Build-Depends: debhelper (>= 9), dh-python, python-all, python3-all, python-setuptools, python3-setuptools, python-pytest, python3-pytest
+Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-setuptools, python3-pytest
 Standards-Version: 4.1.3
 Homepage: https://github.com/beautify-web/js-beautify
 Vcs-Git: https://salsa.debian.org/debian/python-jsbeautifier.git
 Vcs-Browser: https://salsa.debian.org/debian/python-jsbeautifier
 
-Package: python-jsbeautifier
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
-Description: JavaScript unobfuscator and beautifier (python2)
- Beautify, unpack or deobfuscate JavaScript, leveraging popular online
- obfuscators.
- .
- This is the Python 2 version of the package.
-
 Package: python3-jsbeautifier
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
diff -Nru python-jsbeautifier-1.6.4/debian/rules python-jsbeautifier-1.6.4/debian/rules
--- python-jsbeautifier-1.6.4/debian/rules	2018-04-05 07:07:38.000000000 -0400
+++ python-jsbeautifier-1.6.4/debian/rules	2019-10-10 14:51:07.000000000 -0400
@@ -2,9 +2,8 @@
 
 d = $(CURDIR)/debian/jsbeautifier/usr/bin
 export PYBUILD_NAME=jsbeautifier
-export PYBUILD_AFTER_INSTALL_python2 = rm -rv {destdir}/usr/bin
 export PYBUILD_AFTER_INSTALL_python3 = mkdir -pv $d && mv -v {destdir}/usr/bin/js-beautify $d
 export PYBUILD_DISABLE=test
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild

Reply via email to