--- openerp-client-5.0.12.orig/debian/rules
+++ openerp-client-5.0.12/debian/rules
@@ -0,0 +1,25 @@
+#!/usr/bin/make -f
+
+%:
+ dh --with quilt ${@}
+
+override_dh_auto_clean:
+ dh_auto_clean
+
+ rm -rf build
+
+override_dh_auto_install:
+ python setup.py install --install-layout=deb --no-compile --prefix=$(CURDIR)/debian/openerp-client/usr
+
+ # Adjusting program location
+ sed -i -e 's|cd .*|cd /usr/share/pyshared/openerp-client|' debian/openerp-client/usr/bin/openerp-client
+
+ # Adjusting localization names
+ mv debian/openerp-client/usr/share/locale/al debian/openerp-client/usr/share/locale/sq
+ mv debian/openerp-client/usr/share/locale/ua debian/openerp-client/usr/share/locale/uk
+
+ # Removing useless files
+ rm -rf debian/openerp-client/usr/share/doc/openerp-client-*
+
+override_dh_installchangelogs:
+ dh_installchangelogs doc/Changelog
--- openerp-client-5.0.12.orig/debian/control
+++ openerp-client-5.0.12/debian/control
@@ -0,0 +1,30 @@
+Source: openerp-client
+Section: x11
+Priority: optional
+Maintainer: Debian Open Object Maintainers <open-object@lists.debian-maintainers.org>
+Uploaders: Daniel Baumann <daniel@debian.org>
+Build-Depends: debhelper (>= 7.0.50~), python, quilt (>= 0.46-7)
+Build-Depends-Indep: python-glade2, python-gtk2
+Standards-Version: 3.9.1
+Homepage: http://www.openerp.com/
+Vcs-Browser: http://git.debian-maintainers.org/?p=open-object/openerp-client.git
+Vcs-Git: git://git.debian-maintainers.org/git/open-object/openerp-client.git
+
+Package: openerp-client
+Architecture: all
+Depends:
+ ${misc:Depends}, python, python-egenix-mxdatetime, python-glade2, python-gtk2
+Recommends:
+ python-hippocanvas, python-matplotlib, python-openssl, python-tz,
+ openoffice.org-writer, evince | pdf-viewer
+Suggests: openerp-server
+Description: Enterprise Resource Management (client)
+ Open ERP, previously known as TinyERP, is a complete ERP and CRM. The main
+ features are accounting (analytic and financial), stock management, sales and
+ purchases management, tasks automation, marketing campaigns, help desk, POS,
+ etc. Technical features include a distributed server, flexible workflows, an
+ object database, a dynamic GUI, customizable reports, and NET-RPC and XML-RPC
+ interfaces.
+ .
+ This package contains the Open ERP client, install openerp-server package for
+ the server.
--- openerp-client-5.0.12.orig/debian/README.source
+++ openerp-client-5.0.12/debian/README.source
@@ -0,0 +1,37 @@
+Package Repositories
+--------------------
+
+Backports for the current stable debian distribution as well as snapshots of
+unreleased versions may be available in repositories listed on the maintainers
+homepage. The current URL of the maintainer homepage can be seen in
+debian/copyright.
+
+
+Source Access
+-------------
+
+You can obtain the sources of this package with:
+
+ $ apt-get source ${PACKAGE}
+
+whereas '${PACKAGE}' has to be replaced with the actual name of the package.
+
+This package is maintained with the Git version control system. The current git
+source tree can be obtained with:
+
+ $ git clone ${GIT_URI}
+
+whereas '${GIT_URI}' has to be replaced with the actual URI for the Git
+repository. The current Git URI can be seen in debian/control in the extracted
+package sources.
+
+More information about Git can be found in the git-core package.
+
+This package may use the Quilt patch system to manage all modifications to the
+upstream source. Changes, if any, are stored in the source package as diffs in
+debian/diff and are applied during the build. Current modifications can be
+applied to the source tree with:
+
+ $ QUILT_PATCHES=debian/patches quilt push -a
+
+More information about Quilt can be found in the quilt package.
--- openerp-client-5.0.12.orig/debian/copyright
+++ openerp-client-5.0.12/debian/copyright
@@ -0,0 +1,101 @@
+Upstream-Contact: n/a
+Upstream-Homepage: http://www.openerp.com/
+Maintainer-Contact: Debian Open Object Maintainers <gnunet@lists.debian-maintainers.org>
+Maintainer-Homepage: http://open-object.debian-maintainers.org/
+
+Files: *
+Copyright: (C) 2004-2010 Tiny.be <info@tiny.be>
+License: GPL-3+
+ 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.
+
+Files: msgfmt.py
+Copyright: (C) Martin von Loewis <loewis@informatik.hu-berlin.de>
+License: other
+ This file is part of Gnomolicious and is distributed under the Python
+ Software License (http://www.python.org/2.3/license.html).
+ .
+ Permission to use, copy, modify, and distribute this software and its
+ documentation for any purpose and without fee is hereby granted,
+ provided that the above copyright notice appear in all copies and that
+ both that copyright notice and this permission notice appear in
+ supporting documentation, and that the name of Stichting Mathematisch
+ Centrum or CWI not be used in advertising or publicity pertaining to
+ distribution of the software without specific, written prior
+ permission.
+
+Files: mydistutils.py
+Copyright:
+ (C) 2003-2005 Terje Rosten <terjeros@phys.ntnu.no>
+ (C) 2003-2005 Nicolas Evrard
+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.
+
+Files: bin/SpiffGtkWidgets
+Copyright: (C) 2008 Samuel Abels
+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.
+ .
+ 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.
+
+Files: debian/*
+Copyright: (C) 2005-2010 Daniel Baumann <daniel@debian.org>
+License: GPL-3+
+ 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.
--- openerp-client-5.0.12.orig/debian/changelog
+++ openerp-client-5.0.12/debian/changelog
@@ -0,0 +1,428 @@
+openerp-client (5.0.12-2) unstable; urgency=low
+
+ * Removing debhelper auto install overrides.
+ * Updating standards version to 3.9.1.
+ * Reverting to manual setup.py call, updated for version 5.0.12.
+
+ -- Daniel Baumann <daniel@debian.org> Sat, 14 Aug 2010 16:52:10 +0200
+
+openerp-client (5.0.12-1) unstable; urgency=low
+
+ * Updating standards version to 3.9.0.
+ * Merging upstream version 5.0.12.
+
+ -- Daniel Baumann <daniel@debian.org> Sun, 18 Jul 2010 19:36:38 +0200
+
+openerp-client (5.0.11-1) unstable; urgency=low
+
+ * Merging upstream version 5.0.11.
+
+ -- Daniel Baumann <daniel@debian.org> Tue, 08 Jun 2010 11:35:34 +0200
+
+openerp-client (5.0.10-1) unstable; urgency=low
+
+ * Adding python-tz to recommends.
+ * Merging upstream version 5.0.10.
+
+ -- Daniel Baumann <daniel@debian.org> Fri, 07 May 2010 14:27:48 +0200
+
+openerp-client (5.0.9-1) unstable; urgency=low
+
+ * Merging upstream version 5.0.9.
+
+ -- Daniel Baumann <daniel@debian.org> Fri, 16 Apr 2010 06:41:02 +0200
+
+openerp-client (5.0.8-1) unstable; urgency=low
+
+ * Merging upstream version 5.0.8.
+ * Rediffing survey.patch.
+
+ -- Daniel Baumann <daniel@debian.org> Wed, 14 Apr 2010 20:13:04 +0200
+
+openerp-client (5.0.7-2) unstable; urgency=low
+
+ * Updating python build-depends.
+ * Adjusting upstreams wrong localization names.
+
+ -- Daniel Baumann <daniel@debian.org> Tue, 06 Apr 2010 23:59:30 +0200
+
+openerp-client (5.0.7-1) unstable; urgency=low
+
+ * Merging upstream version 5.0.7.
+ * Adding python-openssl to recommends (Closes: #570976).
+ * Updating copyright file.
+ * Updating README.source.
+ * Resorting the dh call to more common order.
+
+ -- Daniel Baumann <daniel@debian.org> Sat, 13 Mar 2010 13:08:19 +0100
+
+openerp-client (5.0.6-3) unstable; urgency=low
+
+ * Adding explicit debian source version 1.0 until switch to 3.0.
+ * Updating year in copyright file.
+ * Updating to standards 3.8.4.
+ * Adding patch to completely disable the annoying survey on startup
+ (Closes: #560688).
+
+ -- Daniel Baumann <daniel@debian.org> Sat, 06 Feb 2010 10:13:25 +0100
+
+openerp-client (5.0.6-2) unstable; urgency=low
+
+ * Manually removing build directory in clean target (Closes: #549215).
+ * Making quilt build-depends versioned (Closes: #549212).
+
+ -- Daniel Baumann <daniel@debian.org> Sat, 03 Oct 2009 08:41:01 +0200
+
+openerp-client (5.0.6-1) unstable; urgency=low
+
+ * Merging upstream version 5.0.6.
+
+ -- Daniel Baumann <daniel@debian.org> Fri, 25 Sep 2009 08:10:20 +0200
+
+openerp-client (5.0.5-1) unstable; urgency=low
+
+ * Merging upstream version 5.0.5.
+
+ -- Daniel Baumann <daniel@debian.org> Mon, 21 Sep 2009 20:35:31 +0200
+
+openerp-client (5.0.4-1) unstable; urgency=low
+
+ * Adding README.source.
+ * Bumping versioned build-depends on debhelper.
+ * Moving maintainer homepage from control to copyright.
+ * Updating README.source.
+ * Merging upstream version 5.0.4.
+
+ -- Daniel Baumann <daniel@debian.org> Mon, 21 Sep 2009 00:15:05 +0200
+
+openerp-client (5.0.3-0-1) unstable; urgency=low
+
+ * Updating package to standards version 3.8.3.
+ * Adding maintainer homepage field to control.
+ * Marking maintainer homepage field to be also included in binary
+ packages and changelog.
+ * Merging upstream version 5.0.3-0.
+
+ -- Daniel Baumann <daniel@debian.org> Mon, 24 Aug 2009 20:13:33 +0200
+
+openerp-client (5.0.2-0-2) unstable; urgency=low
+
+ * Updating maintainer field.
+ * Updating vcs fields.
+ * Sorting and wrapping depends.
+ * Correcting spelling of Open ERP.
+ * Tidy debhelper install file.
+ * Minimizing rules file.
+ * Correcting icon entry in desktop file, according to specification
+ the entry should not have a file extension.
+
+ -- Daniel Baumann <daniel@debian.org> Sat, 15 Aug 2009 19:01:36 +0200
+
+openerp-client (5.0.2-0-1) unstable; urgency=low
+
+ * Merging upstream version 5.0.2-0.
+
+ -- Daniel Baumann <daniel@debian.org> Thu, 13 Aug 2009 10:59:33 +0200
+
+openerp-client (5.0.1-0-2) unstable; urgency=low
+
+ * Updating package to standards version 3.8.2.
+ * Rediffing autobuild.patch (Closes: #538626).
+
+ -- Daniel Baumann <daniel@debian.org> Sun, 26 Jul 2009 12:23:37 +0200
+
+openerp-client (5.0.1-0-1) unstable; urgency=low
+
+ * Merging upstream version 5.0.1-0.
+ * Updating to standards 3.8.1.
+ * Dropping old conflicts/replaces on tinyerp.
+ * Using correct rfc-2822 date formats in changelog.
+
+ -- Daniel Baumann <daniel@debian.org> Sat, 30 May 2009 11:19:51 +0200
+
+openerp-client (5.0.0-3-1) unstable; urgency=low
+
+ * Merging upstream version 5.0.0-3.
+
+ -- Daniel Baumann <daniel@debian.org> Sat, 14 Feb 2009 00:35:00 +0100
+
+openerp-client (5.0.0-2-1) unstable; urgency=low
+
+ * Merging upstream version 5.0.0-2.
+
+ -- Daniel Baumann <daniel@debian.org> Sat, 14 Feb 2009 00:01:00 +0100
+
+openerp-client (5.0.0-1) unstable; urgency=low
+
+ * Adding python-hippocanvas to recommends, thanks to David Goodenough
+ <david.goodenough@linkchoose.co.uk> (Closes: #511610).
+ * Merging upstream version 5.0.0.
+ * Rediffing gtk.patch.
+
+ -- Daniel Baumann <daniel@debian.org> Sat, 07 Feb 2009 12:15:00 +0100
+
+openerp-client (5.0.0~rc3-1) unstable; urgency=low
+
+ * Merging upstream version 5.0.0~rc3.
+ * Using quilt rather than dpatch.
+ * Updating menu file.
+ * Updating year in copyright file.
+
+ -- Daniel Baumann <daniel@debian.org> Fri, 09 Jan 2009 18:18:00 -0500
+
+openerp-client (5.0.0~rc2-1) unstable; urgency=low
+
+ * Merging upstream version 5.0.0~rc2.
+ * Creating pixmaps as upstream removed them.
+ * Prefixing debhelper files with package name.
+
+ -- Daniel Baumann <daniel@debian.org> Thu, 25 Dec 2008 14:53:00 +0100
+
+openerp-client (5.0.0~rc1.1-2) unstable; urgency=low
+
+ * Adjusting sed call to correct path in /usr/bin/openerp-server.
+
+ -- Daniel Baumann <daniel@debian.org> Wed, 17 Dec 2008 08:33:00 +0100
+
+openerp-client (5.0.0~rc1.1-1) unstable; urgency=low
+
+ * Merging upstream version 5.0.0~rc1.1.
+
+ -- Daniel Baumann <daniel@debian.org> Tue, 16 Dec 2008 13:19:00 +0100
+
+openerp-client (5.0.0~rc1-1) unstable; urgency=low
+
+ * Merging upstream version 5.0.0~rc1.
+
+ -- Daniel Baumann <daniel@debian.org> Tue, 16 Dec 2008 13:04:00 +0100
+
+openerp-client (5.0.0~alpha-3) unstable; urgency=low
+
+ * Adding python-matplotlib to recommends (Closes: #506619).
+ * Dropping tinyerp-client transitional package, this allows to have both
+ packages available in unstable.
+
+ -- Daniel Baumann <daniel@debian.org> Sun, 07 Dec 2008 20:17:00 +0100
+
+openerp-client (5.0.0~alpha-2) experimental; urgency=low
+
+ * Renaming tinyerp-client to new upstream openerp-client name.
+
+ -- Daniel Baumann <daniel@debian.org> Sun, 09 Nov 2008 19:15:00 +0100
+
+tinyerp-client (5.0.0~alpha-1) experimental; urgency=low
+
+ * Merging upstream version 5.0.0~alpha.
+ * Rediffing autobuild.dpatch.
+ * Rediffing gtk.dpatch.
+ * Removing openerp.dpatch, not needed anymore.
+ * Removing unneeded chmod call for tinyerp-client.py.
+ * Sorting build-depends, depends and recommends.
+ * Renaming everything except the package name itself from tinyerp-client to
+ openerp-client.
+ * Updating copyright file to current upstream.
+
+ -- Daniel Baumann <daniel@debian.org> Sun, 09 Nov 2008 18:47:00 +0100
+
+tinyerp-client (4.2.3.4-1) unstable; urgency=low
+
+ * Merging upstream version 4.2.3.4.
+ * Adding changelog entries for debian version 3.4.2-2 and 3.4.2-3.
+ * Upgrading package to debhelper 7.
+ * Upgrading package to standards 3.8.0.
+ * Updating homepage field in control file.
+ * Adding vcs fields in control file.
+ * Rewriting copyright file in machine-interpretable format.
+ * Reordering and splitting out rules file into individual debhelper files.
+ * Completing gtk.dpatch header description.
+ * Adding patch to update homepage location of tinyerp.
+
+ -- Daniel Baumann <daniel@debian.org> Sat, 08 Nov 2008 16:04:00 +0100
+
+tinyerp-client (4.2.2-2) unstable; urgency=medium
+
+ * Adding patch from Chris Lamb <chris@chris-lamb.co.uk> to fix startup
+ problem (Closes: #481895).
+
+ -- Daniel Baumann <daniel@debian.org> Sat, 07 Jun 2008 17:47:00 +0200
+
+tinyerp-client (4.2.2-1) unstable; urgency=low
+
+ * New upstream release.
+ * Adding depends to python-egenix-mxdatetime (Closes: #468275).
+
+ -- Daniel Baumann <daniel@debian.org> Sat, 26 Apr 2008 16:07:00 +0200
+
+tinyerp-client (4.2.1-1) unstable; urgency=low
+
+ * Maintainer upload from the Zuerich BSP.
+ * New upstream release.
+ * Bumping to new policy.
+ * Using new homepage field in control.
+ * Updated menu file to new policy.
+ * Fixing icon location (Closes: #448993).
+
+ -- Daniel Baumann <daniel@debian.org> Sat, 12 Jan 2008 16:14:00 +0100
+
+tinyerp-client (4.2.0-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Daniel Baumann <daniel@debian.org> Wed, 31 Oct 2007 21:40:00 +0100
+
+tinyerp-client (4.2.0~rc3-1) experimental; urgency=low
+
+ * New upstream release.
+
+ -- Daniel Baumann <daniel@debian.org> Wed, 26 Sep 2007 11:12:00 +0200
+
+tinyerp-client (4.2.0~rc2-1) experimental; urgency=low
+
+ * New upstream release.
+
+ -- Daniel Baumann <daniel@debian.org> Sat, 25 Aug 2007 08:23:00 +0200
+
+tinyerp-client (4.2.0~rc1-1) experimental; urgency=low
+
+ * New upstream release.
+ * Dropping 02-locale.dpatch and 03-icons.dpatch, not required anymore.
+
+ -- Daniel Baumann <daniel@debian.org> Wed, 15 Aug 2007 15:49:00 +0200
+
+tinyerp-client (4.1.1-1) experimental; urgency=low
+
+ * New upstream release.
+
+ -- Daniel Baumann <daniel@debian.org> Thu, 14 Jun 2007 14:34:00 +0100
+
+tinyerp-client (4.1.0-1) experimental; urgency=low
+
+ * New upstream release.
+
+ -- Daniel Baumann <daniel@debian.org> Fri, 01 Jun 2007 12:19:00 +0200
+
+tinyerp-client (4.0.3-1) unstable; urgency=low
+
+ * New upstream release.
+ * Taking package back, Jean-Marc seems to be MIA.
+
+ -- Daniel Baumann <daniel@debian.org> Fri, 01 Jun 2007 11:50:00 +0200
+
+tinyerp-client (4.0.2-2) unstable; urgency=low
+
+ * Setting maintainer to Jean-Marc.
+
+ -- Daniel Baumann <daniel@debian.org> Thu, 18 Jan 2007 14:11:00 +0100
+
+tinyerp-client (4.0.2-1) unstable; urgency=low
+
+ * New upstream release.
+ * Added recommends to openoffice.org-writer (Closes: #406092).
+ * Some minor cleanups.
+
+ -- Daniel Baumann <daniel@debian.org> Thu, 18 Jan 2007 14:11:00 +0100
+
+tinyerp-client (4.0.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * Removed 04-l18n-de.dpatch, went upstream.
+
+ -- Daniel Baumann <daniel@debian.org> Fri, 29 Dec 2006 00:56:00 +0100
+
+tinyerp-client (4.0.0-2) unstable; urgency=low
+
+ * Added 04-l18n-de.dpatch from Michael Bunk <azeem@debian.org> to update
+ the German localization.
+
+ -- Daniel Baumann <daniel@debian.org> Sat, 16 Dec 2006 16:45:00 +0100
+
+tinyerp-client (4.0.0-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Daniel Baumann <daniel@debian.org> Tue, 05 Dec 2006 17:39:00 +0100
+
+tinyerp-client (4.0.0~rc1-2) unstable; urgency=low
+
+ * Cleaned up build-depends.
+ * Fixed icon location.
+
+ -- Daniel Baumann <daniel@debian.org> Tue, 05 Dec 2006 13:04:00 +0100
+
+tinyerp-client (4.0.0~rc1-1) unstable; urgency=low
+
+ * New upstream release.
+ * Removed 02-url.dpatch, went usptream.
+ * Added 02-locale.dpatch from Michael Bunk <azeem@debian.org> to adjusts path
+ for locale directory (Closes: #401674).
+
+ -- Daniel Baumann <daniel@debian.org> Tue, 05 Dec 2006 12:36:00 +0100
+
+tinyerp-client (3.5.0-1) experimental; urgency=low
+
+ * New upstream release.
+
+ -- Daniel Baumann <daniel@debian.org> Mon, 23 Oct 2006 12:16:00 +0200
+
+tinyerp-client (3.4.2-3) testing; urgency=low
+
+ * Added 04-l18n-de.dpatch from Michael Bank <mbank@debian.org> to update
+ the German localization.
+
+ -- Daniel Baumann <daniel@debian.org> Sat, 16 Dec 2006 16:45:00 +0100
+
+tinyerp-client (3.4.2-2) testing; urgency=medium
+
+ * Added 02-locale.dpatch from unstable as 03-locale.dpatch (Closes: #402675).
+ This patch fixes the wrong path to the l10n files as reported by Michael
+ Bunk <azeem@debian.org> in #401674.
+
+ -- Daniel Baumann <daniel@debian.org> Tue, 12 Dec 2006 10:36:00 +0100
+
+tinyerp-client (3.4.2-1) unstable; urgency=medium
+
+ * New upstream release.
+ * New email address.
+ * Complying with new python policy (Closes: #380972).
+ * Added patch to match URLs with the new vendor website.
+
+ -- Daniel Baumann <daniel@debian.org> Mon, 16 Oct 2006 13:34:00 +0200
+
+tinyerp-client (3.3.0-2) unstable; urgency=low
+
+ * Fixed essential symlinks (Closes: #374856).
+
+ -- Daniel Baumann <daniel.baumann@panthera-systems.net> Thu, 22 Jun 2006 19:07:00 +0200
+
+tinyerp-client (3.3.0-1) unstable; urgency=low
+
+ * New upstream release.
+ * Set to architecture to all (Closes: #356961).
+
+ -- Daniel Baumann <daniel.baumann@panthera-systems.net> Sat, 03 Jun 2006 20:16:00 +0200
+
+tinyerp-client (3.2.1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Daniel Baumann <daniel.baumann@panthera-systems.net> Thu, 02 Feb 2006 09:44:00 +0100
+
+tinyerp-client (3.2.0-1) unstable; urgency=low
+
+ * New upstream release.
+ * Added desktop file.
+
+ -- Daniel Baumann <daniel.baumann@panthera-systems.net> Tue, 24 Jan 2006 07:00:00 +0100
+
+tinyerp-client (3.1.99+3.2.0rc1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Daniel Baumann <daniel.baumann@panthera-systems.net> Tue, 27 Dec 2005 20:00:00 +0100
+
+tinyerp-client (3.1.1-1) unstable; urgency=low
+
+ * Initial release.
+ * Added changelog from website.
+
+ -- Daniel Baumann <daniel.baumann@panthera-systems.net> Sun, 16 Oct 2005 13:01:00 +0200
--- openerp-client-5.0.12.orig/debian/openerp-client.docs
+++ openerp-client-5.0.12/debian/openerp-client.docs
@@ -0,0 +1 @@
+doc/CREDITS
--- openerp-client-5.0.12.orig/debian/openerp-client.install
+++ openerp-client-5.0.12/debian/openerp-client.install
@@ -0,0 +1,2 @@
+debian/desktop/* /usr/share/applications
+debian/pixmaps/* /usr/share/pixmaps
--- openerp-client-5.0.12.orig/debian/compat
+++ openerp-client-5.0.12/debian/compat
@@ -0,0 +1 @@
+7
--- openerp-client-5.0.12.orig/debian/openerp-client.menu
+++ openerp-client-5.0.12/debian/openerp-client.menu
@@ -0,0 +1,4 @@
+?package(openerp-client):needs="X11" section="Applications/Office"\
+ title="Open ERP client" longtitle="Enterprise Resource Management (client)"\
+ description="Open ERP is a complete ERP and CRM. It features accounting (analytic and financial), stock management, sales and purchases management, tasks automation, marketing campaigns, help desk, POS, etc."\
+ command="/usr/bin/openerp-client" icon="/usr/share/pixmaps/openerp-client.xpm"
--- openerp-client-5.0.12.orig/debian/desktop/openerp-client.desktop
+++ openerp-client-5.0.12/debian/desktop/openerp-client.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=OpenERP Client
+Comment=Enterprise Resource Management (client)
+Exec=openerp-client
+Icon=openerp-client
+Terminal=false
+Type=Application
+Categories=Application;Network;
--- openerp-client-5.0.12.orig/debian/pixmaps/openerp-client.xpm
+++ openerp-client-5.0.12/debian/pixmaps/openerp-client.xpm
@@ -0,0 +1,197 @@
+/* XPM */
+static char * openerp_client_xpm[] = {
+"32 32 162 2",
+" c None",
+". c #DB2925",
+"+ c #DA2824",
+"@ c #D9201C",
+"# c #E66F6C",
+"$ c #E35D5A",
+"% c #F5C6C5",
+"& c #F1ACAB",
+"* c #EFA29F",
+"= c #F0A3A2",
+"- c #F2B7B5",
+"; c #F5C3C2",
+"> c #E25653",
+", c #D91F1B",
+"' c #DA231F",
+") c #E1514E",
+"! c #F1B0AF",
+"~ c #FDF7F7",
+"{ c #FFFFFF",
+"] c #FDF3F3",
+"^ c #F8D5D4",
+"/ c #DF3935",
+"( c #DA2723",
+"_ c #E04541",
+": c #F7D0CF",
+"< c #FEFCFC",
+"[ c #F0A8A6",
+"} c #DF403C",
+"| c #DE3F3B",
+"1 c #DB2C28",
+"2 c #DC2F2B",
+"3 c #D82622",
+"4 c #DF4441",
+"5 c #EB8B88",
+"6 c #FEFEFE",
+"7 c #F9FAFA",
+"8 c #E99D9B",
+"9 c #DA1E19",
+"0 c #D91E1A",
+"a c #E78F8D",
+"b c #FBFDFD",
+"c c #FADFDF",
+"d c #DD3834",
+"e c #DA2521",
+"f c #E14C48",
+"g c #F5C5C4",
+"h c #D81C18",
+"i c #DA2622",
+"j c #F6CDCC",
+"k c #F8DAD9",
+"l c #DA2420",
+"m c #E35855",
+"n c #D59C9B",
+"o c #DA241F",
+"p c #DD2F2B",
+"q c #FAE7E7",
+"r c #D81C17",
+"s c #F0A7A5",
+"t c #E56562",
+"u c #D9231E",
+"v c #E2A9A7",
+"w c #E45F5C",
+"x c #E14E4A",
+"y c #F9DEDD",
+"z c #DA2823",
+"A c #E97D7B",
+"B c #F4BEBD",
+"C c #D9221E",
+"D c #DB2B27",
+"E c #FDF5F5",
+"F c #FEFBFB",
+"G c #DE3D39",
+"H c #DB2824",
+"I c #FDF2F2",
+"J c #E04642",
+"K c #D91D19",
+"L c #FEF7F7",
+"M c #EA8583",
+"N c #EB8A87",
+"O c #F9DBDB",
+"P c #D9211D",
+"Q c #E7A5A4",
+"R c #FDF6F6",
+"S c #EB8C8A",
+"T c #EB8987",
+"U c #FFF9F8",
+"V c #E66C69",
+"W c #DF3F3B",
+"X c #DB2723",
+"Y c #E88E8C",
+"Z c #FCF2F2",
+"` c #F2B9B8",
+" . c #F7CFCE",
+".. c #FAE2E2",
+"+. c #FDF5F6",
+"@. c #FBE9E9",
+"#. c #F1ADAB",
+"$. c #F8D7D7",
+"%. c #F4BCBB",
+"&. c #DA2520",
+"*. c #FEFAFA",
+"=. c #D05451",
+"-. c #DF433F",
+";. c #DE3C39",
+">. c #DB2420",
+",. c #FAFAFA",
+"'. c #E66966",
+"). c #E56865",
+"!. c #FDF8F8",
+"~. c #E87572",
+"{. c #E98A88",
+"]. c #FCF0F0",
+"^. c #FDF9F9",
+"/. c #E97D7A",
+"(. c #FAE3E3",
+"_. c #E76F6C",
+":. c #E87976",
+"<. c #DB2E2A",
+"[. c #EC9492",
+"}. c #F5C4C2",
+"|. c #EE9B99",
+"1. c #EFC7C6",
+"2. c #DC2925",
+"3. c #EA8683",
+"4. c #F5C6C4",
+"5. c #D9211C",
+"6. c #F3B9B8",
+"7. c #E1504C",
+"8. c #DF4541",
+"9. c #E66D6A",
+"0. c #E2514E",
+"a. c #F0A6A4",
+"b. c #D9221D",
+"c. c #DC2F2C",
+"d. c #FDF4F4",
+"e. c #EB8A88",
+"f. c #E87270",
+"g. c #F7D4D3",
+"h. c #DE3935",
+"i. c #EC908E",
+"j. c #F3B7B6",
+"k. c #DF423F",
+"l. c #DB2D29",
+"m. c #DC322F",
+"n. c #E04A46",
+"o. c #F09F9D",
+"p. c #F9FBFB",
+"q. c #E78987",
+"r. c #DC302D",
+"s. c #E45E5B",
+"t. c #FADEDE",
+"u. c #F7D5D4",
+"v. c #F5C4C3",
+"w. c #F0DFDF",
+"x. c #DF3D39",
+"y. c #EE9A98",
+"z. c #FCEFEE",
+"A. c #FCF2F1",
+"B. c #FCF1F1",
+"C. c #C6B5B5",
+"D. c #E66B68",
+"E. c #DA2621",
+". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ",
+". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ",
+". . . . . . . . . . . . + @ # $ % & * = - ; > , + . . . . . . . ",
+". . . . . . . . . . ' ) ! ~ { { { { { { { { { ] ^ / ( . . . . . ",
+". . . . . . . . + _ : < { { [ } | 1 2 3 4 5 { 6 { 7 8 9 . . . . ",
+". . . . . . . 0 a b { { c d e . . . . . . e f { 6 6 { g h . . . ",
+". . . . . . i j { 6 { k l . . . . . . . . . + m { { { { n o . . ",
+". . . . . p q { { 6 ] r . . . . . . . . . . . ' s { { 6 { t . . ",
+". . . . u v { { { < w . . . . . . . . . . . . . x { { { { y e . ",
+". . . z A { { { { B C . . . . . . . . . . . . . D E { { { F G . ",
+". . . H I 6 { { { J . . . . . . . . . . . . . . K L { { { { M . ",
+". . + N { { { 6 O 0 . . . . . . . . . . . . . . P : { { { { Q . ",
+". . P R 6 { { { S i . . . . . . . . . . . . . . + T { { { 6 U i ",
+". . V { { { { { W . . . . . . . . . . . . . . . X Y { { { { Z ( ",
+". + ` { { { { Z h . . . . . . . . . . . . . . . P .{ { { { ] i ",
+". ( ] 6 { { { .., . . . . . . . . . . . . . . . K +.{ { { { @.. ",
+". ' 6 { { { { #.l . . . . . . . . . . . . . . . @ $.{ { { { %.. ",
+". &.*.{ { { { =.+ . . . . . . . . . . . . . . . -.{ { { { { ;.. ",
+". >.,.{ { { { '.. . . . . . . . . . . . . . . . ).{ { { { !.+ . ",
+". u { { { { { ~.. . . . . . . . . . . . . . . i {.{ { { 6 ].e . ",
+". e ^.{ { { { /.. . . . . . . . . . . . . . . K (.6 { { { _.. . ",
+". l < { { { { :.. . . . . . . . . . . . . . . <.{ { { 6 Z D . . ",
+". ( ] { { { { ).. . . . . . . . . . . . . . i #.{ { { { [.+ . . ",
+". z }.{ { { { |.e . . . . . . . . . . . . . <.{ { { { 1.2.. . . ",
+". . 3.{ { { { 4.5.. . . . . . . . . . . . ' 6.{ { 6 !.7.. . . . ",
+". . , !.6 { { ~ 8.. . . . . . . . . . . ( 9.F { 6 E G . . . . . ",
+". . . 0.{ 6 { { a.b.. . . . . . . . . ( c.d.6 { < | . . . . . . ",
+". . . i e.{ 6 { { N C . . . . . . . e f.d.6 { g.h.. . . . . . . ",
+". . . . + i.{ { { { j.k.l.e e e m.n.o.p.{ { q.r.. . . . . . . . ",
+". . . . . + s.t.,.{ { { u.j v.w.{ { { Z % + + . . . . . . . . . ",
+". . . . . . . e x.y.u.z.~ R A.B.C. .D.C + . . . . . . . . . . . ",
+". . . . . . . . . . ( + e E.( ( ( . . . . . . . . . . . . . . . "};
--- openerp-client-5.0.12.orig/debian/patches/03-survey.patch
+++ openerp-client-5.0.12/debian/patches/03-survey.patch
@@ -0,0 +1,18 @@
+Author: Daniel Baumann <daniel@debian.org>
+Description: Disable survey completely (Closes: #560688).
+
+diff -Naurp openerp-client.orig/bin/openerp-client.py openerp-client/bin/openerp-client.py
+--- openerp-client.orig/bin/openerp-client.py 2010-04-14 20:08:56.000000000 +0200
++++ openerp-client/bin/openerp-client.py 2010-04-14 20:10:48.000000000 +0200
+@@ -133,9 +133,8 @@ try:
+ if os.name == 'nt':
+ from tools.win32 import get_systemfont_style
+ gtk.rc_parse_string(get_systemfont_style())
+- if not common.terp_survey():
+- if options.options.rcexist:
+- win.sig_login()
++ if options.options.rcexist:
++ win.sig_login()
+ gtk.main()
+ except KeyboardInterrupt, e:
+ log = logging.getLogger('common')
--- openerp-client-5.0.12.orig/debian/patches/02-gtk.patch
+++ openerp-client-5.0.12/debian/patches/02-gtk.patch
@@ -0,0 +1,15 @@
+Author: Chris Lamb <lamby@debian.org>
+Description: Fixes startup problem (Closes: #481895).
+
+diff -Naurp openerp-client.orig/bin/openerp-client.py openerp-client/bin/openerp-client.py
+--- openerp-client.orig/bin/openerp-client.py 2009-02-06 20:32:33.000000000 +0000
++++ openerp-client/bin/openerp-client.py 2009-02-07 11:12:33.000000000 +0000
+@@ -61,7 +61,7 @@ pygtk.require('2.0')
+ import gtk
+ import gtk.glade
+
+-#gtk.gdk.threads_init() # causes the GTK client to block everything.
++gtk.gdk.threads_init()
+
+ import locale
+ import gettext
--- openerp-client-5.0.12.orig/debian/patches/series
+++ openerp-client-5.0.12/debian/patches/series
@@ -0,0 +1,3 @@
+01-autobuild.patch
+02-gtk.patch
+03-survey.patch
--- openerp-client-5.0.12.orig/debian/patches/01-autobuild.patch
+++ openerp-client-5.0.12/debian/patches/01-autobuild.patch
@@ -0,0 +1,15 @@
+Author: Daniel Baumann <daniel@debian.org>
+Description: Disable modules check to make it buildable without X11.
+
+diff -Naurp openerp-client.orig/setup.py openerp-client/setup.py
+--- openerp-client.orig/setup.py 2009-06-08 15:50:25.000000000 +0000
++++ openerp-client/setup.py 2009-07-26 10:22:32.000000000 +0000
+@@ -130,7 +130,7 @@ def translations():
+ trans.append((dest % (lang, name), po))
+ return trans
+
+-check_modules()
++#check_modules()
+
+ if os.name <> 'nt' and sys.argv[1] == 'build_po':
+ os.system('(cd bin ; find . -name \*.py && find . -name \*.glade | xargs xgettext -o po/%s.pot)' % name)
--- openerp-client-5.0.12.orig/debian/source/format
+++ openerp-client-5.0.12/debian/source/format
@@ -0,0 +1 @@
+1.0