[Lsb-messages] /var/www/bzr/lsb/devel/misc-test r2413: add curses commands (bug 3837)

Mats Wichmann mats at linuxfoundation.org
Tue Dec 31 15:06:05 UTC 2013


------------------------------------------------------------
revno: 2413
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: misc-test
timestamp: Tue 2013-12-31 08:06:05 -0700
message:
  add curses commands (bug 3837)
modified:
  cmdchk/cmdlist
  cmdchk/cmds.h
  package/Makefile
-------------- next part --------------
=== modified file 'cmdchk/cmdlist'
--- a/cmdchk/cmdlist	2012-05-24 11:30:53 +0000
+++ b/cmdchk/cmdlist	2013-12-31 15:06:05 +0000
@@ -60,6 +60,7 @@
 hostname /bin/hostname 1.0 NULL
 iconv None 1.0 NULL
 id None 1.0 NULL
+infocmp None 5.0 NULL
 install None 1.0 NULL
 install_initd /usr/lib/lsb/install_initd 1.2 NULL
 ipcrm None 1.0 NULL
@@ -128,8 +129,10 @@
 tar /bin/tar 1.0 NULL
 tee None 1.0 NULL
 test None 1.0 NULL
+tic None 5.0 NULL
 time None 1.0 NULL
 touch None 1.0 NULL
+tput None 5.0 NULL
 tr None 1.0 NULL
 true /bin/true 1.0 NULL
 tsort None 1.0 NULL

=== modified file 'cmdchk/cmds.h'
--- a/cmdchk/cmds.h	2013-09-28 15:03:05 +0000
+++ b/cmdchk/cmds.h	2013-12-31 15:06:05 +0000
@@ -68,6 +68,7 @@
 	{"hostname", "/bin/hostname", 10, 0},
 	{"iconv", "", 10, 0},
 	{"id", "", 10, 0},
+	{"infocmp", "", 50, 0},
 	{"install", "", 10, 0},
 	{"install_initd", "/usr/lib/lsb/install_initd", 12, 0},
 	{"ipcrm", "", 10, 0},
@@ -136,8 +137,10 @@
 	{"tar", "/bin/tar", 10, 0},
 	{"tee", "", 10, 0},
 	{"test", "", 10, 0},
+	{"tic", "", 50, 0},
 	{"time", "", 10, 0},
 	{"touch", "", 10, 0},
+	{"tput", "", 50, 0},
 	{"tr", "", 10, 0},
 	{"true", "/bin/true", 10, 0},
 	{"tsort", "", 10, 0},

=== modified file 'package/Makefile'
--- a/package/Makefile	2013-12-17 15:41:57 +0000
+++ b/package/Makefile	2013-12-31 15:06:05 +0000
@@ -20,7 +20,7 @@
 # Release number of package relative to specification version
 # Should have leading "."
 # a big number (80-99) is leading up to the next minor spec
-SUB_VERSION=.21
+SUB_VERSION=.22
 
 # We define this here instead of directly in the spec file as
 # we need to be able to work out what the produced rpm files will be called



More information about the lsb-messages mailing list