[tryton-debian-vcs] tryton-modules-account-dunning branch debian-jessie-3.0 updated. debian/3.0.1-2-6-gca919af

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Tue Aug 26 16:41:59 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-account-dunning.git;a=commitdiff;h=debian/3.0.1-2-6-gca919af

commit ca919afe0b24e216cfdba0fecc37d1a91205ab37
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Aug 26 13:36:41 2014 +0200

    Releasing debian version 3.0.2-1.

diff --git a/debian/changelog b/debian/changelog
index c3e2a34..1d231b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+tryton-modules-account-dunning (3.0.2-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.2.
+  * Updating copyright file.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Tue, 26 Aug 2014 13:36:40 +0200
+
 tryton-modules-account-dunning (3.0.1-2) unstable; urgency=medium
 
   * Updating year in debian copyright.
commit 07de9afbad0fc87446492ee11b4e62abde0cc4f3
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Aug 26 13:36:27 2014 +0200

    Updating copyright file.

diff --git a/debian/copyright b/debian/copyright
index 3b328a4..87f814c 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 202cb746cfcdd2145514618ad5d9fee9379d46c6
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Aug 26 13:36:26 2014 +0200

    Merging upstream version 3.0.2.

diff --git a/CHANGELOG b/CHANGELOG
index be7289e..e5ca4b5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.0.2 - 2014-08-03
+* Bug fixes (see mercurial logs for details)
+
 Version 3.0.1 - 2013-12-04
 * 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 5678c62..0624878 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_account_dunning
-Version: 3.0.1
+Version: 3.0.2
 Summary: Tryton module for account dunning
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/setup.py b/setup.py
index cd4992f..0b3b488 100644
--- a/setup.py
+++ b/setup.py
@@ -45,7 +45,7 @@ setup(name='trytond_account_dunning',
         ],
     package_data={
         'trytond.modules.account_dunning': (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 8e6a0b7..fd52dd7 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.0.1
+version=3.0.2
 depends:
     account
     company
diff --git a/trytond_account_dunning.egg-info/PKG-INFO b/trytond_account_dunning.egg-info/PKG-INFO
index f2021e4..67ccc65 100644
--- a/trytond_account_dunning.egg-info/PKG-INFO
+++ b/trytond_account_dunning.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-account-dunning
-Version: 3.0.1
+Version: 3.0.2
 Summary: Tryton module for account dunning
 Home-page: http://www.tryton.org/
 Author: Tryton
-- 
tryton-modules-account-dunning



More information about the tryton-debian-vcs mailing list