Your message dated Mon, 10 Jul 2017 12:16:59 +0000
with message-id <e1duxcz-0002dp...@fasolo.debian.org>
and subject line Bug#867773: fixed in relatorio 0.6.4-2
has caused the Debian Bug report #867773,
regarding relatorio FTBFS when multiple python3 versions are supported
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
867773: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867773
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: relatorio
Version: 0.6.4-1
Severity: serious
Tags: patch buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/relatorio.html

...
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.6 
python3.5"/dist-packages/relatorio/tests/ 
debian/python3-relatorio/usr/share/python3-relatorio
mv: cannot stat 'debian/python3-relatorio/usr/lib/python3.6 
python3.5/dist-packages/relatorio/tests/': No such file or directory
debian/rules:13: recipe for target 'override_dh_install' failed
make[1]: *** [override_dh_install] Error 1


Attached is the fix I found in Ubuntu.
diff -pruN 0.6.4-1/debian/changelog 0.6.4-1ubuntu1/debian/changelog
--- 0.6.4-1/debian/changelog    2016-12-19 09:48:20.000000000 +0000
+++ 0.6.4-1ubuntu1/debian/changelog     2017-06-27 03:20:14.000000000 +0000
@@ -1,3 +1,9 @@
+relatorio (0.6.4-1ubuntu1) artful; urgency=medium
+
+  * Fix ftbfs when multiple Python versions are supported. 
+
+ -- Michael Hudson-Doyle <michael.hud...@ubuntu.com>  Tue, 27 Jun 2017 
15:20:00 +1200
+
 relatorio (0.6.4-1) unstable; urgency=medium
 
   * Merging upstream version 0.6.4.
diff -pruN 0.6.4-1/debian/rules 0.6.4-1ubuntu1/debian/rules
--- 0.6.4-1/debian/rules        2016-12-19 09:48:01.000000000 +0000
+++ 0.6.4-1ubuntu1/debian/rules 2017-06-27 03:16:44.000000000 +0000
@@ -3,8 +3,8 @@
 PACKAGE_NAME := $(shell python setup.py --name)
 export PYBUILD_NAME=$(PACKAGE_NAME)
 
-PYTHON2_VERSIONS = $(shell pyversions -r)
-PYTHON3_VERSIONS = $(shell py3versions -r)
+PYTHON2_VERSION = $(shell pyversions -d)
+PYTHON3_VERSION = $(shell py3versions -d)
 
 %:
        dh $@ --with python2,python3 --buildsystem=pybuild
@@ -12,6 +12,6 @@ PYTHON3_VERSIONS = $(shell py3versions -
 override_dh_install:
        dh_install
        mkdir -p debian/python-relatorio/usr/share/python-relatorio
-       mv 
debian/python-relatorio/usr/lib/"$(PYTHON2_VERSIONS)"/dist-packages/relatorio/tests/
 debian/python-relatorio/usr/share/python-relatorio
+       mv 
debian/python-relatorio/usr/lib/"$(PYTHON2_VERSION)"/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_VERSIONS)"/dist-packages/relatorio/tests/
 debian/python3-relatorio/usr/share/python3-relatorio
+       mv 
debian/python3-relatorio/usr/lib/"$(PYTHON3_VERSION)"/dist-packages/relatorio/tests/
 debian/python3-relatorio/usr/share/python3-relatorio

--- End Message ---
--- Begin Message ---
Source: relatorio
Source-Version: 0.6.4-2

We believe that the bug you reported is fixed in the latest version of
relatorio, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 867...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mathias Behrle <mathi...@m9s.biz> (supplier of updated relatorio package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 10 Jul 2017 13:21:35 +0200
Source: relatorio
Binary: python-relatorio python3-relatorio
Architecture: source all
Version: 0.6.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Tryton Maintainers <tryton-deb...@lists.alioth.debian.org>
Changed-By: Mathias Behrle <mathi...@m9s.biz>
Description:
 python-relatorio - Python module to create reports from Python objects 
(Python2)
 python3-relatorio - Python module to create reports from Python objects 
(Python3)
Closes: 865109 867773
Changes:
 relatorio (0.6.4-2) unstable; urgency=medium
 .
   * Change the maintainer address to tryton-deb...@lists.alioth.debian.org
     (Closes: #865109).
   * Use the default Python version instead of requesting XS-Python-Version
     (Closes: #867773).
Checksums-Sha1:
 67143c96adccb1fa95cb7ac570b156cf357a15bf 2252 relatorio_0.6.4-2.dsc
 7b5ca5b0fad0475f4dd69c9aec588c30228e4dbc 26128 relatorio_0.6.4-2.debian.tar.xz
 59be938c7c57efba1348f788381aa76443721cf1 262018 
python-relatorio_0.6.4-2_all.deb
 497352b4d72eca66125b464a2020dde33ffeb8ff 261902 
python3-relatorio_0.6.4-2_all.deb
 af261a0711b038884acb8d4aa160c2b7960f16f8 9231 relatorio_0.6.4-2_amd64.buildinfo
Checksums-Sha256:
 f63a02cfdff1287e355d7ccb0fb8fabc8f5507bb7f2716b2bf1adb806dee26ee 2252 
relatorio_0.6.4-2.dsc
 078351d4f7bff4e2fdb794de1a05b18cc09cb5d051fc81eb14a2a42a9db970a9 26128 
relatorio_0.6.4-2.debian.tar.xz
 82e43d85178abda0c9ea8aba18c96900ed3b3b345fb6618d49c44da5b22a4be2 262018 
python-relatorio_0.6.4-2_all.deb
 3e0fff65fcb1ad9fcf31c355d0376022b9f3e20eb6c6b6078675a42117e7bb64 261902 
python3-relatorio_0.6.4-2_all.deb
 12ba924a808944d882b3e701a1830f1127c5596033d1e1d4884d84bad7ecdfe4 9231 
relatorio_0.6.4-2_amd64.buildinfo
Files:
 4ca758f1ff0f26be4229367a1719a6e7 2252 python optional relatorio_0.6.4-2.dsc
 9c12f233632687ccedeaee862b119818 26128 python optional 
relatorio_0.6.4-2.debian.tar.xz
 12a7923b29c64c09b33a9fe798660bca 262018 python optional 
python-relatorio_0.6.4-2_all.deb
 65be3428a6d62a96306e282f5d755ad0 261902 python optional 
python3-relatorio_0.6.4-2_all.deb
 e836c3da72bf39dc951bdb49f8dd5db2 9231 python optional 
relatorio_0.6.4-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----
Comment: Signed by Mathias Behrle

iQJFBAEBCgAvFiEErCl+XEa50LYccXaB1tCb5IQFu/YFAlljZH0RHG1hdGhpYXNi
QG05cy5iaXoACgkQ1tCb5IQFu/asww/+O/a2i3TM8vAMshv1f/SerZE0Bc51laNi
QO5rd60u5oqw8Zdtjc3AnY7fYe4hEzXYO9kL1GHYUjZDZk/1EQpgob67fivVSFEO
mPoNxsgTVsALeBxAwv/Y3ckF2N5rzdPK8CgBeVEA/nPfz1R+YsIPlvVWVSOfcZkT
j53iTRlP6PUPbPijXQnx3y107N5hCfoZanOOAQPVBPBmyOmRF6NG4j5yYHhU0hzm
h44q/yAM/7UpUa3fNoUSokAQzyCHYklBUANtgFbETwxnSFThc4v5gYV+e5u1jZMS
Av6mIfoDbs0WjVEoPXRTAVkAZhJ+kqqfquWkWmFlS1wYHca+drzXP/A3fr/iObUG
yFsQn0DB2eUUkkwWYAAmMIv6HuaW8jSDlpMeQHob/wxH7oIQrh8Qc2WT4lNcjNPb
dVOHo90GJpTMqaJ33ATJrp32VIhLlSTzsooMjESdzyXPV2DNZBgpgugPzRifi2EJ
6t+GNebzX1KxmLME6aJ0Qk7hfMeu2hG6+tvK1mmN/leJQrv6Wr+7Lc+DHsbbkSEh
bp2b3NiORkupftEPRxfhWKGXfCs4Tt2LA6TPijs5CMuBgvqvc4AhH3Kx+t5qb5P3
DSANuTe+hBa2qQp+zv1RNnNzewwRG2mEQV7Iqya0ErAFM73JF/BEM0um8Nb3HW4x
eUb7I2wnXSA=
=Zbk+
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to