--- tryton-modules-stock-1.6.1.orig/debian/README.source +++ tryton-modules-stock-1.6.1/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-stock-1.6.1.orig/debian/changelog +++ tryton-modules-stock-1.6.1/debian/changelog @@ -0,0 +1,125 @@ +tryton-modules-stock (1.6.1-1) unstable; urgency=high + + [ Daniel Baumann ] + * Updating standards version to 3.9.0. + + [ Mathias Behrle ] + * Merging upstream version 1.6.1. + + -- Mathias Behrle Wed, 01 Sep 2010 14:51:52 +0200 + +tryton-modules-stock (1.6.0-1) unstable; urgency=low + + [ Daniel Baumann ] + * Adding Dm-Upload-Allowed in control in preparation for Mathias. + + [ Mathias Behrle ] + * Merging upstream version 1.6.0. + * Updating copyright. + * Updating depends. + + -- Mathias Behrle Wed, 12 May 2010 12:55:54 +0200 + +tryton-modules-stock (1.4.2-1) unstable; urgency=low + + * Updating year in copyright file. + * Removing unneeded python-all-dev from build-depends. + * Updating to standards 3.8.4. + * Merging upstream version 1.4.2. + + -- Daniel Baumann Sat, 20 Feb 2010 10:55:15 +0100 + +tryton-modules-stock (1.4.1-1) unstable; urgency=low + + * Making depends versioned for tryton 1.4. + * Merging upstream version 1.4.1. + * Updating README.source. + * Adding explicit debian source version 1.0 until switch to 3.0. + + -- Daniel Baumann Wed, 25 Nov 2009 13:23:29 +0100 + +tryton-modules-stock (1.4.0-1) unstable; urgency=low + + * Merging upstream version 1.4.0. + + -- Daniel Baumann Mon, 19 Oct 2009 22:36:33 +0200 + +tryton-modules-stock (1.2.1-4) unstable; urgency=low + + * 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. + * Using ascii only characters in copyright. + + -- Daniel Baumann Sat, 05 Sep 2009 09:42:36 +0200 + +tryton-modules-stock (1.2.1-3) unstable; urgency=low + + * Updating maintainer field. + * Updating vcs fields. + * Wrapping lines in control. + + -- Daniel Baumann Mon, 10 Aug 2009 20:25:06 +0200 + +tryton-modules-stock (1.2.1-2) unstable; urgency=low + + * Minimizing rules file. + + -- Daniel Baumann Sun, 26 Jul 2009 20:46:11 +0200 + +tryton-modules-stock (1.2.1-1) unstable; urgency=low + + * Updating package to standards version 3.8.2. + * Merging upstream version 1.2.1. + + -- Daniel Baumann Fri, 10 Jul 2009 14:20:24 +0200 + +tryton-modules-stock (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. + * Including TODO file in docs. + + [ Mathias Behrle ] + * Updating application and package description. + + [ Daniel Baumann ] + * Correcting wrapping of control file. + + -- Daniel Baumann Tue, 21 Apr 2009 20:55:00 +0200 + +tryton-modules-stock (1.0.3-2) unstable; urgency=low + + * Adding Mathias to uploaders. + + -- Daniel Baumann Sat, 28 Mar 2009 16:35:00 +0100 + +tryton-modules-stock (1.0.3-1) unstable; urgency=low + + * Merging upstream version 1.0.3. + + -- Daniel Baumann Mon, 23 Mar 2009 07:59:00 +0100 + +tryton-modules-stock (1.0.2-1) unstable; urgency=low + + * Merging upstream version 1.0.2. + + -- Daniel Baumann Mon, 23 Mar 2009 07:20:00 +0100 + +tryton-modules-stock (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: #520807). + + -- Daniel Baumann Sun, 22 Mar 2009 23:29:00 +0100 + +tryton-modules-stock (1.0.0-1) unstable; urgency=low + + * Initial release (Closes: #506095). + + -- Daniel Baumann Mon, 12 Jan 2009 15:49:00 -0500 --- tryton-modules-stock-1.6.1.orig/debian/compat +++ tryton-modules-stock-1.6.1/debian/compat @@ -0,0 +1 @@ +7 --- tryton-modules-stock-1.6.1.orig/debian/control +++ tryton-modules-stock-1.6.1/debian/control @@ -0,0 +1,43 @@ +Source: tryton-modules-stock +Section: python +Priority: optional +Maintainer: Debian Tryton Maintainers +Uploaders: + Daniel Baumann , + Mathias Behrle +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-stock.git +Vcs-Git: git://git.debian-maintainers.org/git/tryton/tryton-modules-stock.git + +Package: tryton-modules-stock +Architecture: all +Depends: + ${misc:Depends}, ${python:Depends}, tryton-server (>= 1.6), + tryton-modules-company (>= 1.6), tryton-modules-currency (>= 1.6), + tryton-modules-party (>= 1.6), tryton-modules-product (>= 1.6), + python-pkg-resources +XB-Python-Version: ${python:Versions} +Description: Tryton Application Platform (Stock 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 stock management and inventory control with: + . + * Location definition + * Stock move + * Supplier/Customer/Internal Shipment + * Stock Inventory + . + And with reports: + . + * Pick List + * Pack List + * Delivery Note + * Supplier Restocking List + * Customer Return Restocking List + * Internal Shipments + * Products by Locations --- tryton-modules-stock-1.6.1.orig/debian/copyright +++ tryton-modules-stock-1.6.1/debian/copyright @@ -0,0 +1,46 @@ +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) 2004-2008 Tiny SPRL + (C) 2008-2010 Cedric Krier + (C) 2008-2010 Bertrand Chenal + (C) 2008-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 . + . + 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-2010 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-stock-1.6.1.orig/debian/pycompat +++ tryton-modules-stock-1.6.1/debian/pycompat @@ -0,0 +1 @@ +2 --- tryton-modules-stock-1.6.1.orig/debian/pyversions +++ tryton-modules-stock-1.6.1/debian/pyversions @@ -0,0 +1 @@ +2.4- --- tryton-modules-stock-1.6.1.orig/debian/rules +++ tryton-modules-stock-1.6.1/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh ${@} --- tryton-modules-stock-1.6.1.orig/debian/tryton-modules-stock.docs +++ tryton-modules-stock-1.6.1/debian/tryton-modules-stock.docs @@ -0,0 +1 @@ +TODO --- tryton-modules-stock-1.6.1.orig/debian/source/format +++ tryton-modules-stock-1.6.1/debian/source/format @@ -0,0 +1 @@ +1.0