[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#989948: unblock: polari/3.38.0-2



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Hello,

Please unblock package polari

With everything happening in the IRC world ATM, I think it's important
that libera.chat is being added to the default list of IRC network.

The favorite flag is only used for the initial setup dialog that is
being displayed on the first run for polari.

[ Checklist ]
  [x] all changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in testing


unblock polari/3.38.0-2
diff -Nru polari-3.38.0/debian/changelog polari-3.38.0/debian/changelog
--- polari-3.38.0/debian/changelog	2020-10-01 00:52:45.000000000 +0200
+++ polari-3.38.0/debian/changelog	2021-06-16 12:46:04.000000000 +0200
@@ -1,3 +1,11 @@
+polari (3.38.0-2) unstable; urgency=medium
+
+  * d/p/networks-Add-Libera-Chat.patch: Add Libera.chat network
+  * d/p/favorite-liberachat.patch: Mark Libera Chat as favorite instead of
+    Freenode
+
+ -- Laurent Bigonville <bigon@debian.org>  Wed, 16 Jun 2021 12:46:04 +0200
+
 polari (3.38.0-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru polari-3.38.0/debian/patches/favorite-liberachat.patch polari-3.38.0/debian/patches/favorite-liberachat.patch
--- polari-3.38.0/debian/patches/favorite-liberachat.patch	1970-01-01 01:00:00.000000000 +0100
+++ polari-3.38.0/debian/patches/favorite-liberachat.patch	2021-06-16 12:46:04.000000000 +0200
@@ -0,0 +1,22 @@
+Description: Mark Libera Chat as favorite instead of Freenode
+Forwarded: no
+Bug: https://gitlab.gnome.org/GNOME/polari/-/issues/169
+
+--- a/data/resources/networks.json
++++ b/data/resources/networks.json
+@@ -269,7 +269,6 @@
+   {
+     "name": "Freenode",
+     "id": "freenode",
+-    "favorite": true,
+     "servers": [
+       { "ssl": true, "port": 6697, "address": "chat.freenode.net" },
+       { "ssl": true, "port": 7000, "address": "chat.freenode.net" },
+@@ -391,6 +390,7 @@
+   {
+     "name": "Libera Chat",
+     "id": "liberachat",
++    "favorite": true,
+     "servers": [
+       { "ssl": true, "port": 6697, "address": "irc.libera.chat" },
+       { "ssl": false, "port": 6667, "address": "irc.libera.chat" }
diff -Nru polari-3.38.0/debian/patches/networks-Add-Libera-Chat.patch polari-3.38.0/debian/patches/networks-Add-Libera-Chat.patch
--- polari-3.38.0/debian/patches/networks-Add-Libera-Chat.patch	1970-01-01 01:00:00.000000000 +0100
+++ polari-3.38.0/debian/patches/networks-Add-Libera-Chat.patch	2021-06-16 12:46:04.000000000 +0200
@@ -0,0 +1,28 @@
+From: =?utf-8?q?Florian_M=C3=BCllner?= <fmuellner@gnome.org>
+Date: Thu, 20 May 2021 21:41:35 +0200
+Subject: networks: Add Libera Chat
+
+https://gitlab.gnome.org/GNOME/polari/-/merge_requests/187
+---
+ data/resources/networks.json | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+diff --git a/data/resources/networks.json b/data/resources/networks.json
+index f509c87..bf85295 100644
+--- a/data/resources/networks.json
++++ b/data/resources/networks.json
+@@ -388,6 +388,14 @@
+       { "ssl": false, "port": 6667, "address": "irc.krstarica.com" }
+     ]
+   },
++  {
++    "name": "Libera Chat",
++    "id": "liberachat",
++    "servers": [
++      { "ssl": true, "port": 6697, "address": "irc.libera.chat" },
++      { "ssl": false, "port": 6667, "address": "irc.libera.chat" }
++    ]
++  },
+   {
+     "name": "Librenet",
+     "id": "librenet",
diff -Nru polari-3.38.0/debian/patches/series polari-3.38.0/debian/patches/series
--- polari-3.38.0/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ polari-3.38.0/debian/patches/series	2021-06-16 12:46:04.000000000 +0200
@@ -0,0 +1,2 @@
+networks-Add-Libera-Chat.patch
+favorite-liberachat.patch

Reply to: