Your message dated Fri, 07 Sep 2018 12:04:29 +0000
with message-id <[email protected]>
and subject line Bug#907551: fixed in gnome-pie 0.7.1-2
has caused the Debian Bug report #907551,
regarding Please 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.)
--
907551: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907551
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gnome-pie
Version: 0.7.1-1
Tags: patch
User: [email protected]
Usertags: ayatana-appindicator
Dear maintainer(s) of gnome-pie,
find attached a .debdiff that ports your package from building against
Ubuntu's AppIndicator
to building against Ayatana AppIndicator API.
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 gnome-pie-0.7.1/debian/changelog gnome-pie-0.7.1/debian/changelog
--- gnome-pie-0.7.1/debian/changelog 2017-07-25 06:55:33.000000000 +0200
+++ gnome-pie-0.7.1/debian/changelog 2018-08-29 11:50:15.000000000 +0200
@@ -1,3 +1,13 @@
+gnome-pie (0.7.1-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * debian/control:
+ + Switch B-D from libappindicator3-dev to libayatana-indicator3-dev.
+ * debian/patches:
+ + Add ayatana-appindicator.patch.
+
+ -- Mike Gabriel <[email protected]> Wed, 29 Aug 2018 11:50:15
+0200
+
gnome-pie (0.7.1-1) unstable; urgency=medium
* New upstream release.
diff -Nru gnome-pie-0.7.1/debian/control gnome-pie-0.7.1/debian/control
--- gnome-pie-0.7.1/debian/control 2017-07-25 06:51:21.000000000 +0200
+++ gnome-pie-0.7.1/debian/control 2018-08-29 11:46:54.000000000 +0200
@@ -5,7 +5,7 @@
Build-Depends:
debhelper (>= 10),
cmake,
- libappindicator3-dev,
+ libayatana-appindicator3-dev,
libarchive-dev,
libcairo2-dev,
libgee-0.8-dev (>= 0.10),
diff -Nru gnome-pie-0.7.1/debian/patches/ayatana-appindicator.patch
gnome-pie-0.7.1/debian/patches/ayatana-appindicator.patch
--- gnome-pie-0.7.1/debian/patches/ayatana-appindicator.patch 1970-01-01
01:00:00.000000000 +0100
+++ gnome-pie-0.7.1/debian/patches/ayatana-appindicator.patch 2018-08-29
11:49:28.000000000 +0200
@@ -0,0 +1,70 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -26,7 +26,7 @@
+ find_package(PkgConfig)
+
+ pkg_check_modules(GTK3 REQUIRED gtk+-3.0)
+-pkg_check_modules(INDICATOR3 appindicator3-0.1)
++pkg_check_modules(INDICATOR3 ayatana-appindicator3-0.1)
+ pkg_check_modules(WNCK REQUIRED libwnck-3.0)
+ pkg_check_modules(BAMF libbamf3)
+ pkg_check_modules(GIO REQUIRED gio-unix-2.0)
+@@ -75,11 +75,7 @@
+ pkg_check_modules(GMENU REQUIRED libgnome-menu)
+ endif (${GMENU3_FOUND})
+
+-# notify application of presence of libappindicator
+-if (${INDICATOR_FOUND})
+- LIST(APPEND CFLAGS -DHAVE_APPINDICATOR)
+- LIST(APPEND VALA_DEFINES --define HAVE_APPINDICATOR)
+-endif (${INDICATOR_FOUND})
++# notify application of presence of libayatana-appindicator
+ if (${INDICATOR3_FOUND})
+ LIST(APPEND CFLAGS -DHAVE_APPINDICATOR)
+ LIST(APPEND VALA_DEFINES --define HAVE_APPINDICATOR)
+@@ -97,7 +93,6 @@
+ ${GTK3_LIBRARIES}
+ ${CAIRO_LIBRARIES}
+ ${GEE_LIBRARIES}
+- ${INDICATOR_LIBRARIES}
+ ${INDICATOR3_LIBRARIES}
+ ${XML_LIBRARIES}
+ ${XTST_LIBRARIES}
+@@ -117,7 +112,6 @@
+ ${GTK3_LIBRARY_DIRS}
+ ${CAIRO_LIBRARY_DIRS}
+ ${GEE_LIBRARY_DIRS}
+- ${INDICATOR_LIBRARY_DIRS}
+ ${INDICATOR3_LIBRARY_DIRS}
+ ${XML_LIBRARY_DIRS}
+ ${XTST_LIBRARY_DIRS}
+@@ -134,7 +128,6 @@
+ ${GTK3_INCLUDE_DIRS}
+ ${CAIRO_INCLUDE_DIRS}
+ ${GEE_INCLUDE_DIRS}
+- ${INDICATOR_INCLUDE_DIRS}
+ ${INDICATOR3_INCLUDE_DIRS}
+ ${XML_INCLUDE_DIRS}
+ ${XTST_INCLUDE_DIRS}
+@@ -166,12 +159,8 @@
+ libarchive
+ )
+
+-if (${INDICATOR_FOUND})
+- LIST(APPEND VALA_PKGS appindicator-0.1)
+-endif (${INDICATOR_FOUND})
+-
+ if (${INDICATOR3_FOUND})
+- LIST(APPEND VALA_PKGS appindicator3-0.1)
++ LIST(APPEND VALA_PKGS ayatana-appindicator3-0.1)
+ endif (${INDICATOR3_FOUND})
+
+ if (${GMENU3_FOUND})
+@@ -210,7 +199,6 @@
+ message( " GTK3_LIBRARIES = ${GTK3_LIBRARIES}" )
+ message( " CAIRO_LIBRARIES = ${CAIRO_LIBRARIES}" )
+ message( " GEE_LIBRARIES = ${GEE_LIBRARIES}" )
+-message( " INDICATOR_LIBRARIES = ${INDICATOR_LIBRARIES}" )
+ message( " INDICATOR3_LIBRARIES = ${INDICATOR3_LIBRARIES}" )
+ message( " XML_LIBRARIES = ${XML_LIBRARIES}" )
+ message( " XTST_LIBRARIES = ${XTST_LIBRARIES}" )
diff -Nru gnome-pie-0.7.1/debian/patches/series
gnome-pie-0.7.1/debian/patches/series
--- gnome-pie-0.7.1/debian/patches/series 2016-09-22 20:07:00.000000000
+0200
+++ gnome-pie-0.7.1/debian/patches/series 2018-08-29 11:46:37.000000000
+0200
@@ -1 +1,2 @@
#0500_bamf3-vapi.patch
+ayatana-appindicator.patch
pgpneevcN67da.pgp
Description: Digitale PGP-Signatur
--- End Message ---
--- Begin Message ---
Source: gnome-pie
Source-Version: 0.7.1-2
We believe that the bug you reported is fixed in the latest version of
gnome-pie, 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.
Jörg Frings-Fürst <[email protected]> (supplier of updated gnome-pie 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: Fri, 07 Sep 2018 08:52:14 +0200
Source: gnome-pie
Binary: gnome-pie
Architecture: source
Version: 0.7.1-2
Distribution: unstable
Urgency: high
Maintainer: Jörg Frings-Fürst <[email protected]>
Changed-By: Jörg Frings-Fürst <[email protected]>
Description:
gnome-pie - visual application launcher for GNOME
Closes: 907551 907943
Changes:
gnome-pie (0.7.1-2) unstable; urgency=high
.
* New debian/patches/0100-fix-ftbfs_vala_0_42.patch to fix FTBFS
with vala 0.42 (Closes: #907943).
* Switch to Ayatana AppIndicator (Closes: #907551):
- New debian/patches/0700-ayatana-appindicator.patch.
- debian/control:
+ Switch build depends from libappindicator3-dev to
libayatana-appindicator3-dev.
Thanks to Mike Gabriel <[email protected]>.
* Change to my new email address.
* Migrate to debhelper 11:
- Change debian/compat to 11.
- debian/control:
+ Bump minimum debhelper version to >= 11.
* Declare compliance with Debian Policy 4.2.1 (No changes needed).
* New debian/patches/0105-spelling_errors.patch to fix spelling errors.
* debian/control:
- Change Vcs-* to point to the new repository.
- Remove trailing whitespace.
* debian/copyright:
- Use secure URI for copyright format.
- Refresh years for debian/*.
Checksums-Sha1:
a6214a23ec83cdf8c8b7cd3bf46e2f494b36c14a 2021 gnome-pie_0.7.1-2.dsc
be4e4ec418bbd7753c6fc830afb67b31dfe4e397 9692 gnome-pie_0.7.1-2.debian.tar.xz
700773be1f919f27320acf8aa0cd48a70645947a 6448
gnome-pie_0.7.1-2_source.buildinfo
Checksums-Sha256:
db329cf594f9c7119a2dbd6c7587b6dd7e404d1ad3ce294852767572968c06aa 2021
gnome-pie_0.7.1-2.dsc
ef60d15a8462e9cb443aac00c7b0d0613dd880b4e52a40cb7c152b0baa3db16d 9692
gnome-pie_0.7.1-2.debian.tar.xz
ec5cdd60dc3cb1691f794f844268cac90ca83988663d6ca134360098a37e6304 6448
gnome-pie_0.7.1-2_source.buildinfo
Files:
3280b55c57ab6806633f51ff2fb4ff48 2021 gnome optional gnome-pie_0.7.1-2.dsc
04d4e03d066a05f59ee7995ec43467e0 9692 gnome optional
gnome-pie_0.7.1-2.debian.tar.xz
1cce7ed5eed358abe8915f23e728a05a 6448 gnome optional
gnome-pie_0.7.1-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAluSZIcACgkQweDZLphv
fH77PRAAjAmIWp32PYUJgNJk0uFpsCayuKWgHwrs68jw8f8A79az422NxGzAZQSh
ZAYVh5LZ0LMQOOdyYm9lk7IeF3XvQdqYqlm17xvwCB5hwMIyOcJewD3J0sJc/WjV
I8SrxrzFiomcibYsdYxtycQGmmda+vYV/9W35Fy9+yfQA/UPEqCs9HKuv9udQwgR
dMLZhAcbXvtJYYv5BL8FT9S2O1GkbCXy8bdAJNA0C3UFohjyZDqi5ihFnME26tM2
myR+Rc0kdRyRc5LSNjRm9/Xkm/uq3BPZNlDH229ari/6TioJ8zcRLM+jAxgalPC8
IA4E/UBZV7l4yw4Y9OY1DxarGOKFxYOHI2N+eI4Afet4pq487wDEgiS29sLD7idD
KF5+uIWxos67uS6vEIQRwKSVh1Zcip3Lbv+zOE6miMsffqoMq/OSaWICKgCVMYk7
gT347gK2D0T2HpYleDMOneirfXXtXm7PB/0std7mZUO41F9GbtUbm6++QyoN4c7h
O/xhYyGHhfWswSGD1WwidBSt77TYTfYjxTrNsn1Tfrph6bUu3rHMTxsVlzFT71Az
qYylIwvtQH3Lpuu4ITzwsVFZXRteLQ3aw6VWtSt/I2rQzc+LSlRgn1nRgdBebKG/
Yw6mUAsc4gg9HMoKzddMuKQjvaimTXoBau0XKH8fmgjq+L70/78=
=E27H
-----END PGP SIGNATURE-----
--- End Message ---