mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
19 lines
722 B
Plaintext
19 lines
722 B
Plaintext
=====================
|
|
== Ubuntu Development Tools ==
|
|
=====================
|
|
|
|
check-symbols <package> [<directory>]
|
|
... will compare and give you a diff of the exported symbols of all .so
|
|
files in all binary packages of <package>.
|
|
<directory> is not mandatory and set to /var/cache/pbuilder/result by default.
|
|
|
|
what-patch
|
|
... will check what patching system is used by a package.
|
|
You need to be in it's source directory in order that it works.
|
|
|
|
suspicious-source
|
|
... will output a list of files which are not common source files. This
|
|
should be run in the root of a source tree to find files which might
|
|
not be the 'prefered form of modification' that the GPL and other
|
|
licenses require.
|