+Thu Oct 21 12:57:31 EDT 1999 Ben Collins <bcollins.debian.org>
+
+ * Fixed incorrect patch for --print-architecture (oops, oh well
+ it was already broken when there was no gcc anyway :)
+
Thu Oct 21 10:22:43 EDT 1999 Ben Collins <bcollins.debian.org>
* Fixed the check that was added to dpkg-divert.
* openpgp signatures in the package archive
other stuff unlikely to get done soon
+ * Purge a.out compatibility from source (keep the upgrade stuff in
+ place).
* Automatically remove <file>.gz if <file> can't be found ? and maybe,
remove <file> if <file.gz> can't be found? Bug mess when we start
thinking about bz2 :/
+dpkg (1.4.1.18) unstable; urgency=low
+
+ * Fixed incorrect patch for --print-architecture (oops, oh well
+ it was already broken when there was no gcc anyway :)
+
+
+ -- Wichert Akkerman <wakkerma@debian.org> UNRELEASED
+
dpkg (1.4.1.17) unstable; urgency=low
* Add support for long filenames, along with --assert-longfilenames
* are being called, then we should just give them the built
* in arch.
*/
- if (printf("%s\n",architecture) == EOF) werr("stdout");
+ if (printf("/usr/lib/gcc-lib/%s-none/0.0.0/libgcc.a\n",architecture) == EOF)
+ werr("stdout");
if (fflush(stdout)) werr("stdout");
exit(0);
}