[tryton-debian-vcs] tryton-modules-stock-supply-day branch debian updated. debian/2.8.0-3-4-gcc9559a

git repository hosting tryton-debian-vcs at m9s.biz
Mon Nov 25 19:38:34 UTC 2013


The following commit has been merged in the debian branch:
http://debian.tryton.org/gitweb/?p=packages/tryton-modules-stock-supply-day.git;a=commitdiff;h=debian/2.8.0-3-4-gcc9559a

commit cc9559a0eec4a1ff36ee4c59124c10c4aa9738ee
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Nov 25 20:30:40 2013 +0100

    Releasing debian version 3.0.0-1.

diff --git a/debian/changelog b/debian/changelog
index a3f8700..b9320be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-modules-stock-supply-day (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:55:43 +0100
+
 tryton-modules-stock-supply-day (2.8.0-3) unstable; urgency=low
 
   * Adapting the rules file to work also with git-buildpackage.
commit ba8e2d36d735716b8eee0e77e626a3880c8183c3
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Nov 24 19:51:52 2013 +0100

    Changing to buildsystem pybuild.

diff --git a/debian/control b/debian/control
index 3dd9b39..5a7145e 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-stock-supply-day.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 53ed4d12011806dee82d337cc688b1bc67ee7494
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Nov 24 19:14:21 2013 +0100

    Updating to standards version 3.9.5, no changes needed.

diff --git a/debian/control b/debian/control
index 0021cb3..3dd9b39 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-stock-supply-day.git
 Vcs-Git: git://debian.tryton.org/packages/tryton-modules-stock-supply-day.git
commit 7dbd2fea035111ab3399c5ac2e956889704cf391
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Nov 24 17:28:33 2013 +0100

    Merging upstream version 3.0.0.

diff --git a/CHANGELOG b/CHANGELOG
index 67f4c34..c9c3b17 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 f2616f6..d30d70f 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond_stock_supply_day
-Version: 2.8.0
+Version: 3.0.0
 Summary: Tryton module to add supply weekdays
 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_stock_supply_day
         ========================
         
@@ -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/locale/fr_FR.po b/locale/fr_FR.po
index e64378f..8ab9e56 100644
--- a/locale/fr_FR.po
+++ b/locale/fr_FR.po
@@ -47,14 +47,6 @@ msgid "Friday"
 msgstr "Vendredi"
 
 msgctxt "selection:purchase.product_supplier.day,weekday:"
-msgid "Friday"
-msgstr "Vendredi"
-
-msgctxt "selection:purchase.product_supplier.day,weekday:"
-msgid "Monday"
-msgstr "Lundi"
-
-msgctxt "selection:purchase.product_supplier.day,weekday:"
 msgid "Monday"
 msgstr "Lundi"
 
@@ -63,14 +55,6 @@ msgid "Saturday"
 msgstr "Samedi"
 
 msgctxt "selection:purchase.product_supplier.day,weekday:"
-msgid "Saturday"
-msgstr "Samedi"
-
-msgctxt "selection:purchase.product_supplier.day,weekday:"
-msgid "Sunday"
-msgstr "Dimanche"
-
-msgctxt "selection:purchase.product_supplier.day,weekday:"
 msgid "Sunday"
 msgstr "Dimanche"
 
@@ -79,14 +63,6 @@ msgid "Thursday"
 msgstr "Jeudi"
 
 msgctxt "selection:purchase.product_supplier.day,weekday:"
-msgid "Thursday"
-msgstr "Jeudi"
-
-msgctxt "selection:purchase.product_supplier.day,weekday:"
-msgid "Tuesday"
-msgstr "Mardi"
-
-msgctxt "selection:purchase.product_supplier.day,weekday:"
 msgid "Tuesday"
 msgstr "Mardi"
 
@@ -94,14 +70,6 @@ msgctxt "selection:purchase.product_supplier.day,weekday:"
 msgid "Wednesday"
 msgstr "Mercredi"
 
-msgctxt "selection:purchase.product_supplier.day,weekday:"
-msgid "Wednesday"
-msgstr "Mercredi"
-
-msgctxt "view:purchase.product_supplier.day:"
-msgid "Week Day"
-msgstr "Jour de la semaine"
-
 msgctxt "view:purchase.product_supplier.day:"
 msgid "Week Day"
 msgstr "Jour de la semaine"
diff --git a/locale/fr_FR.po b/locale/sl_SI.po
similarity index 54%
copy from locale/fr_FR.po
copy to locale/sl_SI.po
index e64378f..89c6062 100644
--- a/locale/fr_FR.po
+++ b/locale/sl_SI.po
@@ -4,15 +4,15 @@ msgstr "Content-Type: text/plain; charset=utf-8\n"
 
 msgctxt "field:purchase.product_supplier,weekdays:"
 msgid "Week Days"
-msgstr "Jours de la semaine"
+msgstr "Dnevi v tednu"
 
 msgctxt "field:purchase.product_supplier.day,create_date:"
 msgid "Create Date"
-msgstr "Date de création"
+msgstr "Ustvarjeno"
 
 msgctxt "field:purchase.product_supplier.day,create_uid:"
 msgid "Create User"
-msgstr "Créé par"
+msgstr "Ustvaril"
 
 msgctxt "field:purchase.product_supplier.day,id:"
 msgid "ID"
@@ -20,92 +20,56 @@ msgstr "ID"
 
 msgctxt "field:purchase.product_supplier.day,product_supplier:"
 msgid "Supplier"
-msgstr "Fournisseur"
+msgstr "Dobavitelj"
 
 msgctxt "field:purchase.product_supplier.day,rec_name:"
 msgid "Name"
-msgstr "Nom"
+msgstr "Ime"
 
 msgctxt "field:purchase.product_supplier.day,weekday:"
 msgid "Week Day"
-msgstr "Jour de la semaine"
+msgstr "Dan v tednu"
 
 msgctxt "field:purchase.product_supplier.day,write_date:"
 msgid "Write Date"
-msgstr "Date de mise à jour"
+msgstr "Zapisano"
 
 msgctxt "field:purchase.product_supplier.day,write_uid:"
 msgid "Write User"
-msgstr "Mis à jour par"
+msgstr "Zapisal"
 
 msgctxt "model:purchase.product_supplier.day,name:"
 msgid "Product Supplier Day"
-msgstr "Journée du fournisseur de produit"
+msgstr "Dobaviteljev dan"
 
 msgctxt "selection:purchase.product_supplier.day,weekday:"
 msgid "Friday"
-msgstr "Vendredi"
-
-msgctxt "selection:purchase.product_supplier.day,weekday:"
-msgid "Friday"
-msgstr "Vendredi"
+msgstr "Petek"
 
 msgctxt "selection:purchase.product_supplier.day,weekday:"
 msgid "Monday"
-msgstr "Lundi"
-
-msgctxt "selection:purchase.product_supplier.day,weekday:"
-msgid "Monday"
-msgstr "Lundi"
+msgstr "Ponedeljek"
 
 msgctxt "selection:purchase.product_supplier.day,weekday:"
 msgid "Saturday"
-msgstr "Samedi"
-
-msgctxt "selection:purchase.product_supplier.day,weekday:"
-msgid "Saturday"
-msgstr "Samedi"
-
-msgctxt "selection:purchase.product_supplier.day,weekday:"
-msgid "Sunday"
-msgstr "Dimanche"
+msgstr "Sobota"
 
 msgctxt "selection:purchase.product_supplier.day,weekday:"
 msgid "Sunday"
-msgstr "Dimanche"
-
-msgctxt "selection:purchase.product_supplier.day,weekday:"
-msgid "Thursday"
-msgstr "Jeudi"
+msgstr "Nedelja"
 
 msgctxt "selection:purchase.product_supplier.day,weekday:"
 msgid "Thursday"
-msgstr "Jeudi"
+msgstr "Četrtek"
 
 msgctxt "selection:purchase.product_supplier.day,weekday:"
 msgid "Tuesday"
-msgstr "Mardi"
-
-msgctxt "selection:purchase.product_supplier.day,weekday:"
-msgid "Tuesday"
-msgstr "Mardi"
+msgstr "Torek"
 
 msgctxt "selection:purchase.product_supplier.day,weekday:"
 msgid "Wednesday"
-msgstr "Mercredi"
-
-msgctxt "selection:purchase.product_supplier.day,weekday:"
-msgid "Wednesday"
-msgstr "Mercredi"
-
-msgctxt "view:purchase.product_supplier.day:"
-msgid "Week Day"
-msgstr "Jour de la semaine"
+msgstr "Sreda"
 
 msgctxt "view:purchase.product_supplier.day:"
 msgid "Week Day"
-msgstr "Jour de la semaine"
-
-msgctxt "view:purchase.product_supplier:"
-msgid "Week Days"
-msgstr "Jours de la semaine"
+msgstr "Dan v tednu"
diff --git a/setup.py b/setup.py
index 1b0106c..3aa6941 100644
--- a/setup.py
+++ b/setup.py
@@ -62,6 +62,7 @@ setup(name='trytond_stock_supply_day',
         '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 727c801..7306c1e 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_stock_supply_day import suite
+
+__all__ = ['suite']
diff --git a/tryton.cfg b/tryton.cfg
index 76029d1..ac534b2 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=2.8.0
+version=3.0.0
 depends:
     ir
     purchase
diff --git a/trytond_stock_supply_day.egg-info/PKG-INFO b/trytond_stock_supply_day.egg-info/PKG-INFO
index 9c77ebd..64c0d0f 100644
--- a/trytond_stock_supply_day.egg-info/PKG-INFO
+++ b/trytond_stock_supply_day.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond-stock-supply-day
-Version: 2.8.0
+Version: 3.0.0
 Summary: Tryton module to add supply weekdays
 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_stock_supply_day
         ========================
         
@@ -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_stock_supply_day.egg-info/SOURCES.txt b/trytond_stock_supply_day.egg-info/SOURCES.txt
index 2a6b6bf..1fe7817 100644
--- a/trytond_stock_supply_day.egg-info/SOURCES.txt
+++ b/trytond_stock_supply_day.egg-info/SOURCES.txt
@@ -22,6 +22,7 @@ locale/es_ES.po
 locale/fr_FR.po
 locale/nl_NL.po
 locale/ru_RU.po
+locale/sl_SI.po
 trytond_stock_supply_day.egg-info/PKG-INFO
 trytond_stock_supply_day.egg-info/SOURCES.txt
 trytond_stock_supply_day.egg-info/dependency_links.txt
diff --git a/trytond_stock_supply_day.egg-info/requires.txt b/trytond_stock_supply_day.egg-info/requires.txt
index 35b6116..0a6aaab 100644
--- a/trytond_stock_supply_day.egg-info/requires.txt
+++ b/trytond_stock_supply_day.egg-info/requires.txt
@@ -1,2 +1,2 @@
-trytond_purchase >= 2.8, < 2.9
-trytond >= 2.8, < 2.9
\ No newline at end of file
+trytond_purchase >= 3.0, < 3.1
+trytond >= 3.0, < 3.1
\ No newline at end of file
-- 
tryton-modules-stock-supply-day



More information about the tryton-debian-vcs mailing list