Package: uranium / 5.0.0-9

Metadata

Package Version Patches format
uranium 5.0.0-9 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
2000 cmake scripts.patch | (download)

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

 removes cmake scripts installation rule.

 CMAKE_INSTALL_DATADIR is a architecture- and cmake package
 dependent location. On top of that, these scripts are
 highly specific to Uranium.
 Instead, we install them to /usr/share/Uranium/cmake via
 a custom debian/.install file.

0000 deprecated imp.patch | (download)

UM/PluginRegistry.py | 18 11 + 7 - 0 !
1 file changed, 11 insertions(+), 7 deletions(-)

---
0001 um colorimage.patch | (download)

UM/Qt/qml/UM/SimpleButton.qml | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

---
1000 numpy lib deprecation.patch | (download)

UM/Math/Polygon.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
0002 Fix invalid string escapes.patch | (download)

UM/Settings/InstanceContainer.py | 6 3 + 3 - 0 !
UM/VersionUpgrade.py | 4 2 + 2 - 0 !
UM/VersionUpgradeManager.py | 14 7 + 7 - 0 !
3 files changed, 12 insertions(+), 12 deletions(-)

 [patch 1/1] fix invalid string escapes

Invalid string escapes print ugly DeprecationWarnings, but might result
in SyntaxErrors somewhen in the future. I'd rather fix them, so my Log
files aren't cluttered with pointless warnings.

1001 numpy tostring deprecation.patch | (download)

UM/View/GL/OpenGL.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---