[tryton-debian-vcs] relatorio branch debian updated. debian/0.6.2-2-4-g6592feb

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Fri Jun 24 22:43:00 UTC 2016


The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/relatorio.git;a=commitdiff;h=debian/0.6.2-2-4-g6592feb

commit 6592feb8d08c5a8de90847609ab49764ca34da15
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Jun 25 00:37:28 2016 +0200

    Releasing debian version 0.6.2-3.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/debian/changelog b/debian/changelog
index 96eeabb..a63a6f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+relatorio (0.6.2-3) unstable; urgency=medium
+
+  * Updating signing-key.asc with the actual upstream maintainer keys.
+  * Adding support for Python3.
+  * Updating to standard versions 3.9.8, no changes needed.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Sat, 25 Jun 2016 00:37:08 +0200
+
 relatorio (0.6.2-2) unstable; urgency=medium
 
   * Updating to standards version 3.9.7, no changes needed.
commit 1fd5bbdf4f0dd35c4743913fde10c623a2a0a0c1
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Fri Jun 24 23:43:42 2016 +0200

    Updating to standard versions 3.9.8, no changes needed.

diff --git a/debian/control b/debian/control
index f4f5de8..8185beb 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Build-Depends:
  python3-nose,
  python3-setuptools,
  python3-yaml,
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Homepage: http://relatorio.tryton.org/
 Vcs-Browser: https://anonscm.debian.org/cgit/tryton/relatorio.git
 Vcs-Git: https://anonscm.debian.org/cgit/tryton/relatorio.git
commit 698e3f94718eeccc56b9db8148b2a292c905715f
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Fri Jun 24 23:42:40 2016 +0200

    Adding support for Python3.

diff --git a/debian/control b/debian/control
index 76c4c73..f4f5de8 100644
--- a/debian/control
+++ b/debian/control
@@ -13,11 +13,17 @@ Build-Depends:
  python-pycha,
  python-setuptools,
  python-yaml,
+ python3,
+ python3-genshi,
+ python3-lxml,
+ python3-nose,
+ python3-setuptools,
+ python3-yaml,
 Standards-Version: 3.9.7
 Homepage: http://relatorio.tryton.org/
 Vcs-Browser: https://anonscm.debian.org/cgit/tryton/relatorio.git
 Vcs-Git: https://anonscm.debian.org/cgit/tryton/relatorio.git
-X-Python-Version: >= 2.4
+X-Python-Version: >= 2.6
 
 Package: python-relatorio
 Architecture: all
@@ -28,7 +34,25 @@ Depends:
  ${misc:Depends},
  ${python:Depends},
 Suggests: python-pycha, python-yaml
-Description: Python module to create reports from Python objects
+Description: Python module to create reports from Python objects (Python2)
  This is a Python module to create reports from Python objects. Output plugins
  to several formats are included, such as documents (odt, ods, pdf) or images
  (png, svg).
+ .
+ This package is targeting Python version 2.
+
+Package: python3-relatorio
+Architecture: all
+Depends:
+ python3-genshi,
+ python3-lxml,
+ python3-pkg-resources,
+ ${misc:Depends},
+ ${python3:Depends},
+Suggests: python3-yaml
+Description: Python module to create reports from Python objects (Python3)
+ This is a Python module to create reports from Python objects. Output plugins
+ to several formats are included, such as documents (odt, ods, pdf) or images
+ (png, svg).
+ .
+ This package is targeting Python version 3.
diff --git a/debian/rules b/debian/rules
index d9ffa50..a4def26 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,9 +4,11 @@ PACKAGE_NAME := $(shell python setup.py --name)
 export PYBUILD_NAME=$(PACKAGE_NAME)
 
 %:
-	dh $@ --with python2 --buildsystem=pybuild
+	dh $@ --with python2,python3 --buildsystem=pybuild
 
 override_dh_install:
 	dh_install
 	mkdir -p debian/python-relatorio/usr/share/python-relatorio
 	mv debian/python-relatorio/usr/lib/python2.7/dist-packages/relatorio/tests/ debian/python-relatorio/usr/share/python-relatorio
+	mkdir -p debian/python3-relatorio/usr/share/python3-relatorio
+	mv debian/python3-relatorio/usr/lib/python3.5/dist-packages/relatorio/tests/ debian/python3-relatorio/usr/share/python3-relatorio
-- 
relatorio



More information about the tryton-debian-vcs mailing list