Package: cysignals / 1.3.2+ds-1

Metadata

Package Version Patches format
cysignals 1.3.2+ds-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
upstream autotoolization harden generic.patch | (download)

Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 autotoolization: harden: generic
 Attempt to slightly harden the autotools machinery by providing to
 AC_CONFIG_SRCDIR a more specific source; along the way, support for
 the custom m4 folder is added. Meant to be submitted to the upstream
 maintainer team.
upstream autotoolization harden pari_gp.patch | (download)

configure.ac | 19 11 + 8 - 0 !
m4/pari.m4 | 262 262 + 0 - 0 !
setup.py | 13 12 + 1 - 0 !
3 files changed, 285 insertions(+), 9 deletions(-)

 autotoolization: harden: pari/gp
 Provide suitable material to build or not against the PARI/GP library;
 by default, a bare build is assumed. Along the way, the material passed
 to `distutils' is refined: `extra_compile_args' is no more implicitly
 merged with `extra_link_args'; the dummy C macro literally named `dummy'
 is renamed `CYSIGNALS_DUMMY' to avoid possible name collision. Meant to
 be submitted to the upstream maintainer team.
upstream autotoolization_pytoolization harden build_directory.patch | (download)

configure.ac | 8 4 + 4 - 0 !
setup.py | 17 11 + 6 - 0 !
2 files changed, 15 insertions(+), 10 deletions(-)

 autotoolization/pytoolization: harden: build directory
 Attempt to harden the building machinery by (1) implementing a more
 autotools way to perform external build, by (2) distinguishing the
 build directory wrt to the PARI/GP support, and (3) by adding the
 possibily to pass arguments to `configure' through a dedicated
 environment variable, named `PYSETUP_CONFIGURE_FLAGS'. Meant to be
 submitted to the upstream maintainer team.
upstream source tools gdb handling_enhancement.patch | (download)

setup.py | 10 6 + 4 - 0 !
src/scripts/__init__.py | 1 1 + 0 - 0 !
src/scripts/cysignals-CSI | 4 3 + 1 - 0 !
3 files changed, 10 insertions(+), 5 deletions(-)

 enhance helper handling in cysignals-csi
 This patch avoid to install the helper Python include script in the
 /usr/bin directory, given that installing non executable files in
 this directory is highly not recommended; meant to be submitted to
 the upstream maintainer.
debianization.patch | (download)

setup.py | 10 8 + 2 - 0 !
src/scripts/cysignals-CSI | 1 1 + 0 - 0 !
2 files changed, 9 insertions(+), 2 deletions(-)

 debianization
 Meant to maintain a minimal debian/rules, to fix warnings, to address
 Debian specific stuff in general. This is a Debian centric patch.