[tryton-debian-vcs] tryton-modules-party branch debian-wheezy-1.8 created. 41c31f9ae7469986d221b15cf4904ff0c7d7c43d
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Nov 27 17:03:40 UTC 2013
The following commit has been merged in the debian-wheezy-1.8 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-party.git;a=commitdiff;h=41c31f9ae7469986d221b15cf4904ff0c7d7c43d
commit 41c31f9ae7469986d221b15cf4904ff0c7d7c43d
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Oct 11 14:23:04 2011 +0200
Releasing debian version 1.8.1-0~70wheezy1.
diff --git a/debian/changelog b/debian/changelog
index e26ffeb..02adda6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-modules-party (1.8.1-0~70wheezy1) wheezy-backports-1.8; urgency=low
+
+ * Updating to standards version 3.9.2.
+ * Moving from deprecated python-support to dh_python2.
+ * Merging upstream version 1.8.1.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Tue, 11 Oct 2011 14:21:05 +0200
+
tryton-modules-party (1.8.0-2) unstable; urgency=low
* Changing my email address.
commit b204d378d5ff883f744d525d251656ac4bb3c043
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Oct 11 14:20:25 2011 +0200
Updating to standards version 3.9.2.
diff --git a/debian/control b/debian/control
index e8fb84f..66351a7 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders:
Mathias Behrle <mathiasb at m9s.biz>
Dm-Upload-Allowed: yes
Build-Depends: debhelper (>= 8), python (>= 2.6.6-3~), python-setuptools
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
Homepage: http://www.tryton.org/
Vcs-Browser: http://git.debian-maintainers.org/?p=tryton/tryton-modules-party.git
Vcs-Git: git://git.debian-maintainers.org/git/tryton/tryton-modules-party.git
commit 72b2182c1f4014a0f8ee0a5ce17eec9e92f7e11b
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Jul 13 19:11:27 2011 +0200
Moving from deprecated python-support to dh_python2.
diff --git a/debian/control b/debian/control
index 14c26d1..e8fb84f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,11 +6,12 @@ Uploaders:
Daniel Baumann <daniel at debian.org>,
Mathias Behrle <mathiasb at m9s.biz>
Dm-Upload-Allowed: yes
-Build-Depends: debhelper (>= 8), python, python-setuptools, python-support
+Build-Depends: debhelper (>= 8), python (>= 2.6.6-3~), python-setuptools
Standards-Version: 3.9.1
Homepage: http://www.tryton.org/
Vcs-Browser: http://git.debian-maintainers.org/?p=tryton/tryton-modules-party.git
Vcs-Git: git://git.debian-maintainers.org/git/tryton/tryton-modules-party.git
+X-Python-Version: >= 2.5
Package: tryton-modules-party
Architecture: all
@@ -18,7 +19,6 @@ Depends:
${misc:Depends}, ${python:Depends}, tryton-server (>= 1.8),
tryton-modules-country (>= 1.8), python-pkg-resources
Recommends: python-soappy, python-vatnumber
-XB-Python-Version: ${python:Versions}
Description: Tryton Application Platform (Party Module)
Tryton is a high-level general purpose application platform written in Python
and using PostgreSQL as database engine. It is the core base of a complete
diff --git a/debian/pycompat b/debian/pycompat
deleted file mode 100644
index 0cfbf08..0000000
--- a/debian/pycompat
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/debian/pyversions b/debian/pyversions
deleted file mode 100644
index b3dc41e..0000000
--- a/debian/pyversions
+++ /dev/null
@@ -1 +0,0 @@
-2.5-
diff --git a/debian/rules b/debian/rules
index 000210b..e32b791 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,9 @@
#!/usr/bin/make -f
%:
- dh ${@}
+ dh ${@} --with python2
+
+override_dh_auto_clean:
+ dh_auto_clean
+
+ rm -rf *.egg-info
commit 5b1b243fdbea3f02bc824e4aa564612b32111e64
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Oct 11 14:17:32 2011 +0200
Merging upstream version 1.8.1.
diff --git a/CHANGELOG b/CHANGELOG
index 84b4452..f4a0983 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 1.8.1 - 2011-10-01
+* Bug fixes (see mercurial logs for details)
+
Version 1.8.0 - 2010-11-01
* Bug fixes (see mercurial logs for details)
* Add default address on party
diff --git a/PKG-INFO b/PKG-INFO
index c165573..8ac8297 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: trytond_party
-Version: 1.8.0
+Version: 1.8.1
Summary: Define parties, addresses and co.
Home-page: http://www.tryton.org/
Author: B2CK
diff --git a/__tryton__.py b/__tryton__.py
index f2fd76d..544c0e7 100644
--- a/__tryton__.py
+++ b/__tryton__.py
@@ -7,7 +7,7 @@
'name_es_CO': 'Terceros',
'name_es_ES': 'Terceros',
'name_fr_FR': 'Tiers',
- 'version' : '1.8.0',
+ 'version' : '1.8.1',
'author' : 'B2CK',
'email': 'info at b2ck.com',
'website': 'http://www.tryton.org/',
diff --git a/category.py b/category.py
index 471199d..1dcae09 100644
--- a/category.py
+++ b/category.py
@@ -73,6 +73,6 @@ class Category(ModelSQL, ModelView):
ids = self.search(domain, order=[])
return [('id', 'in', ids)]
#TODO Handle list
- return [('name',) + clause[1:]]
+ return [('name',) + tuple(clause[1:])]
Category()
diff --git a/trytond_party.egg-info/PKG-INFO b/trytond_party.egg-info/PKG-INFO
index 1c9f583..fda645d 100644
--- a/trytond_party.egg-info/PKG-INFO
+++ b/trytond_party.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: trytond-party
-Version: 1.8.0
+Version: 1.8.1
Summary: Define parties, addresses and co.
Home-page: http://www.tryton.org/
Author: B2CK
--
tryton-modules-party
More information about the tryton-debian-vcs
mailing list