--- tryton-modules-product-cost-history-1.4.0.orig/debian/rules +++ tryton-modules-product-cost-history-1.4.0/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh ${@} --- tryton-modules-product-cost-history-1.4.0.orig/debian/README.source +++ tryton-modules-product-cost-history-1.4.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 push -a + +More information about Quilt can be found in the quilt package. --- tryton-modules-product-cost-history-1.4.0.orig/debian/compat +++ tryton-modules-product-cost-history-1.4.0/debian/compat @@ -0,0 +1 @@ +7 --- tryton-modules-product-cost-history-1.4.0.orig/debian/control +++ tryton-modules-product-cost-history-1.4.0/debian/control @@ -0,0 +1,26 @@ +Source: tryton-modules-product-cost-history +Section: python +Priority: optional +Maintainer: Debian Tryton Maintainers +Uploaders: + Daniel Baumann , + Mathias Behrle +Build-Depends: + debhelper (>= 7), python, python-all-dev, python-setuptools, python-support +Standards-Version: 3.8.3 +Homepage: http://www.tryton.org/ +Vcs-Browser: http://git.debian-maintainers.org/?p=tryton/tryton-modules-product-cost-history.git +Vcs-Git: git://git.debian-maintainers.org/git/tryton/tryton-modules-product-cost-history.git + +Package: tryton-modules-product-cost-history +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, tryton-server, + tryton-modules-product, python-pkg-resources +XB-Python-Version: ${python:Versions} +Description: Tryton Application Platform (Product Cost History 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 historizes the product costs providing access to product costs + in the past. --- tryton-modules-product-cost-history-1.4.0.orig/debian/pycompat +++ tryton-modules-product-cost-history-1.4.0/debian/pycompat @@ -0,0 +1 @@ +2 --- tryton-modules-product-cost-history-1.4.0.orig/debian/changelog +++ tryton-modules-product-cost-history-1.4.0/debian/changelog @@ -0,0 +1,33 @@ +tryton-modules-product-cost-history (1.4.0-1) unstable; urgency=low + + * Merging upstream version 1.4.0. + + -- Daniel Baumann Mon, 19 Oct 2009 22:21:02 +0200 + +tryton-modules-product-cost-history (1.2.0-3) unstable; urgency=low + + [ Mathias Behrle ] + * Updating package long-description. + + [ Daniel Baumann ] + * Updating to standards version 3.8.3. + * Adding maintainer homepage field to control. + * Adding README.source. + * Moving maintainer homepage field to copyright. + * Updating README.source. + + -- Daniel Baumann Sat, 05 Sep 2009 09:42:17 +0200 + +tryton-modules-product-cost-history (1.2.0-2) unstable; urgency=low + + * Updating maintainer field. + * Updating vcs fields. + * Wrapping lines in control. + + -- Daniel Baumann Mon, 10 Aug 2009 20:21:01 +0200 + +tryton-modules-product-cost-history (1.2.0-1) unstable; urgency=low + + * Initial release. + + -- Daniel Baumann Sun, 02 Aug 2009 10:51:00 +0200 --- tryton-modules-product-cost-history-1.4.0.orig/debian/copyright +++ tryton-modules-product-cost-history-1.4.0/debian/copyright @@ -0,0 +1,44 @@ +Upstream-Contact: Tryton project +Upstream-Homepage: http://downloads.tryton.org/ +Maintainer-Contact: Debian Tryton Maintainers +Maintainer-Homepage: http://tryton.debian-maintainers.org/ + +Files: * +Copyright: + (C) 2009 Cedric Krier + (C) 2009 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-product-cost-history-1.4.0.orig/debian/pyversions +++ tryton-modules-product-cost-history-1.4.0/debian/pyversions @@ -0,0 +1 @@ +2.4-