[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/gnome-calls][update_package_0.3.2-1] 2 commits: d/patches: Don't use DNS lookups during tests

Evangelos Ribeiro Tzaras gitlab at salsa.debian.org
Fri Apr 23 14:05:23 BST 2021



Evangelos Ribeiro Tzaras pushed to branch update_package_0.3.2-1 at Debian On Mobile / gnome-calls


Commits:
ab59d080 by Evangelos Ribeiro Tzaras at 2021-04-23T15:03:30+02:00
d/patches: Don't use DNS lookups during tests

- - - - -
ec8d66a4 by Evangelos Ribeiro Tzaras at 2021-04-23T15:04:29+02:00
d/changelog: Update UNRELEASED

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/0001-fix-dns-errors-during-tests.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+gnome-calls (0.3.2-1) UNRELEASED; urgency=medium
+
+  * d/patches: Remove upstreamed patches
+  * d/control: Add gstreamer dependencies
+  * d/control: Add sofia dependency
+  * d/control: bump required libhandy to >=1.1.90
+  * d/salsa-ci.yml: Build against experimental
+  * d/patches: Don't use DNS lookups during tests
+
+ -- Evangelos Ribeiro Tzaras <devrtz-debian at fortysixandtwo.eu>  Fri, 23 Apr 2021 15:03:42 +0200
+
 gnome-calls (0.3.0-2) experimental; urgency=medium
 
   * d/patches: fix double free


=====================================
debian/patches/0001-fix-dns-errors-during-tests.patch
=====================================
@@ -0,0 +1,20 @@
+From: Evangelos Ribeiro Tzaras <devrtz-debian at fortysixandtwo.eu>
+Subject: Do not use DNS lookups during tests
+--- a/tests/test-sip.c
++++ b/tests/test-sip.c
+@@ -263,13 +263,13 @@
+   g_object_get (fixture->origin_alice,
+                 "local-port", &local_port_alice,
+                 NULL);
+-  address_alice = g_strdup_printf ("sip:alice at localhost:%d",
++  address_alice = g_strdup_printf ("sip:alice at 127.0.0.1:%d",
+                                    local_port_alice);
+ 
+   g_object_get (fixture->origin_bob,
+                 "local-port", &local_port_bob,
+                 NULL);
+-  address_bob = g_strdup_printf ("sip:bob at localhost:%d",
++  address_bob = g_strdup_printf ("sip:bob at 127.0.0.1:%d",
+                                  local_port_bob);
+ 
+   /* Case 1: Bob calls Alice, Alice rejects call */


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+0001-fix-dns-errors-during-tests.patch



View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/gnome-calls/-/compare/81e0c176fc9080dfe05fd660ef2c18e8abdd8fd3...ec8d66a4bfe9b4ef2fed69e39129d3605cff44e3

-- 
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/gnome-calls/-/compare/81e0c176fc9080dfe05fd660ef2c18e8abdd8fd3...ec8d66a4bfe9b4ef2fed69e39129d3605cff44e3
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-on-mobile-maintainers/attachments/20210423/c3c3caf9/attachment-0001.htm>


More information about the Debian-on-mobile-maintainers mailing list