[tryton-debian-vcs] tryton-modules-stock-package-shipping branch debian-stretch-4.2 updated. debian/4.2.0-1-7-g118182f
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Thu Oct 5 12:28:14 UTC 2017
The following commit has been merged in the debian-stretch-4.2 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-stock-package-shipping.git;a=commitdiff;h=debian/4.2.0-1-7-g118182f
commit 118182f767ba356e15564956c09910ffb30d126a
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Oct 5 12:14:25 2017 +0200
Releasing debian version 4.2.1-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 03a0f02..8559d07 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+tryton-modules-stock-package-shipping (4.2.1-1) unstable; urgency=medium
+
+ * Add the actual upstream maintainer key to signing-key.asc.
+ * Setting the branch in the watch file to the fixed version 4.2.
+ * Use the preferred https URL format in the copyright file.
+ * Bump the Standards-Version to 4.0.1.
+ * Merging upstream version 4.2.1.
+ * Updating copyright file.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Thu, 05 Oct 2017 12:14:25 +0200
+
tryton-modules-stock-package-shipping (4.2.0-1) unstable; urgency=medium
* Initial commit (Closes: #847183).
commit f1977cf44f97c6595edb5337be93a93c47a2f74f
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Oct 5 12:14:25 2017 +0200
Updating copyright file.
diff --git a/debian/copyright b/debian/copyright
index 74e8e83..eb9d7dc 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,8 +1,8 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Files: *
-Copyright: 2016 Nicolas Évrard
- 2016 B2CK
+Copyright: 2016-2017 Nicolas Évrard
+ 2016-2017 B2CK
License: GPL-3+
Files: debian/*
commit d798f42ec640ee2479db64e3762ee000d7ed52c0
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Oct 5 12:14:24 2017 +0200
Merging upstream version 4.2.1.
diff --git a/CHANGELOG b/CHANGELOG
index 1c72ee3..92081fa 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,2 +1,5 @@
+Version 4.2.1 - 2017-10-04
+* Bug fixes (see mercurial logs for details)
+
Version 4.2.0 - 2016-11-28
* Initial release
\ No newline at end of file
diff --git a/COPYRIGHT b/COPYRIGHT
index f51e549..0d03c0a 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,5 +1,5 @@
-Copyright (C) 2016 Nicolas Évrard.
-Copyright (C) 2016 B2CK.
+Copyright (C) 2016-2017 Nicolas Évrard.
+Copyright (C) 2016-2017 B2CK.
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 3d1aea8..64304c3 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_stock_package_shipping
-Version: 4.2.0
+Version: 4.2.1
Summary: The package shipping module of the Tryton application platform.
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/setup.cfg b/setup.cfg
index 861a9f5..8bfd5a1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,4 @@
[egg_info]
tag_build =
tag_date = 0
-tag_svn_revision = 0
diff --git a/setup.py b/setup.py
index 11afe0f..5c01753 100644
--- a/setup.py
+++ b/setup.py
@@ -116,7 +116,7 @@ setup(name=name,
zip_safe=False,
entry_points="""
[trytond.modules]
- shipping = trytond.modules.stock_package_shipping
+ stock_package_shipping = trytond.modules.stock_package_shipping
""",
test_suite='tests',
test_loader='trytond.test_loader:Loader',
diff --git a/tryton.cfg b/tryton.cfg
index 23a9e4a..06c41c7 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=4.2.0
+version=4.2.1
depends:
ir
res
diff --git a/trytond_stock_package_shipping.egg-info/PKG-INFO b/trytond_stock_package_shipping.egg-info/PKG-INFO
index dc245fe..6ae9acb 100644
--- a/trytond_stock_package_shipping.egg-info/PKG-INFO
+++ b/trytond_stock_package_shipping.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-stock-package-shipping
-Version: 4.2.0
+Version: 4.2.1
Summary: The package shipping module of the Tryton application platform.
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/trytond_stock_package_shipping.egg-info/entry_points.txt b/trytond_stock_package_shipping.egg-info/entry_points.txt
index a7898d4..004d98e 100644
--- a/trytond_stock_package_shipping.egg-info/entry_points.txt
+++ b/trytond_stock_package_shipping.egg-info/entry_points.txt
@@ -1,4 +1,4 @@
[trytond.modules]
- shipping = trytond.modules.stock_package_shipping
+ stock_package_shipping = trytond.modules.stock_package_shipping
\ No newline at end of file
--
tryton-modules-stock-package-shipping
More information about the tryton-debian-vcs
mailing list