Package: pg-activity Version: 1.4.0-1 Severity: normal Tags: patch pending
Dear maintainer, I've prepared an NMU for pg-activity (versioned as 1.4.0-1.1) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. This switch to use python3 Regards.
diff -Nru pg-activity-1.4.0/debian/changelog pg-activity-1.4.0/debian/changelog --- pg-activity-1.4.0/debian/changelog 2017-12-06 17:18:10.000000000 -0500 +++ pg-activity-1.4.0/debian/changelog 2019-08-22 20:33:47.000000000 -0400 @@ -1,3 +1,12 @@ +pg-activity (1.4.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop Python 2 support + use pybuild + * debian/control + - remove obsolete X-P-V field + + -- Sandro Tosi <[email protected]> Thu, 22 Aug 2019 20:33:47 -0400 + pg-activity (1.4.0-1) unstable; urgency=medium * New upstream release (Closes: #879938) diff -Nru pg-activity-1.4.0/debian/control pg-activity-1.4.0/debian/control --- pg-activity-1.4.0/debian/control 2017-12-06 17:18:10.000000000 -0500 +++ pg-activity-1.4.0/debian/control 2019-08-22 20:23:08.000000000 -0400 @@ -4,22 +4,21 @@ Maintainer: Emmanuel Bouthenot <[email protected]> Build-Depends: debhelper (>= 9), - python-all (>= 2.6.6-3~), - python-setuptools, + python3, + python3-setuptools, dh-python Standards-Version: 4.1.2 Homepage: https://github.com/julmon/pg_activity Vcs-Git: https://anonscm.debian.org/git/users/kolter/pg-activity.git Vcs-Browser: https://anonscm.debian.org/git/users/kolter/pg-activity.git -X-Python-Version: >= 2.6 Package: pg-activity Architecture: all Depends: ${misc:Depends}, - ${python:Depends}, - python-psycopg2, - python-psutil + ${python3:Depends}, + python3-psycopg2, + python3-psutil Description: Realtime PostgreSQL database server monitoring tool PgActivity is a curses-based realtime utility to display information from a running PostgreSQL database server. diff -Nru pg-activity-1.4.0/debian/rules pg-activity-1.4.0/debian/rules --- pg-activity-1.4.0/debian/rules 2015-03-27 12:01:33.000000000 -0400 +++ pg-activity-1.4.0/debian/rules 2019-08-22 20:13:52.000000000 -0400 @@ -1,4 +1,4 @@ #!/usr/bin/make -f # -*- makefile -*- %: - dh $@ --with=python2 + dh $@ --with=python3 --buildsystem=pybuild

