Ubuntu Pastebin

Paste from gsilvapt at Thu, 29 Jun 2017 11:13:07 +0000

Download as text
1
2
3
4
5
6
7
8
9
# Check missing symbol(s).
# Get source of latest version - apt source package (uscan also works)
## git clone kp:package && cd package && git checkout _latest version_

# Check _ack function name_
# Compare differences between returned functions & check if it is a private or public function.

## If private, remove symbols safely.
## If public, use ABI Manager.
Download as text