[tryton-debian-vcs] tryton-modules-account-invoice-line-standalone branch debian updated. debian/2.8.0-3-4-g74900f3
git repository hosting
tryton-debian-vcs at m9s.biz
Mon Nov 25 19:32:36 UTC 2013
The following commit has been merged in the debian branch:
http://debian.tryton.org/gitweb/?p=packages/tryton-modules-account-invoice-line-standalone.git;a=commitdiff;h=debian/2.8.0-3-4-g74900f3
commit 74900f3c339f2b2280df65d5db8a00e6043ebf5c
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Nov 25 20:30:03 2013 +0100
Releasing debian version 3.0.0-1.
diff --git a/debian/changelog b/debian/changelog
index 30a9950..cf71fcf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-modules-account-invoice-line-standalone (3.0.0-1) unstable; urgency=low
+
+ * Merging upstream version 3.0.0.
+ * Updating to standards version 3.9.5, no changes needed.
+ * Changing to buildsystem pybuild.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Mon, 25 Nov 2013 17:53:16 +0100
+
tryton-modules-account-invoice-line-standalone (2.8.0-3) unstable; urgency=low
* Adapting the rules file to work also with git-buildpackage.
commit f1da6a06382a65bc6e2c81d0a4c4c31100bedb3c
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sun Nov 24 19:51:51 2013 +0100
Changing to buildsystem pybuild.
diff --git a/debian/control b/debian/control
index 0140d77..7955109 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: python
Priority: optional
Maintainer: Debian Tryton Maintainers <maintainers at debian.tryton.org>
Uploaders: Mathias Behrle <mathiasb at m9s.biz>
-Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~), python-setuptools
+Build-Depends:
+ debhelper (>= 9), python (>= 2.6.6-3~), python-setuptools, dh-python
Standards-Version: 3.9.5
Homepage: http://www.tryton.org/
Vcs-Browser: http://debian.tryton.org/gitweb/?p=packages/tryton-modules-account-invoice-line-standalone.git
diff --git a/debian/rules b/debian/rules
index 30074ad..5b8c326 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,24 +1,17 @@
#!/usr/bin/make -f
-MAJOR := $(shell python setup.py --version | awk -F "." '{print $$1 "." $$2}')
-PACKAGE_NAME := $(shell python setup.py --name)
-
-%:
- dh ${@} --with python2
+# needed for pbuilder
+export LC_ALL=C.UTF-8
-override_dh_auto_clean:
- dh_auto_clean
+MAJOR := $(shell python setup.py --version | awk -F "." '{print $$1 "." $$2}')
+PACKAGE_NAME := tryton-modules-$(shell python setup.py --name | sed s/^trytond_// | sed s/_/-/g)
+export PYBUILD_DESTDIR_python2=debian/${PACKAGE_NAME}
-override_dh_auto_build:
- mv $(PACKAGE_NAME).egg-info $(PACKAGE_NAME).hen-info
- mv PKG-INFO PKG-INFO.hen
- dh_auto_build
+# Don't run tests for Tryton modules, they try to download dependencies from pypi
+export PYBUILD_DISABLE_python2.7=test
-override_dh_auto_install:
- dh_auto_install
- rm -rf *.egg-info
- mv $(PACKAGE_NAME).hen-info $(PACKAGE_NAME).egg-info
- mv PKG-INFO.hen PKG-INFO
+%:
+ dh ${@} --with python2 --buildsystem=pybuild
override_dh_gencontrol:
dh_gencontrol -- -Vversion:major="$(MAJOR)"
commit 9f91bb2a5e7e050bfc07467b66c8e944192f3344
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sun Nov 24 19:14:20 2013 +0100
Updating to standards version 3.9.5, no changes needed.
diff --git a/debian/control b/debian/control
index 2e6e104..0140d77 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Tryton Maintainers <maintainers at debian.tryton.org>
Uploaders: Mathias Behrle <mathiasb at m9s.biz>
Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~), python-setuptools
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
Homepage: http://www.tryton.org/
Vcs-Browser: http://debian.tryton.org/gitweb/?p=packages/tryton-modules-account-invoice-line-standalone.git
Vcs-Git: git://debian.tryton.org/packages/tryton-modules-account-invoice-line-standalone.git
commit b42e32bb63f7987b289d85a10e292d6fd122b430
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sun Nov 24 17:26:24 2013 +0100
Merging upstream version 3.0.0.
diff --git a/CHANGELOG b/CHANGELOG
index da9512a..71892e9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.0.0 - 2013-10-21
+* Bug fixes (see mercurial logs for details)
+
Version 2.8.0 - 2013-04-22
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index 67cebb4..d75f8f9 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond_account_invoice_line_standalone
-Version: 2.8.0
+Version: 3.0.0
Summary: Tryton module to have standalone invoice lines
Home-page: http://www.tryton.org/
Author: Tryton
Author-email: UNKNOWN
License: GPL-3
-Download-URL: http://downloads.tryton.org/2.8/
+Download-URL: http://downloads.tryton.org/3.0/
Description: trytond_account_invoice_line_standalone
=======================================
@@ -58,6 +58,7 @@ Classifier: Natural Language :: English
Classifier: Natural Language :: French
Classifier: Natural Language :: German
Classifier: Natural Language :: Russian
+Classifier: Natural Language :: Slovenian
Classifier: Natural Language :: Spanish
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
diff --git a/invoice.xml b/invoice.xml
index 49a5cbb..fe1a39e 100644
--- a/invoice.xml
+++ b/invoice.xml
@@ -19,7 +19,7 @@ this repository contains the full copyright notices and license terms. -->
<record model="ir.action.act_window" id="act_invoice_line_out_invoice_form">
<field name="name">Invoice Lines</field>
<field name="res_model">account.invoice.line</field>
- <field name="domain">[('invoice_type', '=', 'out_invoice'), ('invoice', '=', False)]</field>
+ <field name="domain">[('invoice_type', '=', 'out_invoice'), ('invoice', '=', None)]</field>
<field name="context">{'invoice_type': 'out_invoice', 'standalone': True}</field>
</record>
<record model="ir.action.act_window.view" id="act_invoice_line_out_invoice_form_view1">
@@ -39,7 +39,7 @@ this repository contains the full copyright notices and license terms. -->
<record model="ir.action.act_window" id="act_invoice_line_out_credit_note_form">
<field name="name">Credit Note Lines</field>
<field name="res_model">account.invoice.line</field>
- <field name="domain">[('invoice_type', '=', 'out_credit_note'), ('invoice', '=', False)]</field>
+ <field name="domain">[('invoice_type', '=', 'out_credit_note'), ('invoice', '=', None)]</field>
<field name="context">{'invoice_type': 'out_credit_note', 'standalone': True}</field>
</record>
<record model="ir.action.act_window.view" id="act_invoice_line_out_credit_note_form_view1">
@@ -59,7 +59,7 @@ this repository contains the full copyright notices and license terms. -->
<record model="ir.action.act_window" id="act_invoice_line_in_invoice_form">
<field name="name">Supplier Invoice Lines</field>
<field name="res_model">account.invoice.line</field>
- <field name="domain">[('invoice_type', '=', 'in_invoice'), ('invoice', '=', False)]</field>
+ <field name="domain">[('invoice_type', '=', 'in_invoice'), ('invoice', '=', None)]</field>
<field name="context">{'invoice_type': 'in_invoice', 'standalone': True}</field>
</record>
<record model="ir.action.act_window.view" id="act_invoice_line_in_invoice_form_view1">
@@ -79,7 +79,7 @@ this repository contains the full copyright notices and license terms. -->
<record model="ir.action.act_window" id="act_invoice_line_in_credit_note_form">
<field name="name">Supplier Credit Note Lines</field>
<field name="res_model">account.invoice.line</field>
- <field name="domain">[('invoice_type', '=', 'in_credit_note'), ('invoice', '=', False)]</field>
+ <field name="domain">[('invoice_type', '=', 'in_credit_note'), ('invoice', '=', None)]</field>
<field name="context">{'invoice_type': 'in_credit_note', 'standalone': True}</field>
</record>
<record model="ir.action.act_window.view" id="act_invoice_line_in_credit_note_form_view1">
diff --git a/locale/es_ES.po b/locale/es_ES.po
index d054f1a..19ecf72 100644
--- a/locale/es_ES.po
+++ b/locale/es_ES.po
@@ -4,7 +4,7 @@ msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "model:ir.action,name:act_invoice_line_in_credit_note_form"
msgid "Supplier Credit Note Lines"
-msgstr "Líneas de abono de proveedor"
+msgstr "Líneas de factura de abono de proveedor"
msgctxt "model:ir.action,name:act_invoice_line_in_invoice_form"
msgid "Supplier Invoice Lines"
@@ -12,7 +12,7 @@ msgstr "Líneas de factura de proveedor"
msgctxt "model:ir.action,name:act_invoice_line_out_credit_note_form"
msgid "Credit Note Lines"
-msgstr "Líneas de abono"
+msgstr "Líneas de factura de abono"
msgctxt "model:ir.action,name:act_invoice_line_out_invoice_form"
msgid "Invoice Lines"
@@ -20,16 +20,16 @@ msgstr "Líneas de factura"
msgctxt "model:ir.ui.menu,name:menu_invoice_line_in_credit_note_form"
msgid "Supplier Credit Note Lines"
-msgstr "Líneas de abono de proveedor"
+msgstr "Líneas"
msgctxt "model:ir.ui.menu,name:menu_invoice_line_in_invoice_form"
msgid "Supplier Invoice Lines"
-msgstr "Líneas de factura de proveedor"
+msgstr "Líneas"
msgctxt "model:ir.ui.menu,name:menu_invoice_line_out_credit_note_form"
msgid "Credit Note Lines"
-msgstr "Líneas de abono"
+msgstr "Líneas "
msgctxt "model:ir.ui.menu,name:menu_invoice_line_out_invoice_form"
msgid "Invoice Lines"
-msgstr "Líneas de factura"
+msgstr "Líneas"
diff --git a/locale/es_ES.po b/locale/sl_SI.po
similarity index 75%
copy from locale/es_ES.po
copy to locale/sl_SI.po
index d054f1a..1c22627 100644
--- a/locale/es_ES.po
+++ b/locale/sl_SI.po
@@ -4,32 +4,32 @@ msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "model:ir.action,name:act_invoice_line_in_credit_note_form"
msgid "Supplier Credit Note Lines"
-msgstr "Líneas de abono de proveedor"
+msgstr "Postavke prejetih dobropisov"
msgctxt "model:ir.action,name:act_invoice_line_in_invoice_form"
msgid "Supplier Invoice Lines"
-msgstr "Líneas de factura de proveedor"
+msgstr "Postavke prejetih računov"
msgctxt "model:ir.action,name:act_invoice_line_out_credit_note_form"
msgid "Credit Note Lines"
-msgstr "Líneas de abono"
+msgstr "Postavke dobropisov"
msgctxt "model:ir.action,name:act_invoice_line_out_invoice_form"
msgid "Invoice Lines"
-msgstr "Líneas de factura"
+msgstr "Postavke računov"
msgctxt "model:ir.ui.menu,name:menu_invoice_line_in_credit_note_form"
msgid "Supplier Credit Note Lines"
-msgstr "Líneas de abono de proveedor"
+msgstr "Postavke prejetih dobropisov"
msgctxt "model:ir.ui.menu,name:menu_invoice_line_in_invoice_form"
msgid "Supplier Invoice Lines"
-msgstr "Líneas de factura de proveedor"
+msgstr "Postavke prejetih računov"
msgctxt "model:ir.ui.menu,name:menu_invoice_line_out_credit_note_form"
msgid "Credit Note Lines"
-msgstr "Líneas de abono"
+msgstr "Postavke dobropisov"
msgctxt "model:ir.ui.menu,name:menu_invoice_line_out_invoice_form"
msgid "Invoice Lines"
-msgstr "Líneas de factura"
+msgstr "Postavke računov"
diff --git a/setup.py b/setup.py
index 2958136..abc3a4e 100644
--- a/setup.py
+++ b/setup.py
@@ -62,6 +62,7 @@ setup(name='trytond_account_invoice_line_standalone',
'Natural Language :: French',
'Natural Language :: German',
'Natural Language :: Russian',
+ 'Natural Language :: Slovenian',
'Natural Language :: Spanish',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.6',
diff --git a/tests/__init__.py b/tests/__init__.py
index 235d8c8..da00e1f 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -2,3 +2,5 @@
#this repository contains the full copyright notices and license terms.
from .test_account_invoice_line_standalone import suite
+
+__all__ = ['suite']
diff --git a/tryton.cfg b/tryton.cfg
index 9d87901..1f05006 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=2.8.0
+version=3.0.0
depends:
account_invoice
ir
diff --git a/trytond_account_invoice_line_standalone.egg-info/PKG-INFO b/trytond_account_invoice_line_standalone.egg-info/PKG-INFO
index 8cb91fd..8682a9d 100644
--- a/trytond_account_invoice_line_standalone.egg-info/PKG-INFO
+++ b/trytond_account_invoice_line_standalone.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond-account-invoice-line-standalone
-Version: 2.8.0
+Version: 3.0.0
Summary: Tryton module to have standalone invoice lines
Home-page: http://www.tryton.org/
Author: Tryton
Author-email: UNKNOWN
License: GPL-3
-Download-URL: http://downloads.tryton.org/2.8/
+Download-URL: http://downloads.tryton.org/3.0/
Description: trytond_account_invoice_line_standalone
=======================================
@@ -58,6 +58,7 @@ Classifier: Natural Language :: English
Classifier: Natural Language :: French
Classifier: Natural Language :: German
Classifier: Natural Language :: Russian
+Classifier: Natural Language :: Slovenian
Classifier: Natural Language :: Spanish
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
diff --git a/trytond_account_invoice_line_standalone.egg-info/SOURCES.txt b/trytond_account_invoice_line_standalone.egg-info/SOURCES.txt
index f1d3b8a..d47ddbf 100644
--- a/trytond_account_invoice_line_standalone.egg-info/SOURCES.txt
+++ b/trytond_account_invoice_line_standalone.egg-info/SOURCES.txt
@@ -21,6 +21,7 @@ locale/es_ES.po
locale/fr_FR.po
locale/nl_NL.po
locale/ru_RU.po
+locale/sl_SI.po
trytond_account_invoice_line_standalone.egg-info/PKG-INFO
trytond_account_invoice_line_standalone.egg-info/SOURCES.txt
trytond_account_invoice_line_standalone.egg-info/dependency_links.txt
diff --git a/trytond_account_invoice_line_standalone.egg-info/requires.txt b/trytond_account_invoice_line_standalone.egg-info/requires.txt
index ff51f77..31ed0b4 100644
--- a/trytond_account_invoice_line_standalone.egg-info/requires.txt
+++ b/trytond_account_invoice_line_standalone.egg-info/requires.txt
@@ -1,2 +1,2 @@
-trytond_account_invoice >= 2.8, < 2.9
-trytond >= 2.8, < 2.9
\ No newline at end of file
+trytond_account_invoice >= 3.0, < 3.1
+trytond >= 3.0, < 3.1
\ No newline at end of file
--
tryton-modules-account-invoice-line-standalone
More information about the tryton-debian-vcs
mailing list