1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: remake
Section: devel
Priority: optional
Maintainer: Dima Kogan <dkogan@debian.org>
Uploaders: Yaroslav Halchenko <debian@onerussian.com>
Build-Depends: debhelper (>= 9),
dh-autoreconf,
autotools-dev,
gettext, autopoint,
autoconf, automake, texinfo,
libreadline6-dev | libreadline-dev (>= 6),
guile-3.0-dev
Homepage: http://bashdb.sourceforge.net/remake
Vcs-Browser: https://salsa.debian.org/debian/remake
Vcs-Git: https://salsa.debian.org:debian/remake.git
Standards-Version: 4.0.0
Package: remake
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: GNU make fork with improved error reporting and debugging
Modernized version of GNU make utility that adds improved error
reporting, the ability to trace execution in a comprehensible way, and
a debugger. Some of the features of the debugger are:
* see the target call stack
* set breakpoints on targets
* show and set variables
* execute arbitrary "make" code
* issue shell commands while stopped in the middle of execution
* inspect target descriptions
* write a file with the commands of the target expanded
|