[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH] d-i-utils: terminfo different from cons25 on kfreebsd-*



This patch also ships terminfo different from cons25 on GNU/kFreeBSD.

This should not affect linux-* d-i images.


Cheers,
Luca Favatella
Index: debian/changelog
===================================================================
--- debian/changelog	(revision 60241)
+++ debian/changelog	(working copy)
@@ -2,6 +2,10 @@
 
   * Upgrade to debhelper v7.
 
+  [ Aurelien Jarno ]
+  * Also ship other terminfo on GNU/kFreeBSD, they are also used in some
+    cases (e.g. installation through openssh).
+
  -- Colin Watson <cjwatson@debian.org>  Thu, 13 Aug 2009 14:52:50 +0100
 
 debian-installer-utils (1.71) unstable; urgency=low
Index: debian/rules
===================================================================
--- debian/rules	(revision 60241)
+++ debian/rules	(working copy)
@@ -2,11 +2,11 @@
 %:
 	dh $@
 
-ifeq ($(DEB_HOST_ARCH_OS),linux)
 TERMS=/usr/share/terminfo/a/ansi /usr/share/terminfo/d/dumb \
       /usr/share/terminfo/l/linux /usr/share/terminfo/v/vt102
-else ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
-TERMS=/usr/share/terminfo/c/cons25
+
+ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
+TERMS+=/usr/share/terminfo/c/cons25
 endif
 
 override_dh_auto_install:

Reply to: