--- vinagre-2.27.90.orig/debian/rules +++ vinagre-2.27.90/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk +-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk + +LDFLAGS += -Wl,-O1 -Wl,--as-needed + +DEB_CONFIGURE_EXTRA_FLAGS += --enable-avahi \ + --disable-scrollkeeper \ + --enable-ssh + +binary-install/vinagre:: + rm debian/vinagre/usr/share/doc/vinagre/COPYING + rm debian/vinagre/usr/share/doc/vinagre/INSTALL --- vinagre-2.27.90.orig/debian/changelog +++ vinagre-2.27.90/debian/changelog @@ -0,0 +1,380 @@ +vinagre (2.27.90-0ubuntu1) karmic; urgency=low + + * New upstream version (LP: #412228): + - Use GtkBuilder instead of Glade. + - Added a *very basic* SSH plugin. Enable it with --enable-ssh in + configure. + - Panel applet is now optional. Disable it with --disable-applet. + - Toolbar in fullscreen mode is now centralized. + - Screenshot can be saved in various formats. + - New fullscreen command-line option. + - New scaled command-line option. + - If the server is omitted in the command line, 'localhost' is + assumed. + - Clipboard operations work even with special chars. + * debian/control: + - Remove build-dep on libglade-dev. + - Add build-dep on libvte-dev (>= 0.20). + * debian/rules: + - Build with --enable-ssh + * Dropped 02_linking_order.patch - the change is in the new version. + * Refreshed patches. + + -- Chris Coulson Tue, 11 Aug 2009 23:51:49 +0100 + +vinagre (2.27.5-0ubuntu2) karmic; urgency=low + + * New upload using the bzr version, that should fix the schemas install + (lp: #406335) + + -- Sebastien Bacher Wed, 29 Jul 2009 15:25:36 +0200 + +vinagre (2.27.5-0ubuntu1) karmic; urgency=low + + * New upstream release: (LP: #406090) + - New plugin system. All protocols should be implemented as a plugin. + Initially we have only VNC plugin. + - Telepathy tubes support. This allows you to access a screen of an + IM contact. + - Lots of minor fixes. + - Translations + * debian/control.in: + - Remove Debian VCS links as they confuse debcheckout + - Build-depend on telepathy-glib, libxml2 + - Make -dev package + * debian/watch: + - Watch for unstable versions + * debian/patches/01_lpi.patch: + - Refreshed + * debian/patches/02_linking_order.patch: + - Fix linking order + * debian/patches/02_autoconf.patch: + * debian/patches/99_autoreconf.patch: + - Converted 02_autoconf.patch into 99_autoreconf.patch + * debian/vinagre-dev.install: + * debian/vinagre.install: + - Make -dev package + + -- Robert Ancell Wed, 29 Jul 2009 11:08:23 +1000 + +vinagre (2.26.2-1ubuntu1) karmic; urgency=low + + * Merge with Debian unstable (LP: #388704), remaining changes: + + debian/patches/01_lpi.patch: Add launchpad integration to application + menus + + debian/control.in: Add liblaunchpad-integration-dev to build-deps for + above + + debian/control.in: Add vcs-bzr pointing to ubuntu-desktop branch + + -- Iain Lane Thu, 18 Jun 2009 00:13:18 +0100 + +vinagre (2.26.2-1) unstable; urgency=low + + [ Josselin Mouette ] + * Build-depend on docbook-xml. Closes: #518461. + + [ Emilio Pozuelo Monfort ] + * New upstream release. + * Require libgtk-vnc-1.0-dev 0.3.8. + * debian/copyright: updated. + * Standards-Version is 3.8.1, no changes needed. + * debian/menu: added. + + [ Josselin Mouette ] + * New upstream release. + + -- Josselin Mouette Mon, 01 Jun 2009 11:12:43 +0200 + +vinagre (2.26.1-0ubuntu1) jaunty; urgency=low + + * New upstream release: (LP: #360566) + - #574134 - Don't allow items name duplicated on bookmarks. + - udpated translations + + -- Didier Roche Mon, 13 Apr 2009 17:55:48 +0200 + +vinagre (2.26.0-0ubuntu1) jaunty; urgency=low + + * New upstream release: (LP: #344080) + - updated translations + * Re-generate debian/patches/02_autoconf.patch + + -- Didier Roche Tue, 17 Mar 2009 09:40:53 +0100 + +vinagre (2.25.92-0ubuntu1) jaunty; urgency=low + + * New upstream release (LP: #36927) + - Improved the authentication dialog. + - Allow IPv6 address in command line as well in the connection dialog. + The address must be enclosed by square braces, for instance: [::a:b:c:d]. + This is the same syntax used by RealVNC. (LP: #290394) + - Translations (be@latin, ca, de, el, en_GB, es, et, eu, fi, fr, gu, hu, + kn, ko, mk, mr, nb, nl, pa, pl, pt_BR, pt, ro, sv, th, uk, zh_CN, zh_HK, + zh_TW) + + -- Didier Roche Mon, 02 Mar 2009 22:24:34 +0100 + +vinagre (2.25.91-0ubuntu1) jaunty; urgency=low + + * New upstream release (LP: #330229) + - Translations (ast, bg, da, de, es, eu, fr, hu, or, pl, pt_BR, pt + ro, sv, vi, zh-HK, zh_TW) + * Add Vcs-Bzr tag in debian/control + * Re-generate debian/control.in + + -- Didier Roche Mon, 16 Feb 2009 20:48:17 +0100 + +vinagre (2.25.90-0ubuntu1) jaunty; urgency=low + + * New upstream release. + - Fix the applet icon on transparent panels (LP: #317559) + - Handle correctly --enable-avahi option in configure.ac + - Updated translations + + -- Jorge O. Castro Fri, 06 Feb 2009 13:59:16 +0100 + +vinagre (2.25.5-0ubuntu1) jaunty; urgency=low + + * New upstream release. + * Remove INSTALL and COPYING in binary-install. + + -- Emilio Pozuelo Monfort Wed, 28 Jan 2009 11:34:14 +0100 + +vinagre (2.25.4-0ubuntu1) jaunty; urgency=low + + * New upstream version (lp: #314822) + * debian/control.in: + - update minimum version of libgtk-vnc-1.0-dev to 0.3.8 for Build-Depends + + -- Baptiste Mille-Mathias Wed, 07 Jan 2009 20:25:10 +0100 + +vinagre (2.24.2-1ubuntu1) jaunty; urgency=low + + * Merge from Debian unstable, remaining changes: + - Launchpad integration. + * The new upstream release fixes a security exploit (lp: #305623). + + -- Emilio Pozuelo Monfort Sat, 06 Dec 2008 23:21:11 +0100 + +vinagre (2.24.2-2) unstable; urgency=low + + * debian/watch: only track stable releases. + * debian/rules: Restore accidentally removed code that removes useless + files. + * Upload to unstable + - debian/rules: remove check-dist include. + + -- Emilio Pozuelo Monfort Wed, 04 Mar 2009 23:37:34 +0100 + +vinagre (2.24.2-1) experimental; urgency=high + + * New upstream release with a security fix. + - Update build dependencies. + * Update Vcs-* headers. + + -- Emilio Pozuelo Monfort Fri, 05 Dec 2008 23:39:31 +0100 + +vinagre (2.24.1-0ubuntu1) intrepid; urgency=low + + * New upstream release (LP: #286620) + - create the parent directory before copying the old bookmarks file + to the new location (LP: #275460) + - updated translations: ar, be@latin, el + + -- Didier Roche Mon, 20 Oct 2008 22:43:32 +0200 + +vinagre (2.24.0-0ubuntu1) intrepid; urgency=low + + * New upstream release with updated translations (lp: #273270) + + -- Emilio Pozuelo Monfort Mon, 22 Sep 2008 20:59:39 +0200 + +vinagre (2.23.92-0ubuntu1) intrepid; urgency=low + + * New upstream release (lp: #268484): + - Support down scaling, requires gtk-vnc 0.3.7 + + Bump gtk-vnc build-dependency to 0.3.7 + - Updated translations. + + -- Emilio Pozuelo Monfort Wed, 10 Sep 2008 11:45:28 +0200 + +vinagre (2.23.90-0ubuntu1) intrepid; urgency=low + + * New upstream release (LP: #260550) + - Minor bugfixes + * debian/control.in: + - Bump up b-d on libglib2.0-dev to 2.17.0 and + libgtk2.0-dev to 2.13.1 + - B-d on liblaunchpad-integration-dev + - Modify Maintainer to Desktop Team + * debian/rules: + - Added cdbs simple-patchsys.mk + * debian/patches/01_lpi.patch: + - Add Launchpad-integration to Vinagre + * debian/patches/02_autoconf.patch: + - Added to apply the changes + + -- Pedro Fragoso Fri, 22 Aug 2008 23:54:52 +0100 + +vinagre (2.23.4-1) experimental; urgency=low + + * New upstream releases: + - Fixes scrolling. Closes: #482564. + - Added a gconf option to disable all menu shortcuts. + Closes: #465606, LP: #223060. + - Persist changes in menu shortcuts. LP: #233918. + - Rework 'connect' and 'edit bookmark' dialogs so it's possible to + specify options like scaling, fullscreen... LP: #205253. + - debian/copyright: updated + - debian/control: b-d on libpanel-applet2-dev, required for the + new applet. + - debian/NEWS: document the bookmark migration from + ~/.gnome2/vinagre.bookmarks to ~/.local/share/vinagre. + * Update Standards-Version. No changes needed. + + -- Emilio Pozuelo Monfort Tue, 08 Jul 2008 21:56:06 +0200 + +vinagre (2.23.2-1) experimental; urgency=low + + * New upstream release: + - Update gtk-vnc requirement to 0.3.6. + - Update debian/copyright. + * debian/watch: + - Don't run 'debian uupdate', as packaging is handled by svn-bp. + + -- Emilio Pozuelo Monfort Mon, 12 May 2008 20:11:34 +0200 + +vinagre (2.23.1-1) experimental; urgency=low + + * New upstream unstable release. + * debian/rules: add check-dist include. + * debian/control{.in,}: + - Bump libgtk-vnc-1.0-dev build-dependency to 0.3.5 + - Bump libavahi-ui-dev and add libavahi-gobject-dev, >= 0.6.22 + * debian/copyright: Updated. + + -- Emilio Pozuelo Monfort Mon, 05 May 2008 19:55:51 +0200 + +vinagre (0.5.1-1) unstable; urgency=low + + [ Josselin Mouette ] + * Drop dh_icons calls; build-depend on cdbs 0.4.52. + + [ Emilio Pozuelo Monfort ] + * New upstream release. + + -- Emilio Pozuelo Monfort Mon, 07 Apr 2008 16:39:06 +0200 + +vinagre (0.5.0-1) unstable; urgency=low + + * New upstream stable release with only updated translations. + + -- Emilio Pozuelo Monfort Mon, 10 Mar 2008 19:47:07 +0100 + +vinagre (0.4.92-1) experimental; urgency=low + + * New upstream release; bug fixes and translations. + + -- Loic Minier Mon, 25 Feb 2008 15:55:55 +0100 + +vinagre (0.4.91-1) experimental; urgency=low + + [ Emilio Pozuelo Monfort ] + * New upstream releases. + * debian/control: + - Bump libgtk2.0-dev build dependency to >= 2.12.0. + - Bump libglib2.0-dev build dependency to >= 2.15.3. + - Bump libgtk-vnc-1.0-dev build dependency to >= 0.3.3. + - Remove libgnome-vfs2.0 build dependency, not needed anymore. + - Build depend on gnome-doc-utils (>= 0.3.2). + - Build depend on gconf2. Vinagre now registers itself as + a handler for the vnc:// protocol. + * debian/rules: + - Disable scrollkeeper on build. + * debian/vinagre.1, + debian/vinagre.manpages: + - Removed, as they are now included upstream. + + [ Loic Minier ] + * Pass -p$(cdbs_curpkg) to dh_icons and bump debhelper build-dep to >= + 5.0.51~ thanks to lintian as this is the first version where this binary + was added. + * Cleanups. + + -- Emilio Pozuelo Monfort Mon, 18 Feb 2008 11:54:31 +0100 + +vinagre (0.4-1) unstable; urgency=low + + [ Emilio Pozuelo Monfort ] + * Initial upload to Debian, stolen from Ubuntu. Closes: #442403. + * New upstream release. + * Set myself as Maintainer and the Debian GNOME Team as Uploader. + * debian/control: + - Bump libgtk-vnc-1.0-dev build dependency to 0.3. + - Added libgnome-keyring-dev and libgnomevfs2-dev to Build-Depends. + - Bump Standards-Version to 3.7.3. + - Wrap Build-Depends. + - Add Homepage, Vcs-Browser and Vcs-Svn fields. + - Reworked long description. + * debian/rules: + - Don't manually gzip upstream's ChangeLog. Let CDBS/debhelper do + the work. + - Call dh_icons in binary-install rule, as gnome.mk doesn't call it yet. + This is reported as #432851. + * debian/vinagre.1: + - Rewritten. + + [ Josselin Mouette ] + * Fix the build-dependencies according to configure.ac's contents. + + -- Emilio Pozuelo Monfort Sun, 13 Jan 2008 13:20:06 +0100 + +vinagre (0.3-0ubuntu2) hardy; urgency=low + + * Sponsor the package from Fernando Ribeiro (LP: #134560) + * debian/control.in: + - updated libgtk-vnc-1.0-dev Build-Depends + - use correct XSBC-Original-Maintainer + * debian/copyright: + - use the correct GPL versions + + -- Sebastien Bacher Wed, 14 Nov 2007 14:56:52 +0100 + +vinagre (0.3-0ubuntu1) gutsy; urgency=low + + * New upstream release + * debian/watch: + - Updated + * debian/control.in: + - Updated libgtk-vnc-dev to (>= 0.2) instead (>= 0.1) + + -- Fernando Ribeiro Fri, 14 Sep 2007 10:14:46 -0300 + +vinagre (0.2-0ubuntu3) gutsy; urgency=low + + * debian/control.in: + - Droped python-central (unecessary) + - Fixed description + - Fixed Maintainer to MOTU + * debian/copyright: + - Fixed copyright year + * debian/vinagre.1: + - Added + * debian/vinagre.manpages: + - Added + * debian/docs: + - Droped (unecessary) + + -- Fernando Ribeiro Thu, 13 Sep 2007 10:21:38 -0300 + +vinagre (0.2-0ubuntu2) gutsy; urgency=low + + * Fixed description + + -- Fernando Ribeiro Tue, 11 Sep 2007 15:57:21 -0300 + +vinagre (0.2-0ubuntu1) gutsy; urgency=low + + * Initial Release. + + -- Fernando Ribeiro Wed, 29 Aug 2007 14:02:57 -0300 --- vinagre-2.27.90.orig/debian/vinagre-dev.install +++ vinagre-2.27.90/debian/vinagre-dev.install @@ -0,0 +1,3 @@ +debian/tmp/usr/include +debian/tmp/usr/lib/pkgconfig + --- vinagre-2.27.90.orig/debian/control +++ vinagre-2.27.90/debian/control @@ -0,0 +1,50 @@ +Source: vinagre +Section: gnome +Priority: optional +Maintainer: Emilio Pozuelo Monfort +Uploaders: Debian GNOME Maintainers , Josselin Mouette +Build-Depends: cdbs (>= 0.4.52), + debhelper (>= 5.0.51~), + gnome-doc-utils (>= 0.3.2), + gnome-pkg-tools (>= 0.10), + intltool (>= 0.35.0), + libglib2.0-dev (>= 2.17.0), + libgtk2.0-dev (>= 2.13.1), + libgconf2-dev (>= 2.16.0), + libgnome-keyring-dev, + libgtk-vnc-1.0-dev (>= 0.3.8), + libavahi-ui-dev (>= 0.6.22), + libavahi-gobject-dev (>= 0.6.22), + libpanel-applet2-dev (>= 2.0), + libtelepathy-glib-dev (>= 0.7.31), + libxml2-dev (>= 2.6.32), + liblaunchpad-integration-dev, + gconf2, + docbook-xml, + libvte-dev (>= 0.20) +Standards-Version: 3.8.1 +Homepage: http://www.gnome.org/projects/vinagre/ +Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/vinagre/ubuntu + +Package: vinagre +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: VNC client for the GNOME Desktop + Vinagre is a VNC client integrated into the GNOME Desktop. + . + With Vinagre you can have several connections open simultaneously, + bookmark your servers thanks to the Favorites support, store the + passwords in the GNOME keyring, and browse the network to look for + VNC servers. + . + A Virtual Network Computing (VNC) server is a computer sharing its + screen to the network, so anyone with enough permissions can control + it remotely. + +Package: vinagre-dev +Architecture: all +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: Development files for Vinagre VNC client + Contains development files for producing Vinagre plugins --- vinagre-2.27.90.orig/debian/compat +++ vinagre-2.27.90/debian/compat @@ -0,0 +1 @@ +5 --- vinagre-2.27.90.orig/debian/copyright +++ vinagre-2.27.90/debian/copyright @@ -0,0 +1,80 @@ +This package was debianized by Fernando Ribeiro on, +Wed, 29 Aug 2007 14:03:54 -0300. + +It was downloaded from http://www.gnome.org/~jwendell/vinagre/downloads/ + +Upstream Authors: Jonh Wendell + +Copyright: + +Copyright (C) 2007-2009 Jonh Wendell +Copyright (C) 2003 - Bastien Nocera +Copyright (C) 1999, 2000 Red Hat Inc. + +Files in po/ are Copyright their respective translators unless specified +otherwise, and are licensed under the same terms as Vinagre, see below. + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + + vinagre is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by the + Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + vinagre is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + See the GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program. If not, see . + + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Files in src/view/*.[ch] are: + + * Copyright (c) 2005 VMware, Inc. + * + * Permission is hereby granted, free of charge, to any person obtaining + * a copy of this software and associated documentation files (the + * "Software"), to deal in the Software without restriction, including + * without limitation the rights to use, copy, modify, merge, publish, + * distribute, sublicense, and/or sell copies of the Software, and to + * permit persons to whom the Software is furnished to do so, subject to + * the following conditions: + * + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY + * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2' for the +version 2 of the License, and `/usr/share/common-licenses/GPL-3' for the +version 3 of the License. --- vinagre-2.27.90.orig/debian/vinagre.install +++ vinagre-2.27.90/debian/vinagre.install @@ -0,0 +1,9 @@ +debian/tmp/usr/bin +debian/tmp/usr/lib/vinagre +debian/tmp/usr/lib/vinagre-1/plugins/*.vinagre-plugin +debian/tmp/usr/lib/vinagre-1/plugins/*.so +debian/tmp/usr/lib/vinagre-1/plugin-loaders/*.so +debian/tmp/usr/lib/bonobo +debian/tmp/usr/share +debian/tmp/etc + --- vinagre-2.27.90.orig/debian/watch +++ vinagre-2.27.90/debian/watch @@ -0,0 +1,3 @@ +version=2 +http://ftp.gnome.org/pub/GNOME/sources/vinagre/([\d\.]+)/ \ +vinagre-([\d\.]+)\.tar\.gz --- vinagre-2.27.90.orig/debian/NEWS +++ vinagre-2.27.90/debian/NEWS @@ -0,0 +1,8 @@ +vinagre (2.23.4-1) unstable; urgency=low + + * Since 2.23.4, Vinagre follows the XDG Base Directory Specification, + which means it will use ~/.local/share/vinagre to store bookmarks, + instead of ~/.gnome2/vinagre.bookmarks. The migration will happen + automatically if there's no ~/.local/share/vinagre file yet. + + -- Emilio Pozuelo Monfort Mon, 07 Jul 2008 23:52:46 +0200 --- vinagre-2.27.90.orig/debian/control.in +++ vinagre-2.27.90/debian/control.in @@ -0,0 +1,50 @@ +Source: vinagre +Section: gnome +Priority: optional +Maintainer: Emilio Pozuelo Monfort +Uploaders: @GNOME_TEAM@ +Build-Depends: cdbs (>= 0.4.52), + debhelper (>= 5.0.51~), + gnome-doc-utils (>= 0.3.2), + gnome-pkg-tools (>= 0.10), + intltool (>= 0.35.0), + libglib2.0-dev (>= 2.17.0), + libgtk2.0-dev (>= 2.13.1), + libgconf2-dev (>= 2.16.0), + libgnome-keyring-dev, + libgtk-vnc-1.0-dev (>= 0.3.8), + libavahi-ui-dev (>= 0.6.22), + libavahi-gobject-dev (>= 0.6.22), + libpanel-applet2-dev (>= 2.0), + libtelepathy-glib-dev (>= 0.7.31), + libxml2-dev (>= 2.6.32), + liblaunchpad-integration-dev, + gconf2, + docbook-xml, + libvte-dev (>= 0.20) +Standards-Version: 3.8.1 +Homepage: http://www.gnome.org/projects/vinagre/ +Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/vinagre/ubuntu + +Package: vinagre +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: VNC client for the GNOME Desktop + Vinagre is a VNC client integrated into the GNOME Desktop. + . + With Vinagre you can have several connections open simultaneously, + bookmark your servers thanks to the Favorites support, store the + passwords in the GNOME keyring, and browse the network to look for + VNC servers. + . + A Virtual Network Computing (VNC) server is a computer sharing its + screen to the network, so anyone with enough permissions can control + it remotely. + +Package: vinagre-dev +Architecture: all +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: Development files for Vinagre VNC client + Contains development files for producing Vinagre plugins --- vinagre-2.27.90.orig/debian/patches/99_autoreconf.patch +++ vinagre-2.27.90/debian/patches/99_autoreconf.patch @@ -0,0 +1,83 @@ +diff -Nur -x '*.orig' -x '*~' vinagre-2.27.90/configure vinagre-2.27.90.new/configure +--- vinagre-2.27.90/configure 2009-08-11 20:55:34.000000000 +0100 ++++ vinagre-2.27.90.new/configure 2009-08-12 00:08:20.344211642 +0100 +@@ -15830,6 +15830,7 @@ + gio-2.0 >= \$GLIB_REQUIRED \\ + gtk+-2.0 >= \$GTK_REQUIRED \\ + gconf-2.0 >= \$GCONF_REQUIRED \\ ++ launchpad-integration \\ + gthread-2.0 >= \$GTHREAD_REQUIRED \\ + gnome-keyring-1 \\ + libxml-2.0 >= \$XML_REQUIRED +@@ -15839,6 +15840,7 @@ + gio-2.0 >= $GLIB_REQUIRED \ + gtk+-2.0 >= $GTK_REQUIRED \ + gconf-2.0 >= $GCONF_REQUIRED \ ++ launchpad-integration \ + gthread-2.0 >= $GTHREAD_REQUIRED \ + gnome-keyring-1 \ + libxml-2.0 >= $XML_REQUIRED +@@ -15851,6 +15853,7 @@ + gio-2.0 >= $GLIB_REQUIRED \ + gtk+-2.0 >= $GTK_REQUIRED \ + gconf-2.0 >= $GCONF_REQUIRED \ ++ launchpad-integration \ + gthread-2.0 >= $GTHREAD_REQUIRED \ + gnome-keyring-1 \ + libxml-2.0 >= $XML_REQUIRED +@@ -15872,6 +15875,7 @@ + gio-2.0 >= \$GLIB_REQUIRED \\ + gtk+-2.0 >= \$GTK_REQUIRED \\ + gconf-2.0 >= \$GCONF_REQUIRED \\ ++ launchpad-integration \\ + gthread-2.0 >= \$GTHREAD_REQUIRED \\ + gnome-keyring-1 \\ + libxml-2.0 >= \$XML_REQUIRED +@@ -15881,6 +15885,7 @@ + gio-2.0 >= $GLIB_REQUIRED \ + gtk+-2.0 >= $GTK_REQUIRED \ + gconf-2.0 >= $GCONF_REQUIRED \ ++ launchpad-integration \ + gthread-2.0 >= $GTHREAD_REQUIRED \ + gnome-keyring-1 \ + libxml-2.0 >= $XML_REQUIRED +@@ -15893,6 +15898,7 @@ + gio-2.0 >= $GLIB_REQUIRED \ + gtk+-2.0 >= $GTK_REQUIRED \ + gconf-2.0 >= $GCONF_REQUIRED \ ++ launchpad-integration \ + gthread-2.0 >= $GTHREAD_REQUIRED \ + gnome-keyring-1 \ + libxml-2.0 >= $XML_REQUIRED +@@ -15920,6 +15926,7 @@ + gio-2.0 >= $GLIB_REQUIRED \ + gtk+-2.0 >= $GTK_REQUIRED \ + gconf-2.0 >= $GCONF_REQUIRED \ ++ launchpad-integration \ + gthread-2.0 >= $GTHREAD_REQUIRED \ + gnome-keyring-1 \ + libxml-2.0 >= $XML_REQUIRED +@@ -15930,6 +15937,7 @@ + gio-2.0 >= $GLIB_REQUIRED \ + gtk+-2.0 >= $GTK_REQUIRED \ + gconf-2.0 >= $GCONF_REQUIRED \ ++ launchpad-integration \ + gthread-2.0 >= $GTHREAD_REQUIRED \ + gnome-keyring-1 \ + libxml-2.0 >= $XML_REQUIRED +@@ -15943,6 +15951,7 @@ + gio-2.0 >= $GLIB_REQUIRED \ + gtk+-2.0 >= $GTK_REQUIRED \ + gconf-2.0 >= $GCONF_REQUIRED \ ++ launchpad-integration \ + gthread-2.0 >= $GTHREAD_REQUIRED \ + gnome-keyring-1 \ + libxml-2.0 >= $XML_REQUIRED +@@ -15962,6 +15971,7 @@ + gio-2.0 >= $GLIB_REQUIRED \ + gtk+-2.0 >= $GTK_REQUIRED \ + gconf-2.0 >= $GCONF_REQUIRED \ ++ launchpad-integration \ + gthread-2.0 >= $GTHREAD_REQUIRED \ + gnome-keyring-1 \ + libxml-2.0 >= $XML_REQUIRED --- vinagre-2.27.90.orig/debian/patches/01_lpi.patch +++ vinagre-2.27.90/debian/patches/01_lpi.patch @@ -0,0 +1,45 @@ +# UbuntuSpec: Launchpad-integration +# Pedro Fragoso = $GLIB_REQUIRED \ + gtk+-2.0 >= $GTK_REQUIRED \ + gconf-2.0 >= $GCONF_REQUIRED \ ++ launchpad-integration \ + gthread-2.0 >= $GTHREAD_REQUIRED \ + gnome-keyring-1 \ + libxml-2.0 >= $XML_REQUIRED +diff -Nur -x '*.orig' -x '*~' vinagre-2.27.90/data/vinagre-ui.xml vinagre-2.27.90.new/data/vinagre-ui.xml +--- vinagre-2.27.90/data/vinagre-ui.xml 2009-08-10 14:15:41.000000000 +0100 ++++ vinagre-2.27.90.new/data/vinagre-ui.xml 2009-08-12 00:05:08.803211147 +0100 +@@ -65,6 +65,7 @@ + + + ++ + + + +diff -Nur -x '*.orig' -x '*~' vinagre-2.27.90/vinagre/vinagre-window.c vinagre-2.27.90.new/vinagre/vinagre-window.c +--- vinagre-2.27.90/vinagre/vinagre-window.c 2009-08-03 21:09:52.000000000 +0100 ++++ vinagre-2.27.90.new/vinagre/vinagre-window.c 2009-08-12 00:05:08.803211147 +0100 +@@ -29,6 +29,8 @@ + #include + #include + ++#include ++ + #include "vinagre-window.h" + #include "vinagre-notebook.h" + #include "vinagre-fav.h" +@@ -412,6 +414,8 @@ + FALSE, + 0); + ++ launchpad_integration_add_ui (manager, "/MenuBar/HelpMenu/LaunchpadItems"); ++ + window->priv->toolbar = gtk_ui_manager_get_widget (manager, "/ToolBar"); + gtk_widget_hide (window->priv->toolbar); + gtk_box_pack_start (GTK_BOX (main_box),