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 filePatch | File delta | Description |
---|---|---|
0001 debian fix_database_scripts.patch | (download) |
cppserver/database/create_db.sql.in |
7 2 + 5 - 0 ! |
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 ! |
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 ! |
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 ! |
[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 ! |
[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 ! |
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. |