Control: tags 937660 + patch

Dear maintainer,

I've prepared an NMU for python-configshell-fb (versioned as 1.1.fb25-1.1). The 
diff
is attached to this message.

Regards.

diff -Nru python-configshell-fb-1.1.fb25/debian/changelog python-configshell-fb-1.1.fb25/debian/changelog
--- python-configshell-fb-1.1.fb25/debian/changelog	2019-08-02 08:19:14.000000000 -0400
+++ python-configshell-fb-1.1.fb25/debian/changelog	2019-12-22 22:07:08.000000000 -0500
@@ -1,3 +1,10 @@
+python-configshell-fb (1.1.fb25-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #937660
+
+ -- Sandro Tosi <mo...@debian.org>  Sun, 22 Dec 2019 22:07:08 -0500
+
 python-configshell-fb (1.1.fb25-1) unstable; urgency=medium
 
   * New upstream version 1.1.fb25
diff -Nru python-configshell-fb-1.1.fb25/debian/control python-configshell-fb-1.1.fb25/debian/control
--- python-configshell-fb-1.1.fb25/debian/control	2019-08-02 08:19:14.000000000 -0400
+++ python-configshell-fb-1.1.fb25/debian/control	2019-12-22 22:06:36.000000000 -0500
@@ -7,10 +7,6 @@
            Christian Seiler <christ...@iwakd.de>
 Build-Depends: debhelper (>= 11~),
                dh-python,
-               python-all,
-               python-pyparsing,
-               python-setuptools,
-               python-six,
                python3-all,
                python3-pyparsing,
                python3-setuptools,
@@ -20,29 +16,6 @@
 Vcs-Git: https://salsa.debian.org/linux-blocks-team/python-configshell-fb.git
 Vcs-Browser: https://salsa.debian.org/linux-blocks-team/python-configshell-fb
 
-Package: python-configshell-fb
-Architecture: all
-Depends: ${misc:Depends},
-         ${python:Depends},
-         python-pyparsing,
-         python-six,
-         python-urwid,
-Conflicts: python-configshell
-Breaks: python-configshell-fb-doc (<= 1.1.24-1~)
-Replaces: python-configshell-fb-doc (<= 1.1.24-1~)
-Description: Python library for building configuration shells - Python 2
- The configshell-fb package is a Python library that provides a
- framework for building simple but nice CLI-based applications.
- .
- The configshell-fb package is a fork of the "configshell" code
- written by RisingTide Systems. The "-fb" differentiates between the
- original and this version. Please ensure to use either all "fb"
- versions of the targetcli components -- targetcli, rtslib, and
- configshell, or stick with all non-fb versions, since they are no
- longer strictly compatible.
- .
- This package contains the Python 2 module.
-
 Package: python3-configshell-fb
 Architecture: all
 Depends: ${misc:Depends},
diff -Nru python-configshell-fb-1.1.fb25/debian/python3-configshell-fb.install python-configshell-fb-1.1.fb25/debian/python3-configshell-fb.install
--- python-configshell-fb-1.1.fb25/debian/python3-configshell-fb.install	2019-08-01 04:36:56.000000000 -0400
+++ python-configshell-fb-1.1.fb25/debian/python3-configshell-fb.install	1969-12-31 19:00:00.000000000 -0500
@@ -1 +0,0 @@
-usr/lib/python3*
diff -Nru python-configshell-fb-1.1.fb25/debian/python-configshell-fb.install python-configshell-fb-1.1.fb25/debian/python-configshell-fb.install
--- python-configshell-fb-1.1.fb25/debian/python-configshell-fb.install	2019-08-01 04:36:56.000000000 -0400
+++ python-configshell-fb-1.1.fb25/debian/python-configshell-fb.install	1969-12-31 19:00:00.000000000 -0500
@@ -1 +0,0 @@
-usr/lib/python2*
diff -Nru python-configshell-fb-1.1.fb25/debian/rules python-configshell-fb-1.1.fb25/debian/rules
--- python-configshell-fb-1.1.fb25/debian/rules	2019-08-02 08:01:49.000000000 -0400
+++ python-configshell-fb-1.1.fb25/debian/rules	2019-12-22 22:07:04.000000000 -0500
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python3,python2 -Spybuild
+	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_auto_clean:
 	dh_auto_clean

Reply via email to