+Mon Jul 31 23:38:56 EDT 2000 Ben Collins <bcollins@debian.org>
+
+ * archtable: add ia64; revert sparc64 so that it turns into sparc. There
+ wont be a full binary-sparc64 port.
+ * dselect/main.cc: small fixups to get it to compile with gcc-2.96
+
Wed Jul 26 21:27:30 CEST 2000 peter karlsson <peterk@debian.org>
* po/sv.po: Updated translation.
i686-linux-gnu i386 i486
pentium-linux-gnu i386 i486
sparc-linux-gnu sparc sparc
-sparc64-linux-gnu sparc64 sparc64
+sparc64-linux-gnu sparc sparc
alpha-linux-gnu alpha alpha
alphaev4-linux-gnu alpha alpha
alphaev5-linux-gnu alpha alpha
mipsel-linux-gnu mipsel mipsel
mipseb-linux-gnu mips mips
i386-gnu hurd-i386 undefined
+ia64-linux-gnu ia64 ia64
+ia64-unknown-linux ia64 ia64
* Check COLUMNS environment for dpkg -l output. Closes: Bug#65536
* Add Origin, Bugs-Submit-To, Bugs-Submit-Style
* Corrections and updates to Swedish translation.
+ * archtable: add ia64; revert sparc64 so that it turns into sparc. There
+ wont be a full binary-sparc64 port.
+ * dselect/main.cc: small fixups to get it to compile with gcc-2.96
-- Wichert Akkerman <wakkerma@debian.org> UNRELEASED
setvbuf(debug,0,_IONBF,0);
}
- static void setexpert() {
+ static void setexpert(const struct cmdinfo*, const char *v) {
expertmode = 1;
}
{ "version", 0, 0, 0, 0, versiononly },
{ "licence", 0, 0, 0, 0, showcopyright }, /* UK spelling */
{ "license", 0, 0, 0, 0, showcopyright }, /* US spelling */
- { 0, 0 }
+ { 0, 0, 0, 0, 0, 0 }
};
static int cursesareon= 0;