Your message dated Sun, 27 May 2018 22:04:36 +0000
with message-id <[email protected]>
and subject line Bug#898424: fixed in gpodder 3.10.1-2
has caused the Debian Bug report #898424,
regarding Fix AppIndicator support and switch to Ayatana AppIndicator
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.)
--
898424: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=898424
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gpodder
Version: 3.10.1-1
Tags: patch
User: [email protected]
Usertags: ayatana-appindicator
Dear maintainer of gpodder,
find attached a .debdiff that (a) fixes AppIndicator support in
gpodder (AppIndicator extension is still in Python2, the patch ports
it to GIO and Python3) and (b) ports it from Ubuntu's AppIndicator
module to the Ayatana AppIndicator Python module.
This contribution is part of the Ayatana Indicators shift in Debian.
For more info, see
https://lists.debian.org/debian-devel/2018/03/msg00506.html
Thanks,
Mike
--
DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
mobile: +49 (1520) 1976 148
landline: +49 (4354) 8390 139
GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22 0782 9AF4 6B30 2577 1B31
mail: [email protected], http://das-netzwerkteam.de
diff -Nru gpodder-3.10.1/debian/changelog gpodder-3.10.1/debian/changelog
--- gpodder-3.10.1/debian/changelog 2018-02-22 05:21:19.000000000 +0100
+++ gpodder-3.10.1/debian/changelog 2018-05-11 14:08:48.000000000 +0200
@@ -1,3 +1,14 @@
+gpodder (3.10.1-1.1+ayatanaappindicator) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * debian/patches:
+ + Add
switch-appindicator-extension-to-AyatanaAppIndicator-and-python3.patch.
+ * debian/control:
+ + Drop from R: python3-appindicator (does not exist).
+ + Add to R instead: gir1.2-ayatanaappindicator3-0.1.
+
+ -- Mike Gabriel <[email protected]> Fri, 11 May 2018 14:08:48
+0200
+
gpodder (3.10.1-1) unstable; urgency=medium
* New upstream version 3.10.1
diff -Nru gpodder-3.10.1/debian/control gpodder-3.10.1/debian/control
--- gpodder-3.10.1/debian/control 2018-02-22 05:21:19.000000000 +0100
+++ gpodder-3.10.1/debian/control 2018-05-11 14:08:48.000000000 +0200
@@ -27,7 +27,7 @@
python3-mygpoclient,
python3-podcastparser
Recommends:
- python3-appindicator,
+ gir1.2-ayatanaappindicator3-0.1,
python3-eyed3,
python3-html5lib,
python3-simplejson
diff -Nru gpodder-3.10.1/debian/patches/series
gpodder-3.10.1/debian/patches/series
--- gpodder-3.10.1/debian/patches/series 2018-02-22 05:21:19.000000000
+0100
+++ gpodder-3.10.1/debian/patches/series 2018-05-11 14:08:48.000000000
+0200
@@ -2,3 +2,4 @@
utf-8_coding_for_setup.patch
remove_copyright_character.patch
update_release_date.patch
+switch-appindicator-extension-to-AyatanaAppIndicator-and-python3.patch
diff -Nru
gpodder-3.10.1/debian/patches/switch-appindicator-extension-to-AyatanaAppIndicator-and-python3.patch
gpodder-3.10.1/debian/patches/switch-appindicator-extension-to-AyatanaAppIndicator-and-python3.patch
---
gpodder-3.10.1/debian/patches/switch-appindicator-extension-to-AyatanaAppIndicator-and-python3.patch
1970-01-01 01:00:00.000000000 +0100
+++
gpodder-3.10.1/debian/patches/switch-appindicator-extension-to-AyatanaAppIndicator-and-python3.patch
2018-05-11 14:08:48.000000000 +0200
@@ -0,0 +1,36 @@
+--- a/share/gpodder/extensions/ubuntu_appindicator.py
++++ b/share/gpodder/extensions/ubuntu_appindicator.py
+@@ -7,7 +7,7 @@
+
+ _ = gpodder.gettext
+
+-__title__ = _('Ubuntu App Indicator')
++__title__ = _('Ayatana App Indicator')
+ __description__ = _('Show a status indicator in the top bar.')
+ __authors__ = 'Thomas Perl <[email protected]>'
+ __category__ = 'desktop-integration'
+@@ -16,7 +16,9 @@
+ __disable_in__ = 'win32'
+
+
+-import appindicator
++from gi import require_version
++require_version('AyatanaAppIndicator3', '0.1')
++from gi.repository import AyatanaAppIndicator3 as appindicator
+ from gi.repository import Gtk
+
+ import logging
+@@ -38,9 +40,10 @@
+
+ def on_load(self):
+ if self.config.visible:
+- self.indicator = appindicator.Indicator('gpodder', 'gpodder',
+- appindicator.CATEGORY_APPLICATION_STATUS)
+- self.indicator.set_status(appindicator.STATUS_ACTIVE)
++ self.indicator = appindicator.Indicator.new('gpodder', 'gpodder',
++ appindicator.IndicatorCategory.APPLICATION_STATUS)
++ self.indicator.set_status(appindicator.IndicatorStatus.ACTIVE)
++
+
+ def _rebuild_menu(self):
+ menu = Gtk.Menu()
pgpTdCKcYV3KY.pgp
Description: Digitale PGP-Signatur
--- End Message ---
--- Begin Message ---
Source: gpodder
Source-Version: 3.10.1-2
We believe that the bug you reported is fixed in the latest version of
gpodder, 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.
tony mancill <[email protected]> (supplier of updated gpodder 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: Sun, 27 May 2018 14:25:36 -0700
Source: gpodder
Binary: gpodder
Architecture: source all
Version: 3.10.1-2
Distribution: unstable
Urgency: medium
Maintainer: Thomas Perl <[email protected]>
Changed-By: tony mancill <[email protected]>
Description:
gpodder - podcast client and feed aggregator
Closes: 898424
Changes:
gpodder (3.10.1-2) unstable; urgency=medium
.
* Update Vcs fields for migration from Alioth -> Salsa
* Apply patch for Ayatana App Indicator (Closes: #898424) and replace
recommends on python3-appindicator with gir1.2-ayatanaappindicator3-0.1
- Thank you to Mike Gabriel <[email protected]>
* Bump Standards-Version to 4.1.4
* Use debhelper 11
Checksums-Sha1:
541fc03a238425833825378fe598a0b62d8d38fa 1923 gpodder_3.10.1-2.dsc
5b96fd9e4aeacf469fcecddffd4127787f49f5a8 9168 gpodder_3.10.1-2.debian.tar.xz
1039fcff8e5e81a0b86eaf9644d37f82375b9099 387244 gpodder_3.10.1-2_all.deb
c70ae5023abcf890aecfaa5d722b895789e25172 6822 gpodder_3.10.1-2_amd64.buildinfo
Checksums-Sha256:
6d18b287dc5b71edc984ccd5b78363ff1302e8d547b7497cc492662cdef458e6 1923
gpodder_3.10.1-2.dsc
913eac75dbbc65946405377fd389a63caef83929f0ca1d0af7082a22c6d4a2a4 9168
gpodder_3.10.1-2.debian.tar.xz
37be6bf53b2b63153b51c492479f11c760bd888c97d74db124f84e242f4f2247 387244
gpodder_3.10.1-2_all.deb
4433f2fa8a7d5671a87503ff8e2bc8df3d893779c9258434bfcd1a9b9ce78990 6822
gpodder_3.10.1-2_amd64.buildinfo
Files:
1c9de119151f104e3b8b1b076b50ffd2 1923 x11 optional gpodder_3.10.1-2.dsc
417593d8134f29fef89bca613a41a58e 9168 x11 optional
gpodder_3.10.1-2.debian.tar.xz
65f910c0597e581cd1549a306d4a3a6b 387244 x11 optional gpodder_3.10.1-2_all.deb
4d40047ee7833e323d6a1f84b1022c83 6822 x11 optional
gpodder_3.10.1-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAlsLJrIUHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpZ6iA//eLQixZU3N59BF5LgWDKj91CHGoLX
MbFZHKRD8TjKONXVL4ocCMolP9aA1i+GwASIEt9rBcAeaZAIsYg2Rw6ER1aVeUpU
Kq5z81ewzDwAojTUk3PzePVdna/wn9RdidEajApU9vznjMF7G7g0JwuSY2sxpEn9
oiKVBthCJWpaazJaXnipwuMaAJbWMll06zvUVCFMcQYstpV6Lw+ooQEXuFeMdAvk
W1qaZoILeH5iCAqfX8FhQw6eYqZ8z3Y4T0M7AH/56mDEkyQd5m/KyIK11x69e91p
vVp7Hszpwze/ZSOhI2+j19ec1FyRFnAkXAw4qP3JpLH+k3ox/jpLbPCBXE8IRl+o
a1m6Igi2LN0NaiyFuc8KPrkvHNUtRpth8wqptGpZQAVISyqVANoCbgQQXyrybkzb
UspK2FapXPODXuXAN6kE+BJUfQj+8EbzMYOdsirbjMm8iOayYUHMpPFtG4o4miEy
J31O3ZwDLP9q9cvsJJNGA/CFZ6UZzaxyh0HnzNfXr3Sa3wDL9JphK/rRNBlOOhpd
wvIE5Ri4CvzYlPkVeohEQLIXgRV/o0sNqHSkZRPH465ZYbdC5zo6D7YjZsh9ZHiX
UGOA4b+IGaBh8F1Q8RkkoOyKj+Y2uqdxIlzSN+q/9uHp9k/pI94KbEwf9l24J6cb
Um7U8PZbSf52nSg=
=vkh/
-----END PGP SIGNATURE-----
--- End Message ---