[tryton-debian-vcs] tryton-modules-sale-opportunity branch debian-squeeze-1.6 created. 9f4e0987d6c1be90f7ccc71419874d7dae355774
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Nov 27 17:09:08 UTC 2013
The following commit has been merged in the debian-squeeze-1.6 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-opportunity.git;a=commitdiff;h=9f4e0987d6c1be90f7ccc71419874d7dae355774
commit 9f4e0987d6c1be90f7ccc71419874d7dae355774
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sat Nov 20 21:29:12 2010 +0100
Releasing debian version 1.6.1-0~50squeeze1.
diff --git a/debian/changelog b/debian/changelog
index 6fa43cd..56bb3ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tryton-modules-sale-opportunity (1.6.1-0~50squeeze1) unstable; urgency=low
+
+ * Merging upstream version 1.6.1.
+ * Changing my email address.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Sat, 20 Nov 2010 21:25:51 +0100
+
tryton-modules-sale-opportunity (1.6.0-1) unstable; urgency=low
* Initial release.
commit e415bf1277936cf5b3ac830dedaabac770b31f71
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sat Nov 20 21:16:04 2010 +0100
Changing my email address.
diff --git a/debian/control b/debian/control
index 2b00f02..0f10713 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Tryton Maintainers <tryton at lists.debian-maintainers.org>
Uploaders:
Daniel Baumann <daniel at debian.org>,
- Mathias Behrle <mathiasb at mbsolutions.selfip.biz>
+ Mathias Behrle <mathiasb at m9s.biz>
Dm-Upload-Allowed: yes
Build-Depends: debhelper (>= 7), python, python-setuptools, python-support
Standards-Version: 3.9.1
commit 02c57aa05adbdecb6b15fa6a763efe2041c90c09
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sat Nov 20 20:52:48 2010 +0100
Merging upstream version 1.6.1.
diff --git a/CHANGELOG b/CHANGELOG
index 1cbe557..c43da42 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,2 +1,5 @@
+Version 1.6.1 - 2010-11-02
+* Bug fixes (see mercurial logs for details)
+
Version 1.6.0 - 2010-09-07
* Initial release
diff --git a/INSTALL b/INSTALL
index 8912f21..c6a478b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -10,6 +10,9 @@ Prerequisites
* trytond_company (http://www.tryton.org/)
* trytond_product (http://www.tryton.org/)
* trytond_sale (http://www.tryton.org/)
+ * trytond_account (http://www.tryton.org/)
+ * trytond_stock (http://www.tryton.org/)
+ * trytond_currency (http://www.tryton.org/)
Installation
------------
diff --git a/PKG-INFO b/PKG-INFO
index 1ac4c6e..76eb868 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: trytond_sale_opportunity
-Version: 1.6.0
+Version: 1.6.1
Summary: Provides:
- Leads
- Leads to Opportunities conversion
diff --git a/__tryton__.py b/__tryton__.py
index 2e6a8cb..82eff1c 100644
--- a/__tryton__.py
+++ b/__tryton__.py
@@ -3,7 +3,8 @@
{
'name': 'Sales Leads and Opportunities',
'name_de_DE': 'Verkauf Interessenten und Chancen',
- 'version': '1.6.0',
+ 'name_fr_FR': 'Contacts commerciaux et opportunités de ventes',
+ 'version': '1.6.1',
'author': 'Sharoon Thomas, Openlabs',
'email': 'info at openlabs.co.in',
'website': 'http://www.openlabs.co.in/',
diff --git a/tests/__init__.pyc b/tests/__init__.pyc
deleted file mode 100644
index e4ecd90..0000000
Binary files a/tests/__init__.pyc and /dev/null differ
diff --git a/tests/test_sale_opportunity.pyc b/tests/test_sale_opportunity.pyc
deleted file mode 100644
index 428332a..0000000
Binary files a/tests/test_sale_opportunity.pyc and /dev/null differ
diff --git a/trytond_sale_opportunity.egg-info/PKG-INFO b/trytond_sale_opportunity.egg-info/PKG-INFO
index b1f7022..674f43c 100644
--- a/trytond_sale_opportunity.egg-info/PKG-INFO
+++ b/trytond_sale_opportunity.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: trytond-sale-opportunity
-Version: 1.6.0
+Version: 1.6.1
Summary: Provides:
- Leads
- Leads to Opportunities conversion
diff --git a/trytond_sale_opportunity.egg-info/SOURCES.txt b/trytond_sale_opportunity.egg-info/SOURCES.txt
index 24ed023..735be89 100644
--- a/trytond_sale_opportunity.egg-info/SOURCES.txt
+++ b/trytond_sale_opportunity.egg-info/SOURCES.txt
@@ -15,9 +15,7 @@ setup.py
./tests/__init__.py
./tests/test_sale_opportunity.py
tests/__init__.py
-tests/__init__.pyc
tests/test_sale_opportunity.py
-tests/test_sale_opportunity.pyc
trytond_sale_opportunity.egg-info/PKG-INFO
trytond_sale_opportunity.egg-info/SOURCES.txt
trytond_sale_opportunity.egg-info/dependency_links.txt
--
tryton-modules-sale-opportunity
More information about the tryton-debian-vcs
mailing list