[tryton-debian-vcs] tryton-modules-health-icd10pcs branch debian updated. debian/2.8.1-1-12-ga28e7a6
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Mon Mar 28 18:27:03 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-icd10pcs.git;a=commitdiff;h=debian/2.8.1-1-12-ga28e7a6
commit a28e7a62ed3d72964b9b28f1f3aca54eeb9a574b
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Mar 28 01:18:05 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 6ba2132..384f392 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+tryton-modules-health-icd10pcs (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:18:04 +0200
+
tryton-modules-health-icd10pcs (2.8.1-1) unstable; urgency=medium
* Initial packaging.
commit 16b3805314c97e5f9e819e190fb9c93d9ef2c9f7
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Mar 28 01:18:04 2016 +0200
Merging upstream version 3.0.1.
diff --git a/PKG-INFO b/PKG-INFO
index eea75b5..033cbed 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_health_icd10pcs
-Version: 2.8.1
+Version: 3.0.1
Summary: GNU Health ICD10 Procedures Coding System 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 c1e2fd5..3cce435 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_icd10pcs.py b/health_icd10pcs.py
index 80ccc2e..a4f6467 100644
--- a/health_icd10pcs.py
+++ b/health_icd10pcs.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 477a145..8933cb2 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 cdb9185..1a9cc67 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=2.8.1
+version=3.0.1
depends:
health
xml:
diff --git a/trytond_health_icd10pcs.egg-info/PKG-INFO b/trytond_health_icd10pcs.egg-info/PKG-INFO
index 88c3d0a..865c780 100644
--- a/trytond_health_icd10pcs.egg-info/PKG-INFO
+++ b/trytond_health_icd10pcs.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-health-icd10pcs
-Version: 2.8.1
+Version: 3.0.1
Summary: GNU Health ICD10 Procedures Coding System module
Home-page: http://health.gnu.org/
Author: GNU Solidario
diff --git a/trytond_health_icd10pcs.egg-info/requires.txt b/trytond_health_icd10pcs.egg-info/requires.txt
index fcccb26..b3a667a 100644
--- a/trytond_health_icd10pcs.egg-info/requires.txt
+++ b/trytond_health_icd10pcs.egg-info/requires.txt
@@ -1,2 +1,2 @@
-trytond_health == 2.8.1
-trytond >= 3.4, < 3.5
+trytond_health == 3.0.1
+trytond >= 3.8, < 3.9
commit 69e8c317f406646998c8afdd539c9e7a5e7bead4
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-icd10pcs
More information about the tryton-debian-vcs
mailing list