[tryton-debian-vcs] tryton-modules-health-ntd branch debian updated. debian/2.8.1-12-ga3ad15b

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Mon Mar 28 18:27:42 UTC 2016


The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-health-ntd.git;a=commitdiff;h=debian/2.8.1-12-ga3ad15b

commit a3ad15b0ef9ec08f74d5cc0296479b2c664a334f
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Mar 28 01:34:47 2016 +0200

    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 99129d7..49f0bd2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+tryton-modules-health-ntd (3.0.1-1) unstable; urgency=medium
+
+  * Wrapping and sorting control files (wrap-and-sort -bts).
+  * Adapting section naming in gbp.conf to current git-buildpackage.
+  * Improving description why we can not run the module test suites.
+  * Updating copyright years.
+  * Merging upstream version 3.0.1.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Mon, 28 Mar 2016 01:34:47 +0200
+
 tryton-modules-health-ntd (2.8.1-1) unstable; urgency=medium
 
   * Initial packaging.
commit 95ab2c905850bc2d2ab0b22dd04aa474a5c58298
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Mar 28 01:34:46 2016 +0200

    Merging upstream version 3.0.1.

diff --git a/PKG-INFO b/PKG-INFO
index 230fbfb..ab04467 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_health_ntd
-Version: 2.8.1
+Version: 3.0.1
 Summary: GNU Health Neglected Tropical Diseases Module
 Home-page: http://health.gnu.org/
 Author: GNU Solidario
diff --git a/README b/README
index 4d62bf1..45f0f01 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-#    Copyright (C) 2008-2015 Luis Falcon
+#    Copyright (C) 2008-2016 Luis Falcon
 
 #    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/__init__.py b/__init__.py
index 7650320..6db84b6 100644
--- a/__init__.py
+++ b/__init__.py
@@ -2,8 +2,8 @@
 ##############################################################################
 #
 #    GNU Health: The Free Health and Hospital Information System
-#    Copyright (C) 2008-2015 Luis Falcon <lfalcon at gnusolidario.org>
-#    Copyright (C) 2011-2015 GNU Solidario <health at gnusolidario.org>
+#    Copyright (C) 2008-2016 Luis Falcon <lfalcon at gnusolidario.org>
+#    Copyright (C) 2011-2016 GNU Solidario <health at gnusolidario.org>
 #
 #
 #    This program is free software: you can redistribute it and/or modify
diff --git a/health_ntd.py b/health_ntd.py
index 80ccc2e..a4f6467 100644
--- a/health_ntd.py
+++ b/health_ntd.py
@@ -2,8 +2,8 @@
 ##############################################################################
 #
 #    GNU Health: The Free Health and Hospital Information System
-#    Copyright (C) 2008-2015 Luis Falcon <lfalcon at gnusolidario.org>
-#    Copyright (C) 2011-2015 GNU Solidario <health at gnusolidario.org>
+#    Copyright (C) 2008-2016 Luis Falcon <lfalcon at gnusolidario.org>
+#    Copyright (C) 2011-2016 GNU Solidario <health at gnusolidario.org>
 #
 #
 #    This program is free software: you can redistribute it and/or modify
diff --git a/setup.py b/setup.py
index bbef770..057bb11 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ info = dict(config.items('tryton'))
 for key in ('depends', 'extras_depend', 'xml'):
     if key in info:
         info[key] = info[key].strip().splitlines()
-major_version, minor_version = 3, 4
+major_version, minor_version = 3, 8
 
 requires = []
 
diff --git a/tryton.cfg b/tryton.cfg
index 84a7076..b61f830 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=2.8.1
+version=3.0.1
 depends:
     health
     health_lab
diff --git a/trytond_health_ntd.egg-info/PKG-INFO b/trytond_health_ntd.egg-info/PKG-INFO
index db29a54..6b0bae0 100644
--- a/trytond_health_ntd.egg-info/PKG-INFO
+++ b/trytond_health_ntd.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-health-ntd
-Version: 2.8.1
+Version: 3.0.1
 Summary: GNU Health Neglected Tropical Diseases Module
 Home-page: http://health.gnu.org/
 Author: GNU Solidario
diff --git a/trytond_health_ntd.egg-info/requires.txt b/trytond_health_ntd.egg-info/requires.txt
index 5d42873..6c3fd68 100644
--- a/trytond_health_ntd.egg-info/requires.txt
+++ b/trytond_health_ntd.egg-info/requires.txt
@@ -1,3 +1,3 @@
-trytond_health == 2.8.1
-trytond_health_lab == 2.8.1
-trytond >= 3.4, < 3.5
+trytond_health == 3.0.1
+trytond_health_lab == 3.0.1
+trytond >= 3.8, < 3.9
commit acb3a71bee41ccf52ffad29e25b28abcee7d965f
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Fri Mar 25 21:58:40 2016 +0100

    Updating copyright years.

diff --git a/debian/copyright b/debian/copyright
index 797cead..bc5aec8 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: 2008-2015 Luis Falcon <lfalcon at gnusolidario.org>
-           2011-2015 GNU Solidario <health at gnusolidario.org>
+Copyright: 2008-2016 Luis Falcon <lfalcon at gnusolidario.org>
+           2011-2016 GNU Solidario <health at gnusolidario.org>
 License: GPL-3+
 
 Files: setup.py
@@ -10,7 +10,7 @@ Copyright: 2011 Cédric Krier <ced at b2ck.com>
 License: GPL-3+
 
 Files: debian/*
-Copyright: 2015 Mathias Behrle <mathiasb at m9s.biz>
+Copyright: 2015-2016 Mathias Behrle <mathiasb at m9s.biz>
 License: GPL-3+
 
 License: GPL-3+
-- 
tryton-modules-health-ntd



More information about the tryton-debian-vcs mailing list