[tryton-debian-vcs] tryton-modules-account-statement branch debian-wheezy-2.2 created. 78eb3374867d4c2a824cc8b5bc827ca831eeac3e
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Nov 27 16:56:58 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-account-statement.git;a=commitdiff;h=78eb3374867d4c2a824cc8b5bc827ca831eeac3e
commit 78eb3374867d4c2a824cc8b5bc827ca831eeac3e
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Mar 19 19:25:25 2013 +0100
Releasing debian version 2.2.2-1.
diff --git a/debian/changelog b/debian/changelog
index 0dd467b..ca660de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+tryton-modules-account-statement (2.2.2-1) unstable; urgency=low
+
+ * Merging upstream version 2.2.2.
+ * Updating to Standards-Version: 3.9.4, no changes needed.
+ * Removing obsolete Dm-Upload-Allowed
+ * Updating copyright.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Sun, 24 Feb 2013 22:10:28 +0100
+
tryton-modules-account-statement (2.2.1-1) unstable; urgency=low
* Merging upstream version 2.2.1.
commit 84e1ec31b811134c8b070c154f2c110b65d5d43a
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sun Feb 24 22:09:31 2013 +0100
Updating copyright.
diff --git a/debian/copyright b/debian/copyright
index fc94d87..0fbe216 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,10 +1,10 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Files: *
-Copyright: 2004-2008 Tiny SPRL
- 2008-2012 Cedric Krier
+Copyright: 2008-2012 Cédric Krier
2008-2011 Bertrand Chenal
2008-2012 B2CK SPRL
+ 2004-2008 Tiny SPRL
License: GPL-3+
Files: debian/*
commit e13debb979ad60d054250e45b9c6c63d9ce725d3
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sun Feb 24 22:01:47 2013 +0100
Removing obsolete Dm-Upload-Allowed
diff --git a/debian/control b/debian/control
index d9d93f8..949d6bc 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,6 @@ Section: python
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 (>= 9), python (>= 2.6.6-3~), python-setuptools
Standards-Version: 3.9.4
Homepage: http://www.tryton.org/
commit a8dd5448251e401a6590ba080dfff203197d1d59
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sun Feb 24 22:01:09 2013 +0100
Updating to Standards-Version: 3.9.4, no changes needed.
diff --git a/debian/control b/debian/control
index b6ba6ca..d9d93f8 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ 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 (>= 9), python (>= 2.6.6-3~), python-setuptools
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
Homepage: http://www.tryton.org/
Vcs-Browser: http://debian.tryton.org/gitweb/?p=packages/tryton-modules-account-statement.git
Vcs-Git: git://debian.tryton.org/git/packages/tryton-modules-account-statement.git
commit 87af8e8c42f965364c6e1509df148a76a4c7ca43
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sun Feb 24 19:46:12 2013 +0100
Merging upstream version 2.2.2.
diff --git a/CHANGELOG b/CHANGELOG
index 2622ed5..59fceb9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.2.2 - 2012-11-05
+* Bug fixes (see mercurial logs for details)
+
Version 2.2.1 - 2012-09-02
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index 3964690..9dac682 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
Name: trytond_account_statement
-Version: 2.2.1
+Version: 2.2.2
Summary: Financial and Accounting Module with:
- Statement
- Statement journal
diff --git a/__tryton__.py b/__tryton__.py
index a8baed5..0cac7cf 100644
--- a/__tryton__.py
+++ b/__tryton__.py
@@ -8,7 +8,7 @@
'name_es_ES': 'Estado de cuentas',
'name_fr_FR': 'Relevé comptable',
'name_nl_NL': 'Bankafschriften',
- 'version': '2.2.1',
+ 'version': '2.2.2',
'author': 'B2CK',
'email': 'info at b2ck.com',
'website': 'http://www.tryton.org/',
diff --git a/statement.py b/statement.py
index d901fb4..f0c496b 100644
--- a/statement.py
+++ b/statement.py
@@ -169,12 +169,12 @@ class Statement(ModelWorkflow, ModelSQL, ModelView):
def search_rec_name(self, name, clause):
ids = self.search(['OR',
- ('start_balance',) + clause[1:],
- ('end_balance',) + clause[1:],
+ ('start_balance',) + tuple(clause[1:]),
+ ('end_balance',) + tuple(clause[1:]),
])
if ids:
return [('id', 'in', ids)]
- return [('journal',) + clause[1:]]
+ return [('journal',) + tuple(clause[1:])]
def get_move_lines(self, ids, name):
'''
diff --git a/trytond_account_statement.egg-info/PKG-INFO b/trytond_account_statement.egg-info/PKG-INFO
index aef77f1..04d1c86 100644
--- a/trytond_account_statement.egg-info/PKG-INFO
+++ b/trytond_account_statement.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
Name: trytond-account-statement
-Version: 2.2.1
+Version: 2.2.2
Summary: Financial and Accounting Module with:
- Statement
- Statement journal
commit 5ec1d6d46118c439b2c77f39428bdb309d5c82d7
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Oct 3 23:00:00 2012 +0200
Releasing debian version 2.2.1-1.
diff --git a/debian/changelog b/debian/changelog
index 7eb5516..0dd467b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tryton-modules-account-statement (2.2.1-1) unstable; urgency=low
+
+ * Merging upstream version 2.2.1.
+ * Updating year in copyright.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Wed, 03 Oct 2012 21:49:40 +0200
+
tryton-modules-account-statement (2.2.0-2) unstable; urgency=low
[ Mathias Behrle ]
commit 9f31a74d9e22d89c04f5d07d472fc0a67d347c34
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Oct 3 21:45:06 2012 +0200
Updating year in copyright.
diff --git a/debian/copyright b/debian/copyright
index 86254d0..fc94d87 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,9 +2,9 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Files: *
Copyright: 2004-2008 Tiny SPRL
- 2008-2011 Cedric Krier
+ 2008-2012 Cedric Krier
2008-2011 Bertrand Chenal
- 2008-2011 B2CK SPRL
+ 2008-2012 B2CK SPRL
License: GPL-3+
Files: debian/*
commit 5930ec51c3907c583c27b541b04e3f4ee6349596
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Sep 12 15:53:53 2012 +0200
Merging upstream version 2.2.1.
diff --git a/CHANGELOG b/CHANGELOG
index af7659b..2622ed5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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 --git a/COPYRIGHT b/COPYRIGHT
index a9feb41..83c0f58 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -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 --git a/PKG-INFO b/PKG-INFO
index 12c55a3..3964690 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -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 --git a/__tryton__.py b/__tryton__.py
index 96aebf8..a8baed5 100644
--- a/__tryton__.py
+++ b/__tryton__.py
@@ -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 at b2ck.com',
'website': 'http://www.tryton.org/',
diff --git a/statement.py b/statement.py
index b4d4fd8..d901fb4 100644
--- a/statement.py
+++ b/statement.py
@@ -244,7 +244,9 @@ class Statement(ModelWorkflow, ModelSQL, ModelView):
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 --git a/trytond_account_statement.egg-info/PKG-INFO b/trytond_account_statement.egg-info/PKG-INFO
index 81c0e62..aef77f1 100644
--- a/trytond_account_statement.egg-info/PKG-INFO
+++ b/trytond_account_statement.egg-info/PKG-INFO
@@ -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
commit 50e444e7970f25947343abac28585f934d90457d
Author: Daniel Baumann <daniel at debian.org>
Date: Sat Jun 30 18:07:36 2012 +0200
Releasing debian version 2.2.0-2.
diff --git a/debian/changelog b/debian/changelog
index 2b50ec5..7eb5516 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+tryton-modules-account-statement (2.2.0-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:07:31 +0200
+
tryton-modules-account-statement (2.2.0-1) unstable; urgency=low
* Bumping X-Python-Version to >=2.6.
commit 1a8a44f4cb73d1583af9839e1e2e6252fddb752e
Author: Daniel Baumann <daniel at debian.org>
Date: Sat Jun 30 18:02:28 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 e86f26a..b6ba6ca 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-account-statement.git
commit 7d8fe50398e7676d7735663603e35ea60ee318d4
Author: Daniel Baumann <daniel at debian.org>
Date: Sat Jun 30 17:53:50 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
commit feb7aeeb9a10ffd4731013d9b59ad8496a00a9fb
Author: Daniel Baumann <daniel at debian.org>
Date: Sat Jun 30 17:50:23 2012 +0200
Correcting copyright file to match format version 1.0.
diff --git a/debian/copyright b/debian/copyright
index 21a85a7..86254d0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,17 +1,15 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Files: *
-Copyright:
- (C) 2004-2008 Tiny SPRL
- (C) 2008-2011 Cedric Krier
- (C) 2008-2011 Bertrand Chenal
- (C) 2008-2011 B2CK SPRL
+Copyright: 2004-2008 Tiny 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>
+Copyright: 2009-2012 Daniel Baumann <daniel at debian.org>
+ 2012 Mathias Behrle <mathiasb at m9s.biz>
License: GPL-3+
License: GPL-3+
commit 6be329c3f4134a8fa1185b4c3b717e0f00f28419
Author: Daniel Baumann <daniel at 127011.net>
Date: Sat Jun 30 16:55:03 2012 +0200
Updating vcs fields.
diff --git a/debian/control b/debian/control
index 14dc415..e86f26a 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-account-statement.git
-Vcs-Git: git://git.debian-maintainers.org/git/tryton/tryton-modules-account-statement.git
+Vcs-Browser: http://debian.tryton.org/gitweb/?p=packages/tryton-modules-account-statement.git
+Vcs-Git: git://debian.tryton.org/git/packages/tryton-modules-account-statement.git
X-Python-Version: >= 2.6
Package: tryton-modules-account-statement
commit 56211f816d736eac1fc26cf417099c0553867104
Author: Daniel Baumann <daniel at 127011.net>
Date: Sat Jun 30 16:52:29 2012 +0200
Updating maintainers field.
diff --git a/debian/control b/debian/control
index 6cbc5e5..14dc415 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: tryton-modules-account-statement
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-account-statement
More information about the tryton-debian-vcs
mailing list