--- freerdp-0.7.4.orig/debian/freerdp-x11.install
+++ freerdp-0.7.4/debian/freerdp-x11.install
@@ -0,0 +1,2 @@
+usr/bin
+usr/share/man/man1
--- freerdp-0.7.4.orig/debian/control
+++ freerdp-0.7.4/debian/control
@@ -0,0 +1,81 @@
+Source: freerdp
+Section: x11
+Priority: optional
+Maintainer: Otavio Salvador <otavio@debian.org>
+Build-Depends:
+ debhelper (>= 7.0.50~), autotools-dev, libasound2-dev, libcups2-dev,
+ libssl-dev, libx11-dev, libxcursor-dev, pkg-config
+Standards-Version: 3.9.0
+Homepage: http://freerdp.sourceforge.net/
+Vcs-Browser: http://git.debian.org/?p=collab-maint/freerdp.git
+Vcs-Git: git://git.debian.org/git/collab-maint/freerdp.git
+
+Package: freerdp-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends:
+ ${misc:Depends}, freerdp-x11 (= ${binary:Version}),
+ libfreerdp0 (= ${binary:Version}),
+ libfreerdp-plugins-standard (= ${binary:Version}),
+Description: RDP client for Windows Terminal Services (debug)
+ FreeRDP is a client for Windows Terminal Services implementing the Remote
+ Desktop Protocol (RDP).
+ .
+ This package contains the debug symbols.
+
+Package: freerdp-x11
+Section: x11
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Provides: freerdp
+Description: RDP client for Windows Terminal Services
+ FreeRDP is a client for Windows Terminal Services implementing the Remote
+ Desktop Protocol (RDP).
+ .
+ Currently, the following Windows Versions are supported:
+ .
+ * Windows NT Server
+ * Windows 2000 Terminal Server
+ * Windows XP
+ * Windows 2003 Server
+ * Windows Vista
+ * Windows 2008 Server
+ * Windows 7
+ .
+ This package contains the X11 based client.
+
+Package: libfreerdp0
+Architecture: any
+Section: libs
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Suggests: xfreerdp
+Description: RDP client for Windows Terminal Services (library)
+ FreeRDP is a client for Windows Terminal Services implementing the Remote
+ Desktop Protocol (RDP).
+ .
+ This package contains the shared library.
+
+Package: libfreerdp-plugins-standard
+Architecture: any
+Section: libs
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: RDP client for Windows Terminal Services (plugins)
+ FreeRDP is a client for Windows Terminal Services implementing the Remote
+ Desktop Protocol (RDP).
+ .
+ This package contains the plugins available to the Channel Manager extending
+ the RDP core functionality, such as sounds, clipboard synchronisation,
+ disk/printer redirection, etc.
+
+Package: libfreerdp-dev
+Section: libdevel
+Architecture: any
+Depends:
+ ${misc:Depends}, libfreerdp0 (= ${binary:Version}),
+ libfreerdp-plugins-standard (= ${binary:Version})
+Description: RDP client for Windows Terminal Services (development)
+ FreeRDP is a client for Windows Terminal Services implementing the Remote
+ Desktop Protocol (RDP).
+ .
+ This package contains the development files.
--- freerdp-0.7.4.orig/debian/rules
+++ freerdp-0.7.4/debian/rules
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+
+%:
+ dh ${@}
+
+override_dh_install:
+ # Removing unused files
+ rm -f debian/tmp/usr/lib/*.la
+ rm -f debian/tmp/usr/lib/freerdp/*.la
+
+ dh_install --fail-missing
+
+override_dh_strip:
+ dh_strip --dbg-package=freerdp-dbg
--- freerdp-0.7.4.orig/debian/copyright
+++ freerdp-0.7.4/debian/copyright
@@ -0,0 +1,85 @@
+Upstream-Contact: FreeRDP project <freerdp-devel@lists.sourceforge.net>
+Upstream-Homepage: http://freerdp.sourceforge.net/
+
+Files: *, channels/common/chan_stream.*
+Copyright:
+ (C) 1999-2000 Matthew Chapman
+ (C) 2000 Tim Edmonds
+ (C) 2001 James "Wez" Weatherall
+ (C) 2001 Johannes E. Schindelin
+ (C) 2003 GuoJunBo <guojunbo@ict.ac.cn>
+ (C) 2003-2004 X/IO Labs, xiolabs.com.
+ (C) 2003-2006 Lev Walkin <vlm@lionet.info>.
+ (C) 2003-2008 Erik Forsberg <forsberg@cendio.se>
+ (C) 2003-2008 Jeroen Meijer
+ (C) 2003-2008 Michael Gernoth <mike@zerfleddert.de>
+ (C) 2004-2005 Jeremy Meng <void.foo@gmail.com>
+ (C) 2004-2008 Peter Astrand
+ (C) 2006 Alexi Volkov <alexi@myrealbox.com>
+ (C) 2006-2008 Pierre Ossman <ossman@cendio.se>
+ (C) 2009-2010 Marc-Andre Moreau <marcandre.moreau@gmail.com>
+ (C) 2004-2010 Jay Sorg
+ (C) 2010 Vic Lee
+License: GPL-2 with OpenSSL exception
+ This program 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.
+ .
+ In addition, as a special exception, the author of this
+ program gives permission to link the code of its
+ release with the OpenSSL project's "OpenSSL" library (or
+ with modified versions of it that use the same license as
+ the "OpenSSL" library), and distribute the linked
+ executables. You must obey the GNU General Public
+ License in all respects for all of the code used other
+ than "OpenSSL". If you modify this file, you may extend
+ this exception to your version of the file, but you are
+ not obligated to do so. If you do not wish to do so,
+ delete this exception statement from your version.
+ .
+ This program 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
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
+
+Files: X11/*, dfb/*, channels/common/*, channels/clipdr/*
+Copyright:
+ (C) 2009-2010 Jay Sorg
+ (C) 2010 Vic Lee
+License: MIT or BSD
+
+Files: asn1/*
+Copyright: (C) 2003, 2004 Lev Walkin <vlm@lionet.info>
+License: BSD
+
+Files: debian/*
+Copyright: (C) 2010 Otavio Salvador <otavio@debian.org>
+License: GPL-2+
+ This program 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 program 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, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ can be found in /usr/share/common-licenses/GPL-2 file.
--- freerdp-0.7.4.orig/debian/watch
+++ freerdp-0.7.4/debian/watch
@@ -0,0 +1,3 @@
+version=3
+
+http://sf.net/freerdp/freerdp-(.+)\.tar\.gz
--- freerdp-0.7.4.orig/debian/compat
+++ freerdp-0.7.4/debian/compat
@@ -0,0 +1 @@
+7
--- freerdp-0.7.4.orig/debian/libfreerdp-plugins-standard.install
+++ freerdp-0.7.4/debian/libfreerdp-plugins-standard.install
@@ -0,0 +1 @@
+usr/lib/freerdp/*.so
--- freerdp-0.7.4.orig/debian/changelog
+++ freerdp-0.7.4/debian/changelog
@@ -0,0 +1,35 @@
+freerdp (0.7.4-1) unstable; urgency=low
+
+ * New upstream release.
+ - Fixes connection with VirtualBox RDP server. Closes: #592454.
+ * Bump standards-version; no changes needed.
+
+ -- Otavio Salvador <otavio@debian.org> Thu, 26 Aug 2010 11:07:49 -0300
+
+freerdp (0.7.3-1) unstable; urgency=low
+
+ * New upstream release.
+ * Fix section of libfreerdp0 to follow overrides.
+ * Add a watch file so it is easier to track new releases.
+
+ -- Otavio Salvador <otavio@debian.org> Tue, 27 Jul 2010 01:13:00 -0300
+
+freerdp (0.7.2-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Otavio Salvador <otavio@debian.org> Mon, 05 Jul 2010 14:05:26 -0300
+
+freerdp (0.7.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/copyright: add missing entries.
+
+ -- Otavio Salvador <otavio@debian.org> Wed, 23 Jun 2010 21:39:09 -0300
+
+freerdp (0.7.0+debian-1) unstable; urgency=low
+
+ * Initial release.
+ * Rebuild upstream tarball without debian directory.
+
+ -- Otavio Salvador <otavio@debian.org> Fri, 18 Jun 2010 15:09:19 -0300
--- freerdp-0.7.4.orig/debian/libfreerdp-dev.install
+++ freerdp-0.7.4/debian/libfreerdp-dev.install
@@ -0,0 +1,5 @@
+usr/include
+usr/lib/*.so
+usr/lib/*.a
+usr/lib/freerdp/*.a
+usr/lib/pkgconfig
--- freerdp-0.7.4.orig/debian/libfreerdp0.install
+++ freerdp-0.7.4/debian/libfreerdp0.install
@@ -0,0 +1,2 @@
+usr/lib/*.so.*
+usr/share/freerdp/keymaps
--- freerdp-0.7.4.orig/debian/source/format
+++ freerdp-0.7.4/debian/source/format
@@ -0,0 +1 @@
+1.0