Explorar el Código

fixup descriptions

Waldemar Brodkorb hace 10 años
padre
commit
b24b36b667
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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