+Mon Jan 17 21:20:35 CET 2000 Wichert Akkerman <wakkerma@debian.org>
+
+ * dselect/Makefile.in: not all shells support == for strings comparisons
+ * version-nr: update to 1.6.8
+
Sat Jan 15 03:48:47 CET 2000 Wichert Akkerman <wakkerma@debian.org>
* doc/ja/dpkg-deb.5: updated with patch from Hiroshi KISE <fuyuneko@ryukyu.ne.jp>
+dpkg (1.6.8) unstable; urgency=low
+
+
+ -- Wichert Akkerman <wakkerma@debian.org> UNRELEASED
+
dpkg (1.6.7) frozen unstable; urgency=low
* dpkg compiles on HP-UX, Solaris and IRIX now
cursesfile=`echo '#include <curses.h>' | \
$(CC) -E - | grep 'curses.h' | head -1 | \
$(SED) -e 's/^[^"]*"//; s/".*$$//'`; \
- if [ "$$cursesfile" == "" ]; then echo "can't find curses file"; exit 1; fi; \
+ if [ "$$cursesfile" = "" ]; then echo "can't find curses file"; exit 1; fi; \
perl $(srcdir)/mkcurkeys.pl $< $$cursesfile > $@