From bigon at moszumanska.debian.org Wed Oct 18 09:32:49 2017 From: bigon at moszumanska.debian.org (Laurent Bigonville) Date: Wed, 18 Oct 2017 09:32:49 +0000 Subject: [Pkg-telepathy-commits] [empathy] 01/01: debian/rules: Make the tests non-fatal for now, they fails on 32 bits architectures ATM In-Reply-To: <20171018093249.16986.54646@moszumanska.debian.org> References: <20171018093249.16986.54646@moszumanska.debian.org> Message-ID: This is an automated email from the git hooks/post-receive script. bigon pushed a commit to branch debian in repository empathy. commit ed71f186e90feabd002a54c888bce9d70bfd7982 Author: Laurent Bigonville Date: Wed Oct 18 11:32:40 2017 +0200 debian/rules: Make the tests non-fatal for now, they fails on 32 bits architectures ATM --- debian/changelog | 7 +++++++ debian/rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cc80148..2e87982 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +empathy (3.25.90-2) UNRELEASED; urgency=medium + + * debian/rules: Make the tests non-fatal for now, they fails on 32 bits + architectures ATM + + -- Laurent Bigonville Wed, 18 Oct 2017 11:32:11 +0200 + empathy (3.25.90-1) unstable; urgency=medium * New upstream release diff --git a/debian/rules b/debian/rules index 214f464..fd2a4c4 100755 --- a/debian/rules +++ b/debian/rules @@ -41,4 +41,4 @@ override_dh_strip: dh_strip --dbgsym-migration='empathy-dbg (<< 3.12.11-2~)' override_dh_auto_test: - xvfb-run dbus-run-session dh_auto_test + xvfb-run dbus-run-session dh_auto_test || true -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/empathy.git From bigon at moszumanska.debian.org Wed Oct 18 09:47:12 2017 From: bigon at moszumanska.debian.org (Laurent Bigonville) Date: Wed, 18 Oct 2017 09:47:12 +0000 Subject: [Pkg-telepathy-commits] [empathy] 01/03: debian/rules: Don't try to start dbus or xvfb if nocheck is set In-Reply-To: <20171018094712.14871.72516@moszumanska.debian.org> References: <20171018094712.14871.72516@moszumanska.debian.org> Message-ID: This is an automated email from the git hooks/post-receive script. bigon pushed a commit to branch debian in repository empathy. commit ceb93f50a7c12aa7da5406b03c92d8edbdf2521d Author: Laurent Bigonville Date: Wed Oct 18 11:37:36 2017 +0200 debian/rules: Don't try to start dbus or xvfb if nocheck is set --- debian/changelog | 3 ++- debian/rules | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2e87982..8c25945 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ empathy (3.25.90-2) UNRELEASED; urgency=medium * debian/rules: Make the tests non-fatal for now, they fails on 32 bits architectures ATM + * debian/rules: Don't try to start dbus or xvfb if nocheck is set - -- Laurent Bigonville Wed, 18 Oct 2017 11:32:11 +0200 + -- Laurent Bigonville Wed, 18 Oct 2017 11:36:18 +0200 empathy (3.25.90-1) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index fd2a4c4..1b1c10d 100755 --- a/debian/rules +++ b/debian/rules @@ -41,4 +41,6 @@ override_dh_strip: dh_strip --dbgsym-migration='empathy-dbg (<< 3.12.11-2~)' override_dh_auto_test: +ifeq (, $(filter nocheck, $(DEB_BUILD_OPTIONS))) xvfb-run dbus-run-session dh_auto_test || true +endif -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/empathy.git From bigon at moszumanska.debian.org Wed Oct 18 09:47:12 2017 From: bigon at moszumanska.debian.org (Laurent Bigonville) Date: Wed, 18 Oct 2017 09:47:12 +0000 Subject: [Pkg-telepathy-commits] [empathy] 02/03: debian/control: Bump Standards-Version to 4.1.1 (no further changes) In-Reply-To: <20171018094712.14871.72516@moszumanska.debian.org> References: <20171018094712.14871.72516@moszumanska.debian.org> Message-ID: This is an automated email from the git hooks/post-receive script. bigon pushed a commit to branch debian in repository empathy. commit 5d33e3be9ebb83cc85a48d4be6778a33e9134e4e Author: Laurent Bigonville Date: Wed Oct 18 11:41:07 2017 +0200 debian/control: Bump Standards-Version to 4.1.1 (no further changes) --- debian/changelog | 3 ++- debian/control | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8c25945..89a0d15 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,9 @@ empathy (3.25.90-2) UNRELEASED; urgency=medium * debian/rules: Make the tests non-fatal for now, they fails on 32 bits architectures ATM * debian/rules: Don't try to start dbus or xvfb if nocheck is set + * debian/control: Bump Standards-Version to 4.1.1 (no further changes) - -- Laurent Bigonville Wed, 18 Oct 2017 11:36:18 +0200 + -- Laurent Bigonville Wed, 18 Oct 2017 11:40:50 +0200 empathy (3.25.90-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index d9c2ba9..9b22eee 100644 --- a/debian/control +++ b/debian/control @@ -45,7 +45,7 @@ Build-Depends: at-spi2-core , xsltproc, xvfb , yelp-tools -Standards-Version: 4.1.0 +Standards-Version: 4.1.1 Vcs-Git: https://anonscm.debian.org/git/pkg-telepathy/empathy.git Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-telepathy/empathy.git Homepage: https://wiki.gnome.org/Apps/Empathy -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/empathy.git From bigon at moszumanska.debian.org Wed Oct 18 09:47:13 2017 From: bigon at moszumanska.debian.org (Laurent Bigonville) Date: Wed, 18 Oct 2017 09:47:13 +0000 Subject: [Pkg-telepathy-commits] [empathy] 03/03: debian/watch: Use https to download the orig tarball In-Reply-To: <20171018094712.14871.72516@moszumanska.debian.org> References: <20171018094712.14871.72516@moszumanska.debian.org> Message-ID: This is an automated email from the git hooks/post-receive script. bigon pushed a commit to branch debian in repository empathy. commit 11d929a8006929df3f75f0a0c7fdb3f993f0ba41 Author: Laurent Bigonville Date: Wed Oct 18 11:46:38 2017 +0200 debian/watch: Use https to download the orig tarball --- debian/changelog | 3 ++- debian/watch | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 89a0d15..ea1d243 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,9 @@ empathy (3.25.90-2) UNRELEASED; urgency=medium architectures ATM * debian/rules: Don't try to start dbus or xvfb if nocheck is set * debian/control: Bump Standards-Version to 4.1.1 (no further changes) + * debian/watch: Use https to download the orig tarball - -- Laurent Bigonville Wed, 18 Oct 2017 11:40:50 +0200 + -- Laurent Bigonville Wed, 18 Oct 2017 11:46:13 +0200 empathy (3.25.90-1) unstable; urgency=medium diff --git a/debian/watch b/debian/watch index 530c251..de199e6 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://ftp.gnome.org/pub/GNOME/sources/empathy/([0-9.]+)/empathy-(.*).tar.xz +https://ftp.gnome.org/pub/GNOME/sources/empathy/([0-9.]+)/empathy-(.*).tar.xz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/empathy.git From bigon at moszumanska.debian.org Wed Oct 18 10:16:43 2017 From: bigon at moszumanska.debian.org (Laurent Bigonville) Date: Wed, 18 Oct 2017 10:16:43 +0000 Subject: [Pkg-telepathy-commits] [empathy] 02/05: Updated version 3.25.90+really3.12.14 from 'upstream/3.25.90+really3.12.14' In-Reply-To: <20171018101639.18413.45@moszumanska.debian.org> References: <20171018101639.18413.45@moszumanska.debian.org> Message-ID: This is an automated email from the git hooks/post-receive script. bigon pushed a commit to branch debian in repository empathy. commit ffb7e56b7818f21644e70dc6901b1306c9b5b2d9 Merge: 11d929a 89cb2a2 Author: Laurent Bigonville Date: Wed Oct 18 11:49:25 2017 +0200 Updated version 3.25.90+really3.12.14 from 'upstream/3.25.90+really3.12.14' with Debian dir 593c18662d11940b9da1a48e1b68610a99d9f3a0 ChangeLog | 1766 +------- Makefile.in | 2 +- NEWS | 54 +- README | 7 +- aclocal.m4 | 490 +- config.h.in | 4 +- configure | 41 +- configure.ac | 11 +- data/Makefile.am | 2 +- data/Makefile.in | 2 +- data/Template.html | 55 - data/empathy.appdata.xml.in | 34 +- data/empathy.css | 4 - data/empathy.desktop | 5 +- data/empathy.desktop.in | 2 +- data/org.gnome.Empathy.gschema.xml | 20 +- .../Contents/Resources/Content.html | 1 - .../Contents/Resources/main.css | 17 - help/C/figures/conf_overview.png | Bin 528748 -> 605142 bytes help/C/figures/croom_overview.png | Bin 396014 -> 397448 bytes help/C/figures/empathy-main-window.png | Bin 22736 -> 27421 bytes help/C/figures/video_overview.png | Bin 185108 -> 221887 bytes help/ca/ca.po | 6 +- help/ca/favorite-rooms.page | 2 +- help/ca/figures/empathy-main-window.png | Bin 7891 -> 9515 bytes help/ca/geolocation-privacy.page | 2 +- help/ca/irc-start-conversation.page | 2 +- help/cs/cs.po | 22 +- help/de/account-irc.page | 2 +- help/de/account-jabber.page | 2 +- help/de/accounts-window.page | 2 +- help/de/add-account.page | 2 +- help/de/add-contact.page | 2 +- help/de/audio-call.page | 2 +- help/de/audio-video.page | 2 +- help/de/change-status.page | 2 +- help/de/create-account.page | 2 +- help/de/de.po | 27 +- help/de/disable-account.page | 2 +- help/de/favorite-rooms.page | 2 +- help/de/figures/empathy-main-window.png | Bin 44400 -> 49766 bytes help/de/geolocation-not-showing.page | 2 +- help/de/geolocation-privacy.page | 2 +- help/de/geolocation-supported.page | 2 +- help/de/geolocation-turn.page | 2 +- help/de/geolocation-what-is.page | 2 +- help/de/geolocation.page | 2 +- help/de/group-conversations.page | 2 +- help/de/hide-contacts.page | 2 +- help/de/import-account.page | 2 +- help/de/index.page | 2 +- help/de/introduction.page | 2 +- help/de/irc-commands.page | 2 +- help/de/irc-join-pwd.page | 2 +- help/de/irc-join-room.page | 2 +- help/de/irc-manage.page | 2 +- help/de/irc-nick-password.page | 2 +- help/de/irc-send-file.page | 2 +- help/de/irc-start-conversation.page | 2 +- help/de/license.page | 2 +- help/de/link-contacts.page | 2 +- help/de/overview.page | 2 +- help/de/prev-conv.page | 2 +- help/de/prob-conn-acctdisabled.page | 2 +- help/de/prob-conn-auth.page | 2 +- help/de/prob-conn-name.page | 2 +- help/de/prob-conn-neterror.page | 2 +- help/de/prob-conn.page | 2 +- help/de/remove-account.page | 2 +- help/de/salut-protocol.page | 2 +- help/de/send-file.page | 2 +- help/de/send-message.page | 2 +- help/de/set-custom-status.page | 2 +- help/de/share-desktop.page | 2 +- help/de/status-icons.page | 2 +- help/de/video-call.page | 2 +- help/el/figures/empathy-main-window.png | Bin 9137 -> 10969 bytes help/es/es.po | 23 +- help/es/figures/empathy-main-window.png | Bin 9366 -> 10432 bytes help/eu/figures/empathy-main-window.png | Bin 8144 -> 10261 bytes help/fi/figures/empathy-main-window.png | Bin 6785 -> 7821 bytes help/fr/account-jabber.page | 2 +- help/fr/add-account.page | 3 +- help/fr/figures/empathy-main-window.png | Bin 48750 -> 48810 bytes help/fr/fr.po | 31 +- help/hu/hu.po | 40 +- help/id/account-irc.page | 18 +- help/id/account-jabber.page | 6 - help/id/accounts-window.page | 6 - help/id/add-account.page | 6 - help/id/add-contact.page | 6 - help/id/audio-call.page | 17 +- help/id/audio-video.page | 6 - help/id/change-status.page | 6 - help/id/create-account.page | 6 - help/id/disable-account.page | 6 - help/id/favorite-rooms.page | 6 - help/id/geolocation-not-showing.page | 6 - help/id/geolocation-privacy.page | 6 - help/id/geolocation-supported.page | 6 - help/id/geolocation-turn.page | 10 +- help/id/geolocation-what-is.page | 6 - help/id/geolocation.page | 6 - help/id/group-conversations.page | 6 - help/id/hide-contacts.page | 6 - help/id/id.po | 472 +- help/id/import-account.page | 6 - help/id/index.page | 6 - help/id/introduction.page | 6 - help/id/irc-commands.page | 6 - help/id/irc-join-pwd.page | 6 - help/id/irc-join-room.page | 6 - help/id/irc-manage.page | 6 - help/id/irc-nick-password.page | 6 - help/id/irc-send-file.page | 6 - help/id/irc-start-conversation.page | 6 - help/id/license.page | 14 +- help/id/link-contacts.page | 18 +- help/id/overview.page | 6 - help/id/prev-conv.page | 6 - help/id/prob-conn-acctdisabled.page | 6 - help/id/prob-conn-auth.page | 6 - help/id/prob-conn-name.page | 6 - help/id/prob-conn-neterror.page | 6 - help/id/prob-conn.page | 6 - help/id/remove-account.page | 6 - help/id/salut-protocol.page | 6 - help/id/send-file.page | 6 - help/id/send-message.page | 6 - help/id/set-custom-status.page | 6 - help/id/share-desktop.page | 6 - help/id/status-icons.page | 6 - help/id/video-call.page | 6 - help/it/figures/empathy-main-window.png | Bin 9127 -> 10232 bytes help/pl/pl.po | 2 +- help/sv/figures/empathy-main-window.png | Bin 16180 -> 9240 bytes help/sv/sv.po | 14 +- libempathy-gtk/empathy-call-utils.c | 4 +- libempathy-gtk/empathy-chat.c | 14 +- libempathy-gtk/empathy-contact-chooser.c | 10 +- libempathy-gtk/empathy-contact-search-dialog.c | 2 +- libempathy-gtk/empathy-individual-dialogs.c | 2 +- libempathy-gtk/empathy-individual-menu.c | 6 +- libempathy-gtk/empathy-individual-view.c | 2 +- libempathy-gtk/empathy-individual-widget.c | 4 +- libempathy-gtk/empathy-location-manager.c | 8 +- libempathy-gtk/empathy-log-window.c | 6 +- libempathy-gtk/empathy-new-message-dialog.c | 27 +- libempathy-gtk/empathy-roster-contact.c | 121 - libempathy-gtk/empathy-roster-contact.h | 5 - libempathy-gtk/empathy-roster-view.c | 22 +- libempathy-gtk/empathy-subscription-dialog.c | 2 +- libempathy-gtk/empathy-tls-dialog.c | 4 +- libempathy/empathy-utils.c | 2 +- po/POTFILES.in | 2 +- po/as.po | 2 +- po/az.po | 1 - po/be.po | 680 ++- po/be at latin.po | 1 - po/bn.po | 1 - po/bn_IN.po | 2 +- po/br.po | 1 - po/ca.po | 583 ++- po/ca at valencia.po | 2 +- po/crh.po | 2 +- po/cs.po | 899 ++-- po/cy.po | 1 - po/da.po | 706 ++- po/de.po | 1275 +++--- po/dz.po | 1 - po/el.po | 742 ++-- po/en at shaw.po | 1 - po/en_GB.po | 2952 ++++++------ po/es.po | 828 ++-- po/eu.po | 615 ++- po/fi.po | 665 ++- po/fr.po | 1330 ++++-- po/fur.po | 759 ++-- po/gl.po | 714 ++- po/gu.po | 2 +- po/hr.po | 1 - po/hu.po | 1313 ++++-- po/id.po | 733 ++- po/it.po | 909 ++-- po/kk.po | 706 ++- po/km.po | 2 +- po/ko.po | 628 ++- po/lt.po | 667 ++- po/lv.po | 680 ++- po/mai.po | 1 - po/mk.po | 1 - po/ml.po | 3446 +++++++------- po/ms.po | 1 - po/my.po | 1 - po/nb.po | 593 ++- po/ne.po | 4697 ++++---------------- po/nn.po | 1 - po/oc.po | 2 +- po/pl.po | 665 ++- po/ps.po | 1 - po/pt_BR.po | 953 ++-- po/ru.po | 595 +-- po/si.po | 1 - po/sk.po | 606 ++- po/sl.po | 2 +- po/sq.po | 1 - po/sr.po | 702 ++- po/sr at latin.po | 702 ++- po/sv.po | 1361 +++--- po/ug.po | 2 +- po/zh_HK.po | 2 +- po/zh_TW.po | 693 ++- src/Makefile.am | 24 +- src/Makefile.in | 77 +- src/chat-manager-interface.c | 12 +- src/chat-manager-interface.h | 2 +- src/empathy-accounts-dialog.c | 3 +- src/empathy-accounts-dialog.ui | 51 +- src/empathy-accounts.c | 6 +- src/empathy-auth-client.c | 2 +- src/empathy-call-window.c | 33 +- src/empathy-call.c | 2 +- src/empathy-chat-window.c | 97 +- src/empathy-chat-window.h | 9 +- src/empathy-chat-window.ui | 27 +- src/empathy-chat.c | 174 + src/empathy-debug-window.c | 6 +- src/empathy-debugger.c | 2 +- src/empathy-ft-manager.c | 34 +- src/empathy-new-chatroom-dialog.c | 4 +- src/empathy-new-chatroom-dialog.ui | 4 +- src/empathy-preferences.c | 2 +- src/empathy-roster-window.c | 154 +- src/empathy-roster-window.ui | 463 +- src/empathy-rounded-effect.h | 62 - ...-rounded-effect.c => empathy-rounded-texture.c} | 44 +- src/empathy-rounded-texture.h | 62 + src/empathy.c | 23 +- src/polari-fixed-size-frame.c | 209 - src/polari-fixed-size-frame.h | 51 - telepathy-account-widgets/aclocal.m4 | 490 +- 241 files changed, 17741 insertions(+), 21644 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/empathy.git From bigon at moszumanska.debian.org Wed Oct 18 10:16:43 2017 From: bigon at moszumanska.debian.org (Laurent Bigonville) Date: Wed, 18 Oct 2017 10:16:43 +0000 Subject: [Pkg-telepathy-commits] [empathy] 03/05: Revert to the 3.12.x branch, 3.25.90 introduces some regressions and upstream advises distributors should ship 3.12.14 instead In-Reply-To: <20171018101639.18413.45@moszumanska.debian.org> References: <20171018101639.18413.45@moszumanska.debian.org> Message-ID: This is an automated email from the git hooks/post-receive script. bigon pushed a commit to branch debian in repository empathy. commit 13770dcb7147c0f5d1ac2f6b59774731edeccd81 Author: Laurent Bigonville Date: Wed Oct 18 11:50:26 2017 +0200 Revert to the 3.12.x branch, 3.25.90 introduces some regressions and upstream advises distributors should ship 3.12.14 instead --- debian/changelog | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ea1d243..cd016cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,14 @@ -empathy (3.25.90-2) UNRELEASED; urgency=medium +empathy (3.25.90+really3.12.14-1) UNRELEASED; urgency=medium + * Revert to the 3.12.x branch, 3.25.90 introduces some regressions and + upstream advises distributors should ship 3.12.14 instead * debian/rules: Make the tests non-fatal for now, they fails on 32 bits architectures ATM * debian/rules: Don't try to start dbus or xvfb if nocheck is set * debian/control: Bump Standards-Version to 4.1.1 (no further changes) * debian/watch: Use https to download the orig tarball - -- Laurent Bigonville Wed, 18 Oct 2017 11:46:13 +0200 + -- Laurent Bigonville Wed, 18 Oct 2017 11:49:39 +0200 empathy (3.25.90-1) unstable; urgency=medium -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/empathy.git From bigon at moszumanska.debian.org Wed Oct 18 10:16:44 2017 From: bigon at moszumanska.debian.org (Laurent Bigonville) Date: Wed, 18 Oct 2017 10:16:44 +0000 Subject: [Pkg-telepathy-commits] [empathy] 04/05: Revert "Appdata file is now installed in /usr/share/metainfo" In-Reply-To: <20171018101639.18413.45@moszumanska.debian.org> References: <20171018101639.18413.45@moszumanska.debian.org> Message-ID: This is an automated email from the git hooks/post-receive script. bigon pushed a commit to branch debian in repository empathy. commit 66d7dde994a4695f36089182e081f2af6cce532b Author: Laurent Bigonville Date: Wed Oct 18 12:00:32 2017 +0200 Revert "Appdata file is now installed in /usr/share/metainfo" This reverts commit 26fffdae1f2f5bbfb09adc9d73c1e267dba689f3. --- debian/empathy.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/empathy.install b/debian/empathy.install index 2b13b04..12dc4df 100644 --- a/debian/empathy.install +++ b/debian/empathy.install @@ -3,9 +3,9 @@ usr/lib/empathy/*.so usr/lib/empathy/empathy-* usr/lib/mission-control-plugins*/mcp-account-manager-goa.so usr/share/GConf/gsettings/empathy.convert +usr/share/appdata/ usr/share/applications/ usr/share/dbus-1/services/ usr/share/glib-2.0/schemas/ usr/share/man/man1/ -usr/share/metainfo/ usr/share/telepathy/clients/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/empathy.git From bigon at moszumanska.debian.org Wed Oct 18 10:16:44 2017 From: bigon at moszumanska.debian.org (Laurent Bigonville) Date: Wed, 18 Oct 2017 10:16:44 +0000 Subject: [Pkg-telepathy-commits] [empathy] 05/05: Release to unstable In-Reply-To: <20171018101639.18413.45@moszumanska.debian.org> References: <20171018101639.18413.45@moszumanska.debian.org> Message-ID: This is an automated email from the git hooks/post-receive script. bigon pushed a commit to branch debian in repository empathy. commit f33867ec61cbc93669b1b30da8d9a000a85d1053 Author: Laurent Bigonville Date: Wed Oct 18 12:10:46 2017 +0200 Release to unstable --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index cd016cf..b3a9553 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -empathy (3.25.90+really3.12.14-1) UNRELEASED; urgency=medium +empathy (3.25.90+really3.12.14-1) unstable; urgency=medium * Revert to the 3.12.x branch, 3.25.90 introduces some regressions and upstream advises distributors should ship 3.12.14 instead @@ -8,7 +8,7 @@ empathy (3.25.90+really3.12.14-1) UNRELEASED; urgency=medium * debian/control: Bump Standards-Version to 4.1.1 (no further changes) * debian/watch: Use https to download the orig tarball - -- Laurent Bigonville Wed, 18 Oct 2017 11:49:39 +0200 + -- Laurent Bigonville Wed, 18 Oct 2017 12:10:40 +0200 empathy (3.25.90-1) unstable; urgency=medium -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/empathy.git From bigon at moszumanska.debian.org Wed Oct 18 10:16:46 2017 From: bigon at moszumanska.debian.org (Laurent Bigonville) Date: Wed, 18 Oct 2017 10:16:46 +0000 Subject: [Pkg-telepathy-commits] [empathy] 01/01: pristine-tar data for empathy_3.25.90+really3.12.14.orig.tar.xz In-Reply-To: <20171018101639.18413.64468@moszumanska.debian.org> References: <20171018101639.18413.64468@moszumanska.debian.org> Message-ID: This is an automated email from the git hooks/post-receive script. bigon pushed a commit to branch pristine-tar in repository empathy. commit 6268cf101df6e700383156ec0b26f040014716ae Author: Laurent Bigonville Date: Wed Oct 18 11:49:25 2017 +0200 pristine-tar data for empathy_3.25.90+really3.12.14.orig.tar.xz --- empathy_3.25.90+really3.12.14.orig.tar.xz.delta | Bin 0 -> 59056 bytes empathy_3.25.90+really3.12.14.orig.tar.xz.id | 1 + 2 files changed, 1 insertion(+) diff --git a/empathy_3.25.90+really3.12.14.orig.tar.xz.delta b/empathy_3.25.90+really3.12.14.orig.tar.xz.delta new file mode 100644 index 0000000..897e2e8 Binary files /dev/null and b/empathy_3.25.90+really3.12.14.orig.tar.xz.delta differ diff --git a/empathy_3.25.90+really3.12.14.orig.tar.xz.id b/empathy_3.25.90+really3.12.14.orig.tar.xz.id new file mode 100644 index 0000000..66e107b --- /dev/null +++ b/empathy_3.25.90+really3.12.14.orig.tar.xz.id @@ -0,0 +1 @@ +a9495d328c35cf4b46820b164e49bca8e602082c -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/empathy.git