[tryton-debian-vcs] tryton-modules-account-invoice-history branch debian-squeeze-1.6 created. 521b288c869d184f6cfd1a91191c31f6a8477852

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Nov 27 16:55:36 UTC 2013


The following commit has been merged in the debian-squeeze-1.6 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-account-invoice-history.git;a=commitdiff;h=521b288c869d184f6cfd1a91191c31f6a8477852
commit 521b288c869d184f6cfd1a91191c31f6a8477852
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Nov 20 21:29:05 2010 +0100

    Releasing debian version 1.6.1-0~50squeeze1.

diff --git a/debian/changelog b/debian/changelog
index b81dc71..f6d6ca1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tryton-modules-account-invoice-history (1.6.1-0~50squeeze1) unstable; urgency=low
+
+  * Merging upstream version 1.6.1.
+  * Changing my email address.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Sat, 20 Nov 2010 21:19:59 +0100
+
 tryton-modules-account-invoice-history (1.6.0-1) unstable; urgency=low
 
   [ Daniel Baumann ]
commit 81b4d98b6c9d8c9d15f1da085b6a0a887f6a6ac7
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Nov 20 21:16:01 2010 +0100

    Changing my email address.

diff --git a/debian/control b/debian/control
index 3e2f6e9..034a893 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Tryton Maintainers <tryton at lists.debian-maintainers.org>
 Uploaders:
  Daniel Baumann <daniel at debian.org>,
- Mathias Behrle <mathiasb at mbsolutions.selfip.biz>
+ Mathias Behrle <mathiasb at m9s.biz>
 Dm-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7), python, python-setuptools, python-support
 Standards-Version: 3.8.4
commit 027f90874114a6d1b04f04810e09e75c12fa2240
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Nov 20 20:57:42 2010 +0100

    Merging upstream version 1.6.1.

diff --git a/CHANGELOG b/CHANGELOG
index 60287dd..3039d02 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 1.6.1 - 2010-11-02
+* Bug fixes (see mercurial logs for details)
+
 Version 1.6.0 - 2010-05-13
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index dc11dc0..58a7f56 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: trytond_account_invoice_history
-Version: 1.6.0
+Version: 1.6.1
 Summary: Add historization for Invoice fields.
 
 Home-page: http://www.tryton.org/
diff --git a/__tryton__.py b/__tryton__.py
index 48fef0c..c39f3c6 100644
--- a/__tryton__.py
+++ b/__tryton__.py
@@ -6,7 +6,7 @@
     'name_es_CO': 'Histórico de Facturación',
     'name_es_ES': 'Histórico de facturación',
     'name_fr_FR': 'Historisation facture',
-    'version': '1.6.0',
+    'version': '1.6.1',
     'author': 'B2CK',
     'email': 'info at b2ck.com',
     'website': 'http://www.tryton.org/',
diff --git a/setup.py b/setup.py
index 499dff2..d75fc8b 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ major_version, minor_version, _ = info.get('version', '0.0.1').split('.', 2)
 major_version = int(major_version)
 minor_version = int(minor_version)
 
-requires = ['egenix-mx-base']
+requires = []
 for dep in info.get('depends', []):
     if not re.match(r'(ir|res|workflow|webdav)(\W|$)', dep):
         requires.append('trytond_%s >= %s.%s, < %s.%s' %
diff --git a/trytond_account_invoice_history.egg-info/PKG-INFO b/trytond_account_invoice_history.egg-info/PKG-INFO
index 76b2701..eb918c3 100644
--- a/trytond_account_invoice_history.egg-info/PKG-INFO
+++ b/trytond_account_invoice_history.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: trytond-account-invoice-history
-Version: 1.6.0
+Version: 1.6.1
 Summary: Add historization for Invoice fields.
 
 Home-page: http://www.tryton.org/
diff --git a/trytond_account_invoice_history.egg-info/requires.txt b/trytond_account_invoice_history.egg-info/requires.txt
index af78be5..36e00b3 100644
--- a/trytond_account_invoice_history.egg-info/requires.txt
+++ b/trytond_account_invoice_history.egg-info/requires.txt
@@ -1,4 +1,3 @@
-egenix-mx-base
 trytond_account_invoice >= 1.6, < 1.7
 trytond_party >= 1.6, < 1.7
 trytond >= 1.6, < 1.7
\ No newline at end of file
-- 
tryton-modules-account-invoice-history



More information about the tryton-debian-vcs mailing list