[Pkg-kbd-commit] r168 - people/barbier/kbd/trunk/debian

Denis Barbier barbier at costa.debian.org
Wed Apr 5 21:40:49 UTC 2006


Author: barbier
Date: 2006-04-05 21:40:48 +0000 (Wed, 05 Apr 2006)
New Revision: 168

Modified:
   people/barbier/kbd/trunk/debian/changelog
   people/barbier/kbd/trunk/debian/rules
Log:
Move openvt and chvt into /bin.  Closes: #320571  Thanks Tim Connors


Modified: people/barbier/kbd/trunk/debian/changelog
===================================================================
--- people/barbier/kbd/trunk/debian/changelog	2006-04-05 21:08:42 UTC (rev 167)
+++ people/barbier/kbd/trunk/debian/changelog	2006-04-05 21:40:48 UTC (rev 168)
@@ -24,6 +24,8 @@
   * debian/console-screen.kbd.sh: Check for locale variables in both files
     /etc/environment and /etc/default/locale.
 
+  * Move openvt and chvt into /bin.  Closes: #320571  Thanks Tim Connors
+
   * Apply changes from console-tools:
     + debian/console-screen.kbd.sh:
       - Include LSB-formatted Init dependency info

Modified: people/barbier/kbd/trunk/debian/rules
===================================================================
--- people/barbier/kbd/trunk/debian/rules	2006-04-05 21:08:42 UTC (rev 167)
+++ people/barbier/kbd/trunk/debian/rules	2006-04-05 21:40:48 UTC (rev 168)
@@ -61,9 +61,11 @@
      	# correct locations
 	mv ${ubindir}/kbdrate ${sbindir}
 	mv ${ubindir}/fgconsole ${bindir}
+	mv ${ubindir}/openvt ${bindir}
+	mv ${ubindir}/chvt ${bindir}
 
      	# open compat symlink
-	ln -s openvt ${ubindir}/open
+	ln -s openvt ${bindir}/open
 	ln -s openvt.1 ${tmpdir}/usr/share/man/man1/open.1
 
 binary-indep:




More information about the Pkg-kbd-commit mailing list