[tryton-debian-vcs] tryton-modules-stock-forecast branch debian-wheezy-2.2 created. aebe0dc4eef225dfb427cc1744d1cc32f0336280

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Nov 27 17:10:34 UTC 2013


The following commit has been merged in the debian-wheezy-2.2 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-stock-forecast.git;a=commitdiff;h=aebe0dc4eef225dfb427cc1744d1cc32f0336280
commit aebe0dc4eef225dfb427cc1744d1cc32f0336280
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat May 4 17:05:15 2013 +0200

    Releasing debian version 2.2.2-1.

diff --git a/debian/changelog b/debian/changelog
index 3e66b0c..967fc11 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tryton-modules-stock-forecast (2.2.2-1) unstable; urgency=low
+
+  * Merging upstream version 2.2.2.
+  * Updating copyright.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Sat, 04 May 2013 16:57:25 +0200
+
 tryton-modules-stock-forecast (2.2.1-2) unstable; urgency=low
 
   [ Mathias Behrle ]
commit 8bafe91c2cdb0d9462af42f41af34747c3d93f74
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat May 4 16:50:58 2013 +0200

    Updating copyright.

diff --git a/debian/copyright b/debian/copyright
index 022b33e..4406ae8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,10 +1,9 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 
 Files: *
-Copyright:
-           2008-2011 Cedric Krier
+Copyright: 2008-2013 Cédric Krier
            2008-2011 Bertrand Chenal
-           2008-2011 B2CK SPRL
+           2008-2013 B2CK SPRL
 License: GPL-3+
 
 Files: debian/*
commit 92660aa2d21411e70efe6a0a87f9e73c5433b5ea
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat May 4 15:35:01 2013 +0200

    Merging upstream version 2.2.2.

diff --git a/CHANGELOG b/CHANGELOG
index 229540b..bf5bd8f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.2.2 - 2013-05-02
+* Bug fixes (see mercurial logs for details)
+
 Version 2.2.1 - 2011-12-26
 * Bug fixes (see mercurial logs for details)
 
diff --git a/COPYRIGHT b/COPYRIGHT
index 3d2324b..da9ef80 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,6 +1,6 @@
-Copyright (C) 2008-2011 Cédric Krier.
+Copyright (C) 2008-2013 Cédric Krier.
 Copyright (C) 2008-2011 Bertrand Chenal.
-Copyright (C) 2008-2011 B2CK SPRL.
+Copyright (C) 2008-2013 B2CK SPRL.
 
 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
diff --git a/PKG-INFO b/PKG-INFO
index 6109463..299b61c 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_stock_forecast
-Version: 2.2.1
+Version: 2.2.2
 Summary: Provide the "Forecast" model in Inventory Management.
 The Forecast form allow to define the expected stock movement towards
 customers in any period of time in the future. A wizard allow to
@@ -13,6 +13,7 @@ Home-page: http://www.tryton.org/
 Author: B2CK
 Author-email: info at b2ck.com
 License: GPL-3
+Download-URL: http://downloads.tryton.org/2.2/
 Description: UNKNOWN
 Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
diff --git a/__tryton__.py b/__tryton__.py
index c652929..32f643f 100644
--- a/__tryton__.py
+++ b/__tryton__.py
@@ -7,7 +7,7 @@
     'name_es_CO': 'Previsión de existencias',
     'name_es_ES': 'Previsión de existencias',
     'name_fr_FR': 'Prévision de stock',
-    'version': '2.2.1',
+    'version': '2.2.2',
     'author': 'B2CK',
     'email': 'info at b2ck.com',
     'website': 'http://www.tryton.org/',
diff --git a/setup.py b/setup.py
index 89a6751..9625373 100644
--- a/setup.py
+++ b/setup.py
@@ -25,6 +25,8 @@ setup(name='trytond_stock_forecast',
     author=info.get('author', ''),
     author_email=info.get('email', ''),
     url=info.get('website', ''),
+    download_url=("http://downloads.tryton.org/" +
+        info.get('version', '0.0.1').rsplit('.', 1)[0] + '/'),
     package_dir={'trytond.modules.stock_forecast': '.'},
     packages=[
         'trytond.modules.stock_forecast',
diff --git a/trytond_stock_forecast.egg-info/PKG-INFO b/trytond_stock_forecast.egg-info/PKG-INFO
index 52bb79a..f9363b0 100644
--- a/trytond_stock_forecast.egg-info/PKG-INFO
+++ b/trytond_stock_forecast.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-stock-forecast
-Version: 2.2.1
+Version: 2.2.2
 Summary: Provide the "Forecast" model in Inventory Management.
 The Forecast form allow to define the expected stock movement towards
 customers in any period of time in the future. A wizard allow to
@@ -13,6 +13,7 @@ Home-page: http://www.tryton.org/
 Author: B2CK
 Author-email: info at b2ck.com
 License: GPL-3
+Download-URL: http://downloads.tryton.org/2.2/
 Description: UNKNOWN
 Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
commit 4ae918465ac44bfd94502e7f0a4a7f435535276f
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Jun 30 18:31:48 2012 +0200

    Releasing debian version 2.2.1-2.

diff --git a/debian/changelog b/debian/changelog
index 1f238e3..3e66b0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+tryton-modules-stock-forecast (2.2.1-2) unstable; urgency=low
+
+  [ Mathias Behrle ]
+  * Updating to Standards-Version: 3.9.3, no changes needed.
+  * Updating year in copyright.
+  * Adding myself to copyright.
+  * Adding Format header for DEP5.
+
+  [ Daniel Baumann ]
+  * Updating maintainers field.
+  * Updating vcs fields.
+  * Correcting copyright file to match format version 1.0.
+  * Switching to xz compression.
+  * Updating to debhelper version 9.
+
+ -- Daniel Baumann <daniel at debian.org>  Sat, 30 Jun 2012 18:31:45 +0200
+
 tryton-modules-stock-forecast (2.2.1-1) unstable; urgency=low
 
   * Merging upstream version 2.2.1.
commit f95124e40d0759996103f426bb4934ba720db263
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Jun 30 18:02:29 2012 +0200

    Updating to debhelper version 9.

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 031a3bb..89536c1 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Tryton Maintainers <maintainers at debian.tryton.org>
 Uploaders: Daniel Baumann <daniel at debian.org>, Mathias Behrle <mathiasb at m9s.biz>
 Dm-Upload-Allowed: yes
-Build-Depends: debhelper (>= 8), python (>= 2.6.6-3~), python-setuptools
+Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~), python-setuptools
 Standards-Version: 3.9.3
 Homepage: http://www.tryton.org/
 Vcs-Browser: http://debian.tryton.org/gitweb/?p=packages/tryton-modules-stock-forecast.git
commit 349bf0571da11cccc21218b073e799d8b99cdaff
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Jun 30 17:54:37 2012 +0200

    Switching to xz compression.

diff --git a/debian/rules b/debian/rules
index e32b791..1ae0776 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,3 +7,6 @@ override_dh_auto_clean:
 	dh_auto_clean
 
 	rm -rf *.egg-info
+
+override_dh_builddeb:
+	dh_builddeb -- -Zxz -z9
diff --git a/debian/source/options b/debian/source/options
index d053b65..22a4de9 100644
--- a/debian/source/options
+++ b/debian/source/options
@@ -1,2 +1,2 @@
-compression = gzip
+compression = xz
 compression-level = 9
commit fcf022cf5aee9f2e70bfe79062b22328933dfd20
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Jun 30 17:50:24 2012 +0200

    Correcting copyright file to match format version 1.0.

diff --git a/debian/copyright b/debian/copyright
index d2ad74d..022b33e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,15 +2,15 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 
 Files: *
 Copyright:
- (C) 2008-2011 Cedric Krier
- (C) 2008-2011 Bertrand Chenal
- (C) 2008-2011 B2CK SPRL
+           2008-2011 Cedric Krier
+           2008-2011 Bertrand Chenal
+           2008-2011 B2CK SPRL
 License: GPL-3+
 
 Files: debian/*
 Copyright:
- (C) 2009-2012 Daniel Baumann <daniel at debian.org>
- (C) 2012 Mathias Behrle <mathiasb at m9s.biz>
+           2009-2012 Daniel Baumann <daniel at debian.org>
+           2012 Mathias Behrle <mathiasb at m9s.biz>
 License: GPL-3+
 
 License: GPL-3+
commit b0e911482f53a0e0ceea1dd8de8c9806764faba3
Author: Daniel Baumann <daniel at 127011.net>
Date:   Sat Jun 30 16:55:04 2012 +0200

    Updating vcs fields.

diff --git a/debian/control b/debian/control
index f868ff5..031a3bb 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Dm-Upload-Allowed: yes
 Build-Depends: debhelper (>= 8), python (>= 2.6.6-3~), python-setuptools
 Standards-Version: 3.9.3
 Homepage: http://www.tryton.org/
-Vcs-Browser: http://git.debian-maintainers.org/?p=tryton/tryton-modules-stock-forecast.git
-Vcs-Git: git://git.debian-maintainers.org/git/tryton/tryton-modules-stock-forecast.git
+Vcs-Browser: http://debian.tryton.org/gitweb/?p=packages/tryton-modules-stock-forecast.git
+Vcs-Git: git://debian.tryton.org/git/packages/tryton-modules-stock-forecast.git
 X-Python-Version: >= 2.6
 
 Package: tryton-modules-stock-forecast
commit 7feac1529dbb1c5763bce07db1f1316d2f005e53
Author: Daniel Baumann <daniel at 127011.net>
Date:   Sat Jun 30 16:52:31 2012 +0200

    Updating maintainers field.

diff --git a/debian/control b/debian/control
index 0ef45ec..f868ff5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: tryton-modules-stock-forecast
 Section: python
 Priority: optional
-Maintainer: Debian Tryton Maintainers <tryton at lists.debian-maintainers.org>
+Maintainer: Debian Tryton Maintainers <maintainers at debian.tryton.org>
 Uploaders: Daniel Baumann <daniel at debian.org>, Mathias Behrle <mathiasb at m9s.biz>
 Dm-Upload-Allowed: yes
 Build-Depends: debhelper (>= 8), python (>= 2.6.6-3~), python-setuptools
-- 
tryton-modules-stock-forecast



More information about the tryton-debian-vcs mailing list