Update of /cvs/debian-openoffice/dmake-deb In directory gluck:/tmp/cvs-serv21532
Modified Files: changelog control rules Log Message: * Work around libc bug#219451 by compiling with -m32 on sparc * Change 'freeware' to 'public domain' in description (closes: #218783) * version 4.2+cvs20031009-5 Index: changelog =================================================================== RCS file: /cvs/debian-openoffice/dmake-deb/changelog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- changelog 21 Oct 2003 14:30:34 -0000 1.5 +++ changelog 19 Nov 2003 08:55:53 -0000 1.6 @@ -1,3 +1,11 @@ +dmake (4.2+cvs20031009-5) unstable; urgency=low + + * Work around libc bug#219451 by compiling with -m32 on sparc + * Change 'freeware' to 'public domain' in description + (closes: #218783) + + -- Chris Halls <[EMAIL PROTECTED]> Wed, 19 Nov 2003 08:44:33 +0000 + dmake (4.2+cvs20031009-4) unstable; urgency=low * do not mention the tempfile vulnerability in the manpage in BUGS Index: rules =================================================================== RCS file: /cvs/debian-openoffice/dmake-deb/rules,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- rules 13 Oct 2003 12:22:42 -0000 1.1.1.1 +++ rules 19 Nov 2003 08:55:53 -0000 1.2 @@ -8,6 +8,12 @@ # Patches in debian/patches include /usr/share/cdbs/1/rules/simple-patchsys.mk +# Work around bug#219451 +# dmake: error while loading shared libraries: /lib64/libc.so.6: unexpected reloc type 0x08 +ifeq ($(DEB_BUILD_ARCH),sparc) + CFLAGS+= -m32 +endif + DEB_CONFIGURE_EXTRA_FLAGS := --datadir="\$${prefix}/share/dmake" clean:: Index: control =================================================================== RCS file: /cvs/debian-openoffice/dmake-deb/control,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- control 18 Oct 2003 12:08:53 -0000 1.2 +++ control 19 Nov 2003 08:55:53 -0000 1.3 @@ -14,7 +14,7 @@ . This utility has an irregular syntax but is available for Linux, Solaris, and Win32 and other platforms. This version of dmake is a modified version of the - original freeware dmake, and is used to build the open office suite, + original public domain dmake, and is used to build the open office suite, Openoffice.org . Dmake features: