| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
This moves all packages from testing to unmaintained which have not been
updated for atleast 6 months. If you are affected by this commit please follow
this proceddure:
* make sure your packages build on all architectures
* move your pacakge(s) back to testing
* if you want to keep this package and can maintain it (or find somebody to
maintain it for you) for a minimum of 6 months ask it to be moved to community
|
|
|
|
|
| |
Since abuild v2.22.0, these are removed automatically unless 'libtool'
option has been specified.
|
| |
|
| |
|
|
bcli provides support for using the arrow keys for command-line
editing. Up and Down arrows will cycle through the command history,
and Left & Right can be used for editing the current command line.
libcli also works out the shortest way of entering a command, so if
you have a command "show users grep foobar" defined, you can enter
"sh us g foobar" if that is the shortest possible way of doing it.
https://github.com/dparrish/libcli
|