Package: tango / 10.0.2+dfsg1-2

Metadata

Package Version Patches format
tango 10.0.2+dfsg1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 debian fix_database_scripts.patch | (download)

cppserver/database/create_db.sql.in | 7 2 + 5 - 0 !
1 file changed, 2 insertions(+), 5 deletions(-)

 debian/fix_database_scripts
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

update the database creation script to deal with the debian path

Signed-off-by: Picca Frdric-Emmanuel <picca@synchrotron-soleil.fr>

0002 debian my.cnf.in.patch | (download)

cppserver/database/configure/CMakeLists.txt | 1 1 + 0 - 0 !
cppserver/database/my.cnf.in | 515 515 + 0 - 0 !
2 files changed, 516 insertions(+)

 debian/my.cnf.in
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

set the right parameters for the mysql configuration file

Signed-off-by: Picca Frdric-Emmanuel <picca@synchrotron-soleil.fr>

0003 remove upstream built doc from cmake.patch | (download)

doc/CMakeLists.txt | 4 0 + 4 - 0 !
1 file changed, 4 deletions(-)

 doc/html is being excluded in d/copyright.

0001 assets CMakeLists.txt Use new package root variable .patch | (download)

CMakeLists.txt | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 [patch 1/2] assets/cmakelists.txt: use new package root variable to
 override location

From 5192f5ff7a95cae1ae22f2452eb39fd4ba924794 Mon Sep 17 00:00:00 2001
0001 Fix timestamp columns in Mariadb 10.11 and newer.patch | (download)

cppserver/database/configure/CMakeLists.txt | 1 1 + 0 - 0 !
cppserver/database/create_db_tables.sql.in | 14 7 + 7 - 0 !
cppserver/database/test/test.cpp | 27 27 + 0 - 0 !
cppserver/database/update_db_from_5.23_to_5.24.sql.in | 11 11 + 0 - 0 !
4 files changed, 46 insertions(+), 7 deletions(-)

 [patch] fix timestamp columns in mariadb 10.11 and newer
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This problem appears in MariaDb 10.11 since default value of
explicit_defaults_for_timestamp changed from OFF to ON, setting it to
OFF (set global explicit_defaults_for_timestamp=OFF;) make the
create_db_tables.sql.in work properly.

Initial patch by Santiago Ruano Rincn with refinements by Graziano
Scalamera.

Upgrade script and tests by the author.

1090173 sphinx conf.patch | (download)

doc/src/source/conf.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 update sphinx config to fix ftbfs
 Fixes the following error:
 ERROR: Invalid value `None` in intersphinx_mapping['http://docs.python.org/'].
 Expected a two-element tuple or list.