Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: unblock Dear release managers, please approve the upload of tryton-modules-account-statement_2.2.1-1. The new version contains the upstream bug fix release [1]. The fixes are for * Fix sign of the amount to pay on line Mathias [1] http://news.tryton.org/2012/09/maintenance-releases-for-supported.html debdiff attached unblock: tryton-modules-account-statement/2.2.1-1
diff -Nru tryton-modules-account-statement-2.2.0/CHANGELOG tryton-modules-account-statement-2.2.1/CHANGELOG
--- tryton-modules-account-statement-2.2.0/CHANGELOG 2011-10-24 17:26:21.000000000 +0200
+++ tryton-modules-account-statement-2.2.1/CHANGELOG 2012-09-02 15:29:59.000000000 +0200
@@ -1,3 +1,6 @@
+Version 2.2.1 - 2012-09-02
+* Bug fixes (see mercurial logs for details)
+
Version 2.2.0 - 2011-10-24
* Bug fixes (see mercurial logs for details)
diff -Nru tryton-modules-account-statement-2.2.0/COPYRIGHT tryton-modules-account-statement-2.2.1/COPYRIGHT
--- tryton-modules-account-statement-2.2.0/COPYRIGHT 2011-07-06 09:55:55.000000000 +0200
+++ tryton-modules-account-statement-2.2.1/COPYRIGHT 2012-09-02 15:29:58.000000000 +0200
@@ -1,6 +1,6 @@
-Copyright (C) 2008-2011 Cédric Krier.
+Copyright (C) 2008-2012 Cédric Krier.
Copyright (C) 2008-2011 Bertrand Chenal.
-Copyright (C) 2008-2011 B2CK SPRL.
+Copyright (C) 2008-2012 B2CK SPRL.
Copyright (C) 2004-2008 Tiny SPRL.
This program is free software: you can redistribute it and/or modify
diff -Nru tryton-modules-account-statement-2.2.0/debian/changelog tryton-modules-account-statement-2.2.1/debian/changelog
--- tryton-modules-account-statement-2.2.0/debian/changelog 2012-06-30 18:07:34.000000000 +0200
+++ tryton-modules-account-statement-2.2.1/debian/changelog 2012-09-12 15:54:35.000000000 +0200
@@ -1,3 +1,9 @@
+tryton-modules-account-statement (2.2.1-1) unstable; urgency=low
+
+ * Merging upstream version 2.2.1.
+
+ -- Mathias Behrle <mathiasb@m9s.biz> Wed, 12 Sep 2012 15:54:35 +0200
+
tryton-modules-account-statement (2.2.0-2) unstable; urgency=low
[ Mathias Behrle ]
diff -Nru tryton-modules-account-statement-2.2.0/PKG-INFO tryton-modules-account-statement-2.2.1/PKG-INFO
--- tryton-modules-account-statement-2.2.0/PKG-INFO 2011-10-24 17:28:01.000000000 +0200
+++ tryton-modules-account-statement-2.2.1/PKG-INFO 2012-09-02 15:30:03.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: trytond_account_statement
-Version: 2.2.0
+Version: 2.2.1
Summary: Financial and Accounting Module with:
- Statement
- Statement journal
diff -Nru tryton-modules-account-statement-2.2.0/statement.py tryton-modules-account-statement-2.2.1/statement.py
--- tryton-modules-account-statement-2.2.0/statement.py 2011-08-21 11:21:19.000000000 +0200
+++ tryton-modules-account-statement-2.2.1/statement.py 2012-08-26 15:42:10.000000000 +0200
@@ -244,7 +244,9 @@
else:
res['lines']['update'].append({
'id': line['id'],
- 'amount': amount_to_pay,
+ 'amount': (amount_to_pay
+ if line['amount'] >= 0
+ else -amount_to_pay),
})
res['lines'].setdefault('add', [])
vals = line.copy()
diff -Nru tryton-modules-account-statement-2.2.0/trytond_account_statement.egg-info/PKG-INFO tryton-modules-account-statement-2.2.1/trytond_account_statement.egg-info/PKG-INFO
--- tryton-modules-account-statement-2.2.0/trytond_account_statement.egg-info/PKG-INFO 2011-10-24 17:28:01.000000000 +0200
+++ tryton-modules-account-statement-2.2.1/trytond_account_statement.egg-info/PKG-INFO 2012-09-02 15:30:02.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: trytond-account-statement
-Version: 2.2.0
+Version: 2.2.1
Summary: Financial and Accounting Module with:
- Statement
- Statement journal
diff -Nru tryton-modules-account-statement-2.2.0/__tryton__.py tryton-modules-account-statement-2.2.1/__tryton__.py
--- tryton-modules-account-statement-2.2.0/__tryton__.py 2011-10-24 17:27:06.000000000 +0200
+++ tryton-modules-account-statement-2.2.1/__tryton__.py 2011-10-24 17:30:09.000000000 +0200
@@ -8,7 +8,7 @@
'name_es_ES': 'Estado de cuentas',
'name_fr_FR': 'Relevé comptable',
'name_nl_NL': 'Bankafschriften',
- 'version': '2.2.0',
+ 'version': '2.2.1',
'author': 'B2CK',
'email': 'info@b2ck.com',
'website': 'http://www.tryton.org/',
Attachment:
signature.asc
Description: PGP signature