-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi
Attached the patch for the version I intend to upload. Please respond if you don't want this NMU to happen, if you are working yourself on a patch or if you think that the attached patch won't work. Cheers Luk -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDU7545UTeB5t8Mo0RAuu2AJ4tEbcch9u5C44EziHQj1G3fEPvNwCgvyac YVLqFswUofwlqebb5Ymo4Ak= =VrTE -----END PGP SIGNATURE-----
diff -u gauche-0.8.4/debian/changelog gauche-0.8.4/debian/changelog --- gauche-0.8.4/debian/changelog +++ gauche-0.8.4/debian/changelog @@ -1,3 +1,10 @@ +gauche (0.8.4-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix gcc-4.0 compile errors (Closes: #315069) + + -- Luk Claes <[EMAIL PROTECTED]> Sun, 16 Oct 2005 12:35:28 +0200 + gauche (0.8.4-1) unstable; urgency=low * New upstream release. diff -u gauche-0.8.4/debian/rules gauche-0.8.4/debian/rules --- gauche-0.8.4/debian/rules +++ gauche-0.8.4/debian/rules @@ -28,6 +28,7 @@ rm -rf build-tree tar -xzvf Gauche-0.8.4.tgz mv Gauche-0.8.4 build-tree + sed "s/^ SCM_OBJ(/ (/" -i build-tree/src/*.c cd build-tree; autoconf cd build-tree/gc; rm -f libtool.m4; aclocal-1.7; \ libtoolize --force --copy; automake-1.7 -a; autoconf