NAME

plugeclipse-package - Import an Eclipse binary update site into the Debian package

SYNOPSIS

plugeclipse-package [--feature2package <file>] [--plugin2package <file>] [--output <dir>] [--help] UPDATESITE ...

DESCRIPTION

plugeclipse-package is a tool to convert an Eclipse update site into the Debian source package. UPDATESITE is an URL of the Eclipse update site. Several URL's can be specified.

OPTIONS

--feature2package file
Use <file> to specify mapping from the feature names to the package names.
--plugin2package file
Use <file> to specify mapping from the plugin names to the package names.
-e, --email email
Use <address> as the e-mail address in the Maintainer: field of debian/control file.
-o, --output dir
Use <dir> as the directory to output generated source packages to.
-p, --packages regexp
Use <regexp> to match package names that should be imported. Default is ".*" (all packages).
-h, --help
Print this usage information.

FILES

/usr/share/plugeclipse/
Directory that contains all the template files.

SEE ALSO

/usr/share/doc/plugeclipse-package/README

You may also want to read the Debian Policy (in /usr/share/doc/debian-policy) and the New Maintainers' Guide (in /usr/share/doc/maint-guide).

AUTHORS

Ivan Dubrov <wfrag@yandex.ru>