--- tryton-modules-project-plan-1.6.0.orig/debian/copyright
+++ tryton-modules-project-plan-1.6.0/debian/copyright
@@ -0,0 +1,45 @@
+Upstream-Contact: Tryton project <tryton@googlegroups.com>
+Upstream-Homepage: http://downloads.tryton.org/
+Maintainer-Contact: Debian Tryton Maintainers <tryton@lists.debian-maintainers.org>
+Maintainer-Homepage: http://tryton.debian-maintainers.org/
+
+Files: *
+Copyright:
+ (C) 2009-2010 Bertrand Chenal
+ (C) 2009-2010 Cedric Krier
+ (C) 2009-2010 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 <http://www.gnu.org/licenses/>.
+ .
+ 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) 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 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 <http://www.gnu.org/licenses/>.
+ .
+ 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-project-plan-1.6.0.orig/debian/compat
+++ tryton-modules-project-plan-1.6.0/debian/compat
@@ -0,0 +1 @@
+7
--- tryton-modules-project-plan-1.6.0.orig/debian/README.source
+++ tryton-modules-project-plan-1.6.0/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.
--- tryton-modules-project-plan-1.6.0.orig/debian/control
+++ tryton-modules-project-plan-1.6.0/debian/control
@@ -0,0 +1,33 @@
+Source: tryton-modules-project-plan
+Section: python
+Priority: optional
+Maintainer: Debian Tryton Maintainers <tryton@lists.debian-maintainers.org>
+Uploaders:
+ Daniel Baumann <daniel@debian.org>,
+ Mathias Behrle <mathiasb@mbsolutions.selfip.biz>
+Dm-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7), python, python-setuptools, python-support
+Standards-Version: 3.9.0
+Homepage: http://www.tryton.org/
+Vcs-Browser: http://git.debian-maintainers.org/?p=tryton/tryton-modules-project-plan.git
+Vcs-Git: git://git.debian-maintainers.org/git/tryton/tryton-modules-project-plan.git
+
+Package: tryton-modules-project-plan
+Architecture: all
+Depends:
+ ${misc:Depends}, ${python:Depends}, tryton-server (>= 1.6),
+ tryton-modules-company (>= 1.6), tryton-modules-timesheet (>= 1.6),
+ tryton-modules-project (>= 1.6), python-pkg-resources
+XB-Python-Version: ${python:Versions}
+Description: Tryton Application Platform (Project Plan 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 module adds planning capabilities on projects.
+ It provides
+ - Task dependencies
+ - Tasks leveling
+ - Early Start and Late End computation
+ - Resource allocation
+ - Requests
--- tryton-modules-project-plan-1.6.0.orig/debian/rules
+++ tryton-modules-project-plan-1.6.0/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh ${@}
--- tryton-modules-project-plan-1.6.0.orig/debian/changelog
+++ tryton-modules-project-plan-1.6.0/debian/changelog
@@ -0,0 +1,15 @@
+tryton-modules-project-plan (1.6.0-2) unstable; urgency=low
+
+ [ Daniel Baumann ]
+ * Updating standards version to 3.9.0.
+
+ [ Mathias Behrle ]
+ * Extending package long description.
+
+ -- Mathias Behrle <mathiasb@mbsolutions.selfip.biz> Tue, 13 Jul 2010 20:38:32 +0200
+
+tryton-modules-project-plan (1.6.0-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Daniel Baumann <daniel@debian.org> Thu, 13 May 2010 21:02:01 +0200
--- tryton-modules-project-plan-1.6.0.orig/debian/pycompat
+++ tryton-modules-project-plan-1.6.0/debian/pycompat
@@ -0,0 +1 @@
+2
--- tryton-modules-project-plan-1.6.0.orig/debian/pyversions
+++ tryton-modules-project-plan-1.6.0/debian/pyversions
@@ -0,0 +1 @@
+2.4-
--- tryton-modules-project-plan-1.6.0.orig/debian/source/format
+++ tryton-modules-project-plan-1.6.0/debian/source/format
@@ -0,0 +1 @@
+1.0