[tryton-debian-vcs] tryton-modules-analytic-invoice branch debian-wheezy-2.2 created. 3c7fcc6eb92977a8b466e649c5bc5bbd149bb019

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Nov 27 16:58:17 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-analytic-invoice.git;a=commitdiff;h=3c7fcc6eb92977a8b466e649c5bc5bbd149bb019
commit 3c7fcc6eb92977a8b466e649c5bc5bbd149bb019
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat May 4 17:05:14 2013 +0200

    Releasing debian version 2.2.1-1.

diff --git a/debian/changelog b/debian/changelog
index e11a96b..adba573 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tryton-modules-analytic-invoice (1:2.2.1-1) unstable; urgency=low
+
+  * Merging upstream version 2.2.1.
+  * Updating copyright.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Sat, 04 May 2013 16:56:45 +0200
+
 tryton-modules-analytic-invoice (1:2.2.0-2) unstable; urgency=low
 
   [ Mathias Behrle ]
commit 5ce6343aaca1dd5c7289b222b53010f3b329855a
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 20c508e..54bef03 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 
 Files: *
-Copyright: 2008-2011 Cedric Krier
+Copyright: 2008-2011 Cédric Krier
            2008-2011 Bertrand Chenal
            2008-2011 B2CK SPRL
 License: GPL-3+
commit 1e15e57c7f34f8e556762291439244ee5adddea0
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat May 4 15:31:22 2013 +0200

    Merging upstream version 2.2.1.

diff --git a/CHANGELOG b/CHANGELOG
index 905eea5..2d86f84 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.2.1 - 2013-05-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/PKG-INFO b/PKG-INFO
index dc946a1..9bf40da 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
 Name: trytond_analytic_invoice
-Version: 2.2.0
+Version: 2.2.1
 Summary: Add analytic account on invoice lines and generate analytic lines on the moves of invoice.
 
 Home-page: http://www.tryton.org/
diff --git a/__tryton__.py b/__tryton__.py
index a04c27f..acff811 100644
--- a/__tryton__.py
+++ b/__tryton__.py
@@ -7,7 +7,7 @@
     'name_es_CO': 'Facturación Analítica',
     'name_es_ES': 'Facturación analítica',
     'name_fr_FR': 'Facturation analytique',
-    'version': '2.2.0',
+    'version': '2.2.1',
     'author': 'B2CK',
     'email': 'info at b2ck.com',
     'website': 'http://www.tryton.org/',
diff --git a/invoice.py b/invoice.py
index 17fa67c..3d27262 100644
--- a/invoice.py
+++ b/invoice.py
@@ -206,7 +206,8 @@ class InvoiceLine(ModelSQL, ModelView):
                     vals['credit'] = value['credit']
                     vals['account'] = account.id
                     vals['journal'] = line.invoice.journal.id
-                    vals['date'] = line.invoice.invoice_date
+                    vals['date'] = (line.invoice.accounting_date
+                        or line.invoice.invoice_date)
                     vals['reference'] = line.invoice.reference
                     vals['party'] = line.invoice.party.id
                     value['analytic_lines'].append(('create', vals))
diff --git a/trytond_analytic_invoice.egg-info/PKG-INFO b/trytond_analytic_invoice.egg-info/PKG-INFO
index 70f8ed4..a674c98 100644
--- a/trytond_analytic_invoice.egg-info/PKG-INFO
+++ b/trytond_analytic_invoice.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
 Name: trytond-analytic-invoice
-Version: 2.2.0
+Version: 2.2.1
 Summary: Add analytic account on invoice lines and generate analytic lines on the moves of invoice.
 
 Home-page: http://www.tryton.org/
commit 09d2320ff84895d823c103d265c64fedbd258e6c
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Jun 30 18:08:34 2012 +0200

    Releasing debian version 2.2.0-2.

diff --git a/debian/changelog b/debian/changelog
index 15b568c..e11a96b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+tryton-modules-analytic-invoice (1: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:08:31 +0200
+
 tryton-modules-analytic-invoice (1:2.2.0-1) unstable; urgency=low
 
   * Bumping X-Python-Version to >=2.6.
commit 0bfd83dbb7e36b49341df7a02705050fff2bd28c
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 03f1871..add9fd0 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-analytic-invoice.git
commit 9b98321cb4f555b227e1a6dce7bfccd2e9fcade4
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 330633d57e378a534398093f4d148b47d4b2b8a5
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 d2ad74d..20c508e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,16 +1,14 @@
 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
+Copyright: 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 e418ec814d4d7e5a7413c695737e5358be07c8e9
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 db05e0f..03f1871 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-analytic-invoice.git
-Vcs-Git: git://git.debian-maintainers.org/git/tryton/tryton-modules-analytic-invoice.git
+Vcs-Browser: http://debian.tryton.org/gitweb/?p=packages/tryton-modules-analytic-invoice.git
+Vcs-Git: git://debian.tryton.org/git/packages/tryton-modules-analytic-invoice.git
 X-Python-Version: >= 2.6
 
 Package: tryton-modules-analytic-invoice
commit 91c78e1537214a4e96b93258667c378d1af7b3cc
Author: Daniel Baumann <daniel at 127011.net>
Date:   Sat Jun 30 16:52:30 2012 +0200

    Updating maintainers field.

diff --git a/debian/control b/debian/control
index bc90a38..db05e0f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: tryton-modules-analytic-invoice
 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-analytic-invoice



More information about the tryton-debian-vcs mailing list