[tryton-debian-vcs] tryton-modules-project-invoice branch debian-jessie-3.0 updated. debian/3.0.0-3-6-gb845dc9

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Tue Aug 26 16:44:23 UTC 2014


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-project-invoice.git;a=commitdiff;h=debian/3.0.0-3-6-gb845dc9

commit b845dc906aa52177040658f43b3dc5eb5822f619
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Aug 26 13:12:59 2014 +0200

    Releasing debian version 3.0.1-1.

diff --git a/debian/changelog b/debian/changelog
index 794ed1e..a7b0b32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+tryton-modules-project-invoice (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.
+  * Merging upstream version 3.0.1.
+  * Updating copyright file.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Tue, 26 Aug 2014 13:12:58 +0200
+
 tryton-modules-project-invoice (3.0.0-3) unstable; urgency=medium
 
   * Updating year in debian copyright.
commit a6ffb6cd8ecb59fee4c358e87e424ea02ec8eb9d
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Aug 26 13:12:55 2014 +0200

    Updating copyright file.

diff --git a/debian/copyright b/debian/copyright
index 2d13bd2..153a9cd 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,8 +1,8 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 
 Files: *
-Copyright: 2013 Cédric Krier
-           2013 B2CK SPRL
+Copyright: 2013-2014 Cédric Krier
+           2013-2014 B2CK SPRL
 License: GPL-3+
 
 Files: debian/*
commit ec66ce84f5744f736bd19c5d6001147108114c25
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Aug 26 13:12:55 2014 +0200

    Merging upstream version 3.0.1.

diff --git a/CHANGELOG b/CHANGELOG
index cd2dc58..054e1df 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.0.1 - 2014-08-03
+* 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 1ef62b0..f8646f0 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,5 +1,5 @@
-Copyright (C) 2013 Cédric Krier.
-Copyright (C) 2013 B2CK SPRL.
+Copyright (C) 2013-2014 Cédric Krier.
+Copyright (C) 2013-2014 B2CK SPRL.
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff --git a/PKG-INFO b/PKG-INFO
index 97b0fd1..81cc04b 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_project_invoice
-Version: 3.0.0
+Version: 3.0.1
 Summary: Tryton module to invoice projects
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/setup.py b/setup.py
index d20d425..117153a 100644
--- a/setup.py
+++ b/setup.py
@@ -45,7 +45,7 @@ setup(name='trytond_project_invoice',
         ],
     package_data={
         'trytond.modules.project_invoice': (info.get('xml', [])
-            + ['tryton.cfg', 'view/*.xml', 'locale/*.po']),
+            + ['tryton.cfg', 'view/*.xml', 'locale/*.po', 'tests/*.rst']),
         },
     classifiers=[
         'Development Status :: 5 - Production/Stable',
diff --git a/tryton.cfg b/tryton.cfg
index a68f498..21d1c99 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.0.0
+version=3.0.1
 depends:
     ir
     project
diff --git a/trytond_project_invoice.egg-info/PKG-INFO b/trytond_project_invoice.egg-info/PKG-INFO
index f53780c..60261e6 100644
--- a/trytond_project_invoice.egg-info/PKG-INFO
+++ b/trytond_project_invoice.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-project-invoice
-Version: 3.0.0
+Version: 3.0.1
 Summary: Tryton module to invoice projects
 Home-page: http://www.tryton.org/
 Author: Tryton
-- 
tryton-modules-project-invoice



More information about the tryton-debian-vcs mailing list