Procházet zdrojové kódy

fix wrong test in dselect/Makefile.in

Wichert Akkerman před 26 roky
rodič
revize
869313fd56
4 změnil soubory, kde provedl 12 přidání a 2 odebrání
  1. 5 0
      ChangeLog
  2. 5 0
      debian/changelog
  3. 1 1
      dselect/Makefile.in
  4. 1 1
      version-nr

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+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>

+ 5 - 0
debian/changelog

@@ -1,3 +1,8 @@
+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

+ 1 - 1
dselect/Makefile.in

@@ -59,5 +59,5 @@ curkeys.h: keyoverride $(srcdir)/mkcurkeys.pl
 	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 > $@

+ 1 - 1
version-nr

@@ -1 +1 @@
-1.6.6
+1.6.8