r55031 - in /desktop/unstable/vinagre/debian: changelog control control.in rules

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Wed Feb 21 00:02:09 UTC 2018


Author: jbicha
Date: Wed Feb 21 00:02:09 2018
New Revision: 55031

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=55031
Log:
Build without Telepathy support

Modified:
    desktop/unstable/vinagre/debian/changelog
    desktop/unstable/vinagre/debian/control
    desktop/unstable/vinagre/debian/control.in
    desktop/unstable/vinagre/debian/rules

Modified: desktop/unstable/vinagre/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vinagre/debian/changelog?rev=55031&op=diff
==============================================================================
--- desktop/unstable/vinagre/debian/changelog	[utf-8] (original)
+++ desktop/unstable/vinagre/debian/changelog	[utf-8] Wed Feb 21 00:02:09 2018
@@ -1,3 +1,9 @@
+vinagre (3.22.0-4) UNRELEASED; urgency=medium
+
+  * Build without Telepathy support
+
+ -- Jeremy Bicha <jbicha at debian.org>  Tue, 20 Feb 2018 18:55:06 -0500
+
 vinagre (3.22.0-3) unstable; urgency=low
 
   * debian/control.in: Build-Depend on freerdp2-dev instead of libfreedp-dev

Modified: desktop/unstable/vinagre/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vinagre/debian/control?rev=55031&op=diff
==============================================================================
--- desktop/unstable/vinagre/debian/control	[utf-8] (original)
+++ desktop/unstable/vinagre/debian/control	[utf-8] Wed Feb 21 00:02:09 2018
@@ -6,7 +6,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Jeremy Bicha <jbicha at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Jeremy Bicha <jbicha at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 10),
                gnome-pkg-tools (>= 0.10),
                gnome-common,
@@ -24,7 +24,6 @@
                yelp-tools,
                libvte-2.91-dev (>= 0.20),
                libxml2-dev (>= 2.6.31),
-               libtelepathy-glib-dev (>= 0.11.6),
                openssh-client,
                docbook-xml,
                freerdp2-dev (>= 1.1)

Modified: desktop/unstable/vinagre/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vinagre/debian/control.in?rev=55031&op=diff
==============================================================================
--- desktop/unstable/vinagre/debian/control.in	[utf-8] (original)
+++ desktop/unstable/vinagre/debian/control.in	[utf-8] Wed Feb 21 00:02:09 2018
@@ -20,7 +20,6 @@
                yelp-tools,
                libvte-2.91-dev (>= 0.20),
                libxml2-dev (>= 2.6.31),
-               libtelepathy-glib-dev (>= 0.11.6),
                openssh-client,
                docbook-xml,
                freerdp2-dev (>= 1.1)

Modified: desktop/unstable/vinagre/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vinagre/debian/rules?rev=55031&op=diff
==============================================================================
--- desktop/unstable/vinagre/debian/rules	[utf-8] (original)
+++ desktop/unstable/vinagre/debian/rules	[utf-8] Wed Feb 21 00:02:09 2018
@@ -15,7 +15,7 @@
 		--with-avahi \
 		--enable-ssh \
 		--enable-rdp \
-		--with-telepathy
+		--without-telepathy
 
 override_dh_auto_install:
 	dh_auto_install




More information about the pkg-gnome-commits mailing list