Your message dated Mon, 11 Nov 2019 19:19:19 +0000
with message-id <[email protected]>
and subject line Bug#942112: fixed in konversation 1.7.5-3
has caused the Debian Bug report #942112,
regarding Use Python3 instead of Python2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
942112: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=942112
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:konversation
Version: 1.7.5-1
Severity: normal
Tags: sid bullseye patch
User: [email protected]
Usertags: py2removal

Use Python3 instead of Python2. The scripts are compatible with Python2 and Python3.

  * Use python3 for the scripts (no changes necessary), use python3
    as the shebang and recommend python3 instead of python.
 
diff -Nru konversation-1.7.5/debian/control konversation-1.7.5/debian/control
--- konversation-1.7.5/debian/control	2018-07-02 14:51:36.000000000 +0200
+++ konversation-1.7.5/debian/control	2019-10-10 15:52:33.000000000 +0200
@@ -66,7 +66,7 @@
 Package: konversation-data
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Recommends: konversation (>= ${source:Version}), python
+Recommends: konversation (>= ${source:Version}), python3
 Description: data files for Konversation
  Konversation is a client for the Internet Relay Chat (IRC) protocol. This
  package contains data files for Konversation. It is probably of no use if
diff -Nru konversation-1.7.5/debian/patches/python3-shebang.diff konversation-1.7.5/debian/patches/python3-shebang.diff
--- konversation-1.7.5/debian/patches/python3-shebang.diff	1970-01-01 01:00:00.000000000 +0100
+++ konversation-1.7.5/debian/patches/python3-shebang.diff	2019-10-10 15:52:12.000000000 +0200
@@ -0,0 +1,40 @@
+--- a/data/scripts/bug
++++ b/data/scripts/bug
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python3
+ # -*- coding: utf-8 -*-
+ #
+ # This program is free software; you can redistribute it and/or
+--- a/data/scripts/cmd
++++ b/data/scripts/cmd
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python3
+ # -*- coding: utf-8 -*-
+ #
+ # This program is free software; you can redistribute it and/or
+--- a/data/scripts/media
++++ b/data/scripts/media
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python3
+ # -*- coding: utf-8 -*-
+ #
+ # This program is free software; you can redistribute it and/or
+--- a/data/scripts/sysinfo
++++ b/data/scripts/sysinfo
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python3
+ # -*- coding: utf-8 -*-
+ #
+ # This program is free software; you can redistribute it and/or
+--- a/data/scripting_support/python/konversation/dbus.py
++++ b/data/scripting_support/python/konversation/dbus.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python3
+ # -*- coding: utf-8 -*-
+ #
+ # This program is free software; you can redistribute it and/or
diff -Nru konversation-1.7.5/debian/patches/series konversation-1.7.5/debian/patches/series
--- konversation-1.7.5/debian/patches/series	2018-07-02 14:51:36.000000000 +0200
+++ konversation-1.7.5/debian/patches/series	2019-10-10 15:48:40.000000000 +0200
@@ -1 +1,2 @@
 kubuntu_default-channels.diff
+python3-shebang.diff

--- End Message ---
--- Begin Message ---
Source: konversation
Source-Version: 1.7.5-3

We believe that the bug you reported is fixed in the latest version of
konversation, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pino Toscano <[email protected]> (supplier of updated konversation package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 11 Nov 2019 19:49:13 +0100
Source: konversation
Architecture: source
Version: 1.7.5-3
Distribution: unstable
Urgency: medium
Maintainer: Debian KDE Extras Team <[email protected]>
Changed-By: Pino Toscano <[email protected]>
Closes: 942112
Changes:
 konversation (1.7.5-3) unstable; urgency=medium
 .
   * Team upload.
   * Switch the Python scripts to Python 3: (Closes: #942112)
     - add the dh-python, and python3 build dependencies
     - use the python3 dh addon
     - invoke dh_python3 on the proper data directory in konversation-data
     - use the ${python3:Depends} substvar in konversation-data, removing the
       manual python3 recommend
   * Remove TODO.Debian, as the missing man page is an upstream issue.
   * Bump the debhelper compatibility to 12:
     - switch the debhelper build dependency to debhelper-compat 12
     - remove debian/compat
Checksums-Sha1:
 68780ad5686628e8c7395029861f2c925491fcc5 2983 konversation_1.7.5-3.dsc
 ba002adf631b6626ba706f2e5e078bbc5f7c3e55 25368 
konversation_1.7.5-3.debian.tar.xz
 50b622fdc2018eb9db116cb7e3e28b02334d5063 20594 
konversation_1.7.5-3_source.buildinfo
Checksums-Sha256:
 8221cc4385dc7528d72ff50ff36768cfdf0dbf692d56e339a9939d6568b5fe41 2983 
konversation_1.7.5-3.dsc
 903ba08058757957743458d8766164b4fd4092d42dddb4a5c6b6af5dbf2ea490 25368 
konversation_1.7.5-3.debian.tar.xz
 377b69eee199e1a9863b0b555256e54c1b076e072db2e4f18333ddb0a274e095 20594 
konversation_1.7.5-3_source.buildinfo
Files:
 8b6dc560cb9323bb3826ec27a29f75c7 2983 net optional konversation_1.7.5-3.dsc
 8bda13cd31ff18f5bb01e9261f15d9ea 25368 net optional 
konversation_1.7.5-3.debian.tar.xz
 de2b818021587ee792bbfe745be43b1c 20594 net optional 
konversation_1.7.5-3_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEXyqfuC+mweEHcAcHLRkciEOxP00FAl3JrYYACgkQLRkciEOx
P03fpA//fydx3ARoxO9YL+VS3MyynNIlLniJPT+jy0BFzpe0fBnx45YykPS+Bi9h
DE5Pmwk33fElvGLwUkeoHMrkfLgQZ2e0ddKBQXuhN8Y1icDU6IbSbNAFjmYRmfRO
DmlSuHRS2OwGfSrF/vm92Dc1CTswPluqsRoi3iTlGODqXsC27z7YwnNJnrOdbbDl
719sxQbXUW7ltI2RdF/4PLc+m9a10g1uW39bGZcrVhjkZI2ky6hq5tgH+8mPsRTi
PsGRRfTc1VXsyjx57WaHlIeEeYan0bNiW2g74O7XubMowKgzYQWWTD+gWcaBHJVh
aePhfI05rSC4ZBIfmUNxRRRcmV+mkGtdOi3GbFAZvOqjApRf5A95DpaQxg/IDj+z
3rNIKTA0Y4o8XVv3Y3lwEHVAgjnC7yjTiVnQ/JYgvBWo18mspvX2WV5jeb5S2tLD
Cz+oqPI7ohaK8/+JvmvXMxikQyXfr5Y6uipdm217rWY5uiSgxAsyP8h19UZRdFl0
iyCdrfLrHq62AHgGwc5npbgYtVYzGO9C8T0llY+FWMuNk7qrSMahatmGBtMgcUSF
Pi6jWJ4uWMUDXNNb/7VurgJQUvnj0XuXjFv6udf4afSxjcPRm824CeCrvsLHd4Zt
Egj8ihJiWGuVJrxuTrSPrpI+Zrr6CrXqdyi/+jPQZ1Yzmmjoa5M=
=fFvM
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
pkg-kde-extras mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-kde-extras

Reply via email to