--- tryton-modules-company-1.2.0.orig/debian/changelog +++ tryton-modules-company-1.2.0/debian/changelog @@ -0,0 +1,52 @@ +tryton-modules-company (1.2.0-1~jaunty1) jaunty-backports; urgency=low + + * Automated backport upload; no source changes. + + -- Scott Kitterman Mon, 28 Sep 2009 15:30:26 +0100 + +tryton-modules-company (1.2.0-1) unstable; urgency=low + + [ Daniel Baumann ] + * Merging upstream version 1.2.0. + * Tidy rules file. + * Updating copyright file for new upstream release. + + [ Mathias Behrle ] + * Updating application and package description. + + [ Daniel Baumann ] + * Correcting wrapping of control file. + + -- Daniel Baumann Tue, 21 Apr 2009 20:40:00 +0200 + +tryton-modules-company (1.0.3-2) unstable; urgency=low + + * Adding Mathias to uploaders. + + -- Daniel Baumann Sat, 28 Mar 2009 16:26:00 +0100 + +tryton-modules-company (1.0.3-1) unstable; urgency=low + + * Merging upstream version 1.0.3. + + -- Daniel Baumann Mon, 23 Mar 2009 07:56:00 +0100 + +tryton-modules-company (1.0.2-1) unstable; urgency=low + + * Merging upstream version 1.0.2. + + -- Daniel Baumann Mon, 23 Mar 2009 07:02:00 +0100 + +tryton-modules-company (1.0.1-1) unstable; urgency=low + + * Merging upstream version 1.0.1. + * Updating standards to 3.8.1. + * Making package arch all as it should be (Closes: #520799). + + -- Daniel Baumann Sun, 22 Mar 2009 23:10:00 +0100 + +tryton-modules-company (1.0.0-1) unstable; urgency=low + + * Initial release (Closes: #506095). + + -- Daniel Baumann Mon, 12 Jan 2009 15:49:00 -0500 --- tryton-modules-company-1.2.0.orig/debian/copyright +++ tryton-modules-company-1.2.0/debian/copyright @@ -0,0 +1,43 @@ +Author: Tryton Project +Download: http://www.tryton.org/downloads.html + +Files: * +Copyright: + (C) 2008 Cédric Krier + (C) 2008 Bertrand Chenal + (C) 2008 B2CK SPRL +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 3 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, see . + . + On Debian systems, the complete text of the GNU General Public License + can be found in /usr/share/common-licenses/GPL-3 file. + +Files: debian/* +Copyright: (C) 2009 Daniel Baumann +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 3 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, see . + . + On Debian systems, the complete text of the GNU General Public License + can be found in /usr/share/common-licenses/GPL-3 file. --- tryton-modules-company-1.2.0.orig/debian/pycompat +++ tryton-modules-company-1.2.0/debian/pycompat @@ -0,0 +1 @@ +2 --- tryton-modules-company-1.2.0.orig/debian/compat +++ tryton-modules-company-1.2.0/debian/compat @@ -0,0 +1 @@ +7 --- tryton-modules-company-1.2.0.orig/debian/rules +++ tryton-modules-company-1.2.0/debian/rules @@ -0,0 +1,41 @@ +#!/usr/bin/make -f + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + python setup.py clean + rm -rf dist build trytond_company.egg-info + + dh_clean + +build: + +install: + dh_testdir + dh_testroot + dh_prep + + python setup.py install --single-version-externally-managed --root=$(CURDIR)/debian/tryton-modules-company --install-lib /usr/share/python-support/tryton-modules-company + + find debian/tryton-modules-company -type f -name "*.pyc" | xargs rm -f + +binary: binary-indep + +binary-arch: + +binary-indep: install + dh_testdir + dh_testroot + dh_installchangelogs CHANGELOG + dh_installdocs + dh_pysupport + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +.PHONY: clean build install binary binary-arch binary-indep --- tryton-modules-company-1.2.0.orig/debian/control +++ tryton-modules-company-1.2.0/debian/control @@ -0,0 +1,30 @@ +Source: tryton-modules-company +Section: python +Priority: optional +Maintainer: Daniel Baumann +Uploaders: Mathias Behrle +Build-Depends: + debhelper (>= 7), python, python-all-dev, python-setuptools, python-support +Standards-Version: 3.8.1 +Homepage: http://www.tryton.org/ +Vcs-Browser: http://git.debian.net/?p=debian/tryton-modules-company.git +Vcs-Git: git://git.debian.net/git/debian/tryton-modules-company.git + +Package: tryton-modules-company +Architecture: all +Depends: + ${misc:Depends}, ${python:Depends}, tryton-server, tryton-modules-currency, + tryton-modules-party, python-pkg-resources +XB-Python-Version: ${python:Versions} +Description: Tryton Application Platform (Company Module) + Tryton is a high-level general purpose application platform written in Python + and using PostgreSQL as database engine. It is the core base of a complete + business solution. + . + This package defines company and employees: + . + * Add main and current company on users preferences. + * Add company on properties. + * Define new report parser for report with company header. + * Add letter template on party. + * Make the scheduler run on each company. --- tryton-modules-company-1.2.0.orig/debian/pyversions +++ tryton-modules-company-1.2.0/debian/pyversions @@ -0,0 +1 @@ +2.4-