[Glibc-bsd-commits] r3801 - trunk/freebsd-utils/debian

Robert Millan rmh at alioth.debian.org
Wed Nov 2 23:51:50 UTC 2011


Author: rmh
Date: 2011-11-02 23:51:49 +0000 (Wed, 02 Nov 2011)
New Revision: 3801

Modified:
   trunk/freebsd-utils/debian/changelog
   trunk/freebsd-utils/debian/control
Log:
kbdcontrol: Depend on TERM=xterm version of sysvinit.

Modified: trunk/freebsd-utils/debian/changelog
===================================================================
--- trunk/freebsd-utils/debian/changelog	2011-11-02 23:23:37 UTC (rev 3800)
+++ trunk/freebsd-utils/debian/changelog	2011-11-02 23:51:49 UTC (rev 3801)
@@ -1,3 +1,9 @@
+freebsd-utils (8.2+ds2-7) UNRELEASED; urgency=low
+
+  * kbdcontrol: Depend on TERM=xterm version of sysvinit.
+
+ -- Robert Millan <rmh at debian.org>  Thu, 03 Nov 2011 00:51:17 +0100
+
 freebsd-utils (8.2+ds2-6) experimental; urgency=low
 
   * Fix route call without arguments.

Modified: trunk/freebsd-utils/debian/control
===================================================================
--- trunk/freebsd-utils/debian/control	2011-11-02 23:23:37 UTC (rev 3800)
+++ trunk/freebsd-utils/debian/control	2011-11-02 23:51:49 UTC (rev 3801)
@@ -88,7 +88,8 @@
 
 Package: kbdcontrol
 Architecture: kfreebsd-any
-Depends: ${shlibs:Depends}, ${misc:Depends}, debconf
+Depends: ${shlibs:Depends}, ${misc:Depends}, debconf,
+ sysvinit (>= 2.88dsf-13.13)
 Description: command-line tool to change keyboard layout on GNU/kFreeBSD
  This package provides the original FreeBSD command to set keyboard layout,
  plus the possible FreeBSD keymaps.




More information about the Glibc-bsd-commits mailing list