Package: scheme9 / 2014.08.04-1

Metadata

Package Version Patches format
scheme9 2014.08.04-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 recombobulate Makefile.patch | (download)

Makefile | 34 25 + 9 - 0 !
1 file changed, 25 insertions(+), 9 deletions(-)

 recombobulate makefile


0002 use CFLAGS.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use cflags

Don't specify -O2 and -g (on by default) so they can be overwritten
by builder, e.g., dpkg-buildflags.

0003 use CPPFLAGS.patch | (download)

Makefile | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 use cppflags

Need CPPFLAGS during compilation to call hardened routines during
hardened build.  See lintian tag hardening-no-fortify-functions.

0004 parallel install.patch | (download)

Makefile | 11 11 + 0 - 0 !
1 file changed, 11 insertions(+)

 parallel install

Allow parallelism during "make install" by ensuring that each
installation stanza creates any directories it targets.  This might
result in multiple creation; that is okay.

0005 maxpathlen for hurd.patch | (download)

s9.h | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 maxpathlen for hurd


0006 search path in test script.patch | (download)

util/libtest.sh | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 search path in test script


0007 bin symlink.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 bin symlink

Simplify installed symlink from bin/s9e-core to s9e by removing
absolute prefix, which is wrong when DESTDIR is turned on, and
problematic if the target bin directory is moved.

debian changes | (download)

s9.1.in | 785 785 + 0 - 0 !
1 file changed, 785 insertions(+)

---