[tryton-debian-vcs] tryton-modules-party branch debian-jessie-3.0 updated. debian/3.0.0-3-8-geb7baf0

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Mar 4 00:34:33 UTC 2015


The following commit has been merged in the debian-jessie-3.0 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-party.git;a=commitdiff;h=debian/3.0.0-3-8-geb7baf0

commit eb7baf08cde6a4a471901f38d846f075bd81c0dc
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Mar 3 12:08:44 2015 +0100

    Releasing debian version 3.0.1-1.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/debian/changelog b/debian/changelog
index 51d5308..b7248c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+tryton-modules-party (3.0.1-1) unstable; urgency=medium
+
+  * Removing  LC_ALL=C.UTF-8 as build environment.
+  * Setting the branch in the watch file to the fixed version 3.0.
+  * Updating signing key while using now plain .asc files instead of .pgp
+    binaries.
+  * Adding actual upstream signing key.
+  * Adding actual upstream signing key.
+  * Merging upstream version 3.0.1.
+  * Updating copyright file.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Tue, 03 Mar 2015 12:08:44 +0100
+
 tryton-modules-party (3.0.0-3) unstable; urgency=medium
 
   * Updating year in debian copyright.
commit 66ac58c7e917973441071f8d898a8cd0f56f61b2
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Mar 3 12:08:43 2015 +0100

    Updating copyright file.

diff --git a/debian/copyright b/debian/copyright
index 0b65ad1..c452db9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,9 +1,9 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 
 Files: *
-Copyright: 2008-2013 Cédric Krier
+Copyright: 2008-2015 Cédric Krier
            2008-2013 Bertrand Chenal
-           2008-2013 B2CK SPRL
+           2008-2015 B2CK SPRL
            2008-2013 Udo Spallek
            2008-2011 Korbinian Preisler
            2008-2011 virtual things
commit 7ad94273fdbb6f558c0b34027eb43a2c5004d9dc
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Mar 3 12:08:43 2015 +0100

    Merging upstream version 3.0.1.

diff --git a/CHANGELOG b/CHANGELOG
index 31e5d55..018b67a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.0.1 - 2015-02-25
+* Bug fixes (see mercurial logs for details)
+
 Version 3.0.0 - 2013-10-21
 * Bug fixes (see mercurial logs for details)
 
diff --git a/COPYRIGHT b/COPYRIGHT
index 03c5206..1f2d75b 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,6 +1,6 @@
-Copyright (C) 2008-2013 Cédric Krier.
+Copyright (C) 2008-2015 Cédric Krier.
 Copyright (C) 2008-2013 Bertrand Chenal.
-Copyright (C) 2008-2013 B2CK SPRL.
+Copyright (C) 2008-2015 B2CK SPRL.
 Copyright (C) 2008-2013 Udo Spallek.
 Copyright (C) 2008-2011 Korbinian Preisler.
 Copyright (C) 2008-2011 virtual things.
diff --git a/PKG-INFO b/PKG-INFO
index 500150b..55f229f 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_party
-Version: 3.0.0
+Version: 3.0.1
 Summary: Tryton module with parties and addresses
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/tryton.cfg b/tryton.cfg
index 6e07686..eb2c23c 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.0.0
+version=3.0.1
 depends:
     country
     ir
diff --git a/trytond_party.egg-info/PKG-INFO b/trytond_party.egg-info/PKG-INFO
index 21ec555..3428e16 100644
--- a/trytond_party.egg-info/PKG-INFO
+++ b/trytond_party.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-party
-Version: 3.0.0
+Version: 3.0.1
 Summary: Tryton module with parties and addresses
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/trytond_party.egg-info/SOURCES.txt b/trytond_party.egg-info/SOURCES.txt
index 2e2d904..f4ec134 100644
--- a/trytond_party.egg-info/SOURCES.txt
+++ b/trytond_party.egg-info/SOURCES.txt
@@ -14,12 +14,45 @@ setup.py
 tryton.cfg
 ./__init__.py
 ./address.py
+./address.xml
 ./category.py
+./category.xml
 ./configuration.py
+./configuration.xml
 ./contact_mechanism.py
+./contact_mechanism.xml
+./label.odt
 ./party.py
+./party.xml
+./tryton.cfg
+./icons/tryton-party.svg
+./locale/bg_BG.po
+./locale/ca_ES.po
+./locale/cs_CZ.po
+./locale/de_DE.po
+./locale/es_AR.po
+./locale/es_CO.po
+./locale/es_ES.po
+./locale/fr_FR.po
+./locale/nl_NL.po
+./locale/ru_RU.po
+./locale/sl_SI.po
 ./tests/__init__.py
 ./tests/test_party.py
+./view/address_form.xml
+./view/address_tree.xml
+./view/address_tree_sequence.xml
+./view/category_form.xml
+./view/category_list.xml
+./view/category_tree.xml
+./view/check_vies_no_result.xml
+./view/check_vies_result.xml
+./view/configuration_form.xml
+./view/contact_mechanism_form.xml
+./view/contact_mechanism_tree.xml
+./view/contact_mechanism_tree_sequence.xml
+./view/party_form.xml
+./view/party_tree.xml
 doc/index.rst
 icons/tryton-party.svg
 locale/bg_BG.po
-- 
tryton-modules-party



More information about the tryton-debian-vcs mailing list