Parcourir la source

fixup descriptions

Waldemar Brodkorb il y a 10 ans
Parent
commit
b24b36b667
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  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