2007-10-07 00:36:36 +02:00
|
|
|
================================
|
2007-08-03 21:17:31 +02:00
|
|
|
== Ubuntu Development Tools ==
|
2007-10-07 00:36:36 +02:00
|
|
|
================================
|
2007-06-01 12:48:16 +02:00
|
|
|
|
2007-08-04 13:52:30 +02:00
|
|
|
404main <package>
|
2007-11-30 17:55:33 +01:00
|
|
|
... will check if <package> and all it's build dependencies are
|
|
|
|
are in the "main" component or not.
|
2007-08-04 13:52:30 +02:00
|
|
|
|
2007-06-01 12:48:16 +02:00
|
|
|
check-symbols <package> [<directory>]
|
2007-08-03 21:17:31 +02:00
|
|
|
... 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.
|
|
|
|
|
2007-08-04 13:52:30 +02:00
|
|
|
dch-repeat [--help]
|
|
|
|
... will repeat a change log into an older release.
|
|
|
|
|
|
|
|
get-branches <directory> <team> [checkout|branch]
|
|
|
|
... will branch / checkout all the Bazaar branches in a Launchpad team.
|
|
|
|
|
2007-10-27 23:04:05 +02:00
|
|
|
get-build-deps [<packages list or file containing a list of packages>]
|
|
|
|
... will install the build dependencies for a package, if you are inside
|
|
|
|
it's source file. Alternatively, you can pass it the name of a file
|
|
|
|
containing a list of packages, one on each line, or just pass them all
|
|
|
|
as parameters, and it will get their build dependencies.
|
|
|
|
|
2007-09-14 11:24:45 +02:00
|
|
|
hugdaylist [-n <number>] <bug list url>
|
|
|
|
... will create a list of <number> bug list for a hug day listing
|
|
|
|
|
2007-08-04 13:52:30 +02:00
|
|
|
mk-sbuild-lv
|
|
|
|
... will create LVM snapshot chroots via schroot and sbuild. It assumes that
|
|
|
|
sbuild has not be installed and configured before.
|
|
|
|
|
2007-10-01 18:06:45 +02:00
|
|
|
pbuilder-dist [withlog] [create|update|build|clean|login|execute]
|
2007-10-07 00:36:36 +02:00
|
|
|
... is a wrapper to use pbuilder with many different distributions / versions.
|
|
|
|
It has to be renamed to something like pbuilder-feisty, pbuilder-gutsy, etc.
|
2007-08-04 13:52:30 +02:00
|
|
|
|
2007-09-14 11:24:45 +02:00
|
|
|
ppaput [-n] <dput location> [<debuild options>]
|
2007-10-07 00:36:36 +02:00
|
|
|
... will build a source package using <debuild options>, upload it
|
|
|
|
to <dput location> and follow up on specified bugs, make sure the
|
|
|
|
sponsoring process is followed. Also it will file a new bug, if
|
|
|
|
'-n' is used.
|
2007-09-14 11:24:45 +02:00
|
|
|
|
2007-08-04 13:52:30 +02:00
|
|
|
pull-debian-debdiff <package> <version>
|
|
|
|
... will attempt to find and download a specific version of a Debian package
|
|
|
|
and its immediate parent to generate a debdiff.
|
|
|
|
|
2007-10-01 18:06:45 +02:00
|
|
|
requestsync [-n|-s] <source package> <target release> [base version]
|
2007-10-07 00:36:36 +02:00
|
|
|
... will file a sync request for a package from Debian by sending a bug report to
|
|
|
|
Launchpad.
|
2007-10-01 18:06:45 +02:00
|
|
|
|
2007-08-04 13:52:30 +02:00
|
|
|
suspicious-source
|
2007-10-07 00:36:36 +02:00
|
|
|
... 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.
|
2007-08-04 13:52:30 +02:00
|
|
|
|
|
|
|
update-maintainer
|
2007-10-07 00:36:36 +02:00
|
|
|
... will update the maintainer field of an Ubuntu package to match the
|
|
|
|
DebianMaintainerField specification.
|
2007-08-04 13:52:30 +02:00
|
|
|
|
2007-08-03 21:17:31 +02:00
|
|
|
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.
|