Browse Source

fixup descriptions

Waldemar Brodkorb 10 years ago
parent
commit
b24b36b667
2 changed files with 2 additions and 2 deletions
  1. 1 1
      package/gdb/Makefile
  2. 1 1
      package/gdbserver/Makefile

+ 1 - 1
package/gdb/Makefile

@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
 include ${TOPDIR}/toolchain/gdb/Makefile.inc
 
 PKG_NAME:=		gdb
-PKG_DESCR:=		GNU debugger
+PKG_DESCR:=		programm debugger
 PKG_SECTION:=		debug
 PKG_DEPENDS:=		libthread-db libncurses libexpat libgcc zlib
 PKG_BUILDDEP:=		ncurses readline libiconv-tiny expat zlib

+ 1 - 1
package/gdbserver/Makefile

@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
 include ${TOPDIR}/toolchain/gdb/Makefile.inc
 
 PKG_NAME:=		gdb
-PKG_DESCR:=		GNU debugger (small server)
+PKG_DESCR:=		remote programm debugger utility
 PKG_SECTION:=		debug
 PKG_DEPENDS:=		libthread-db