Package: alliance / 5.0-20120515-1

Metadata

Package Version Patches format
alliance 5.0-20120515-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 autoreconf.patch | (download)

autostuff | 5 4 + 1 - 0 !
configure-extracts | 508 508 + 0 - 0 !
2 files changed, 512 insertions(+), 1 deletion(-)

 autotools generation
 This patch reorganizes the autotools generated stuff (goal is to fix upstream
 and not use autotools at build time at all!)
02 yacc build fix.patch | (download)

exp/src/Makefile.am | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 fix yacc build
 This patch adjusts a Makefile.am to correctly build Yacc files (fixes build
 error after reautoconfiguration)
03 fhs adjustments.patch | (download)

attila/doc/Makefile.am | 2 1 + 1 - 0 !
attila/doc/attila/Makefile.am | 4 2 + 2 - 0 !
attila/etc/Makefile.am | 2 1 + 1 - 0 !
cells/src/dp_sxlib/Makefile.am | 2 1 + 1 - 0 !
cells/src/padlib/Makefile.am | 2 1 + 1 - 0 !
cells/src/pxlib/Makefile.am | 2 1 + 1 - 0 !
cells/src/ramlib/Makefile.am | 2 1 + 1 - 0 !
cells/src/rf2lib/Makefile.am | 2 1 + 1 - 0 !
cells/src/rflib/Makefile.am | 2 1 + 1 - 0 !
cells/src/romlib/Makefile.am | 2 1 + 1 - 0 !
cells/src/sxlib/Makefile.am | 14 7 + 7 - 0 !
documentation/Makefile.am | 4 1 + 3 - 0 !
documentation/tutorials/Makefile.am | 2 1 + 1 - 0 !
dreal/etc/Makefile.am | 2 1 + 1 - 0 !
elp/etc/Makefile.am | 2 1 + 1 - 0 !
genlib/doc/Makefile.am | 2 1 + 1 - 0 !
genlib/doc/genlib/Makefile.am | 2 1 + 1 - 0 !
graal/etc/Makefile.am | 2 1 + 1 - 0 !
mbkspice/etc/Makefile.am | 2 1 + 1 - 0 !
nero/doc/Makefile.am | 2 1 + 1 - 0 !
nero/doc/nero/Makefile.am | 4 2 + 2 - 0 !
rds/etc/Makefile.am | 2 1 + 1 - 0 !
scapin/etc/Makefile.am | 2 1 + 1 - 0 !
sea/etc/Makefile.am | 2 1 + 1 - 0 !
xfsm/etc/Makefile.am | 2 1 + 1 - 0 !
xgra/etc/Makefile.am | 2 1 + 1 - 0 !
xpat/etc/Makefile.am | 2 1 + 1 - 0 !
xsch/etc/Makefile.am | 2 1 + 1 - 0 !
xvpn/etc/Makefile.am | 2 1 + 1 - 0 !
29 files changed, 37 insertions(+), 39 deletions(-)

 fhs adjustments
04 attila conf sourced.patch | (download)

attila/etc/attila.conf | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 remove #!/bin/sh from attila.conf
 This patch removes the #!/bin/sh line from attila.conf since this file is not
 an executable script is sourced as a configuration file
05 as needed.patch | (download)

asimut/src/Makefile.am | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix ftbfs with ld --as-needed option
 Libraries which use symbols from other libraries must be placed before them
 in the argument list.
06 fix format strings.patch | (download)

boog/src/bog_normalize_message.c | 2 1 + 1 - 0 !
l2p/src/drive_ps.c | 10 5 + 5 - 0 !
loon/src/lon_normalize_message.c | 2 1 + 1 - 0 !
rtd/src/rtd_drive.c | 2 1 + 1 - 0 !
sea/src/util_LEFDEF.c | 2 1 + 1 - 0 !
vpd/src/vpd_drive.c | 2 1 + 1 - 0 !
6 files changed, 10 insertions(+), 10 deletions(-)

 format string fixes
 This patch fixes some format string problems with fprintf().
07 genlib fix dirs.patch | (download)

genlib/src/genlib.sh | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix directories in genlib.sh
 genlib.sh has (partially) hard-coded directories for ALLIANCE_INCLUDE and
 ALLIANCE_LIB. This patch adjusts them to use /usr/include/alliance and
 /usr/lib/alliance as done in debian/rules.
08 fix libdir.patch | (download)

nero/src/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix wrong libdir usage
 The configure value from --libdir was used wrongly, being added to nero_LDADD.
 If an old version of (binary) alliance was installed, this led to FTBFS in the
 linking stage. This patch removes this LDADD -L option.