# HG changeset patch # User Hans-G?nter Theisgen # Date 1656432925 -3600 # Node ID 21560db18fe05435c9c9109a5e586b1d50cdd9bf # Parent 74692b14e3800102af6e60ea2c245676f87e847f updated cgdb (0.7.1 -> 0.8.0) diff -r 74692b14e380 -r 21560db18fe0 cgdb/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cgdb/description.txt Tue Jun 28 17:15:25 2022 +0100 @@ -0,0 +1,6 @@ +Cgdb is a lightweight curses (terminal-based) interface to the +GNU Debugger (GDB). +In addition to the standard gdb console, cgdb provides a split +screen view that displays the source code as it executes. +The keyboard interface is modeled after vim, so vim users should +feel at home using cgdb. diff -r 74692b14e380 -r 21560db18fe0 cgdb/receipt --- a/cgdb/receipt Tue Jun 28 16:41:22 2022 +0100 +++ b/cgdb/receipt Tue Jun 28 17:15:25 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="cgdb" -VERSION="0.7.1" +VERSION="0.8.0" CATEGORY="development" TAGS="debugger" SHORT_DESC="Curses interface for GDB." @@ -39,6 +39,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr + cook_copy_folders bin }