[tryton-debian-vcs] tryton-modules-country branch debian-squeeze-1.6 created. 8c5c7499b3f86f15f5e01fd5eeffdd346184c5fc
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Nov 27 17:01:36 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-country.git;a=commitdiff;h=8c5c7499b3f86f15f5e01fd5eeffdd346184c5fc
commit 8c5c7499b3f86f15f5e01fd5eeffdd346184c5fc
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sat Nov 20 21:29:08 2010 +0100
Releasing debian version 1.6.1-0~50squeeze1.
diff --git a/debian/changelog b/debian/changelog
index 3de6d09..b2bf9ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tryton-modules-country (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:23:24 +0100
+
tryton-modules-country (1.6.0-1) unstable; urgency=low
[ Daniel Baumann ]
commit 41ada46fbf4960bd323d82fd89228161ff3fe304
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sat Nov 20 21:16:02 2010 +0100
Changing my email address.
diff --git a/debian/control b/debian/control
index 3f6ee1f..fc17231 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.8.4
commit b8deed5047f4d59aded91252c91ba19540c60307
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sat Nov 20 20:55:27 2010 +0100
Merging upstream version 1.6.1.
diff --git a/CHANGELOG b/CHANGELOG
index 9bb921d..d445307 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 1.6.1 - 2010-11-02
+* Bug fixes (see mercurial logs for details)
+
Version 1.6.0 - 2010-05-09
* Bug fixes (see mercurial logs for details)
diff --git a/MANIFEST.in b/MANIFEST.in
index b6e5b00..fb8d517 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -7,6 +7,5 @@ include LICENSE
include *.xml
include *.odt
include *.csv
-include scripts/*
-include tests/*
+include scripts/*.py
include doc/*
diff --git a/PKG-INFO b/PKG-INFO
index 85366c9..33b80d4 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,11 +1,12 @@
Metadata-Version: 1.0
Name: trytond_country
-Version: 1.6.0
+Version: 1.6.1
Summary: Define all countries and subdivisions.
Home-page: http://www.tryton.org/
Author: B2CK
Author-email: info at b2ck.com
License: GPL-3
+Download-URL: http://downloads.tryton.org/1.6/
Description: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
diff --git a/__tryton__.py b/__tryton__.py
index d1457c7..99baf39 100644
--- a/__tryton__.py
+++ b/__tryton__.py
@@ -6,7 +6,7 @@
'name_es_CO': 'País',
'name_es_ES': 'País',
'name_fr_FR': 'Pays',
- 'version' : '1.6.0',
+ 'version' : '1.6.1',
'author' : 'B2CK',
'email': 'info at b2ck.com',
'website': 'http://www.tryton.org/',
diff --git a/setup.py b/setup.py
index a69c26b..cd6b250 100644
--- a/setup.py
+++ b/setup.py
@@ -25,6 +25,8 @@ setup(name='trytond_country',
author=info.get('author', ''),
author_email=info.get('email', ''),
url=info.get('website', ''),
+ download_url="http://downloads.tryton.org/" + \
+ info.get('version', '0.0.1').rsplit('.', 1)[0] + '/',
package_dir={'trytond.modules.country': '.'},
packages=[
'trytond.modules.country',
diff --git a/tests/__init__.pyc b/tests/__init__.pyc
deleted file mode 100644
index 1525616..0000000
Binary files a/tests/__init__.pyc and /dev/null differ
diff --git a/tests/test_country.pyc b/tests/test_country.pyc
deleted file mode 100644
index 5c0a862..0000000
Binary files a/tests/test_country.pyc and /dev/null differ
diff --git a/trytond_country.egg-info/PKG-INFO b/trytond_country.egg-info/PKG-INFO
index f16bcac..df35caf 100644
--- a/trytond_country.egg-info/PKG-INFO
+++ b/trytond_country.egg-info/PKG-INFO
@@ -1,11 +1,12 @@
Metadata-Version: 1.0
Name: trytond-country
-Version: 1.6.0
+Version: 1.6.1
Summary: Define all countries and subdivisions.
Home-page: http://www.tryton.org/
Author: B2CK
Author-email: info at b2ck.com
License: GPL-3
+Download-URL: http://downloads.tryton.org/1.6/
Description: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
diff --git a/trytond_country.egg-info/SOURCES.txt b/trytond_country.egg-info/SOURCES.txt
index dd2e1f5..535ca97 100644
--- a/trytond_country.egg-info/SOURCES.txt
+++ b/trytond_country.egg-info/SOURCES.txt
@@ -17,10 +17,6 @@ setup.py
./tests/test_country.py
doc/index.rst
scripts/countries.py
-tests/__init__.py
-tests/__init__.pyc
-tests/test_country.py
-tests/test_country.pyc
trytond_country.egg-info/PKG-INFO
trytond_country.egg-info/SOURCES.txt
trytond_country.egg-info/dependency_links.txt
--
tryton-modules-country
More information about the tryton-debian-vcs
mailing list