.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. .TH MINI-BUILDD-SUPER-PORTEXT "1" "April 2024" "mini-buildd-super-portext 2.2.0" "User Commands" .SH NAME mini-buildd-super-portext \- EXPERIMENTAL: Portext a source package including all dependencies. .SH DESCRIPTION usage: mbu\-super\-portext [\-h] [\-\-version] [\-l LOG_LEVEL] [\-M MIRROR] [\-U] .IP ENDPOINT SOURCE DISTRIBUTION .PP EXPERIMENTAL: Portext a source package including all dependencies. .SS "positional arguments:" .TP ENDPOINT HTTP target endpoint: Twisted\-style Network Client Endpoint .IP See: https://twistedmatrix.com/documents/current/core/howto/endpoints.html#clients .IP Notation Examples:: .TP \&'tcp:host=localhost:port=8066': Connect to localhost, unencrypted. \&'tls:host=localhost:port=8066': Connect to localhost, encrypted. \&'http://localhost:8066' : Extra URL\-style syntax (prefer twisted\-style in saved configs, though). \&'localhost:8066' : Compatibility host:port syntax (don't use \fB\-\-\fR might eventually go away). .TP SOURCE Pattern or DSC URL .TP DISTRIBUTION distribution to portext to .SS "options:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-\-version\fR show program's version number and exit .TP \fB\-l\fR LOG_LEVEL, \fB\-\-log\-level\fR LOG_LEVEL set log level (if none given, ['WARNING', 'mini_buildd.INFO'] is applied by default). May also be given as ``.`` to effect individual loggers only, and multiple times (check existing logs for actual logger names). (default: None) .TP \fB\-M\fR MIRROR, \fB\-\-mirror\fR MIRROR Debian mirror to use (default: http://localhost:3142/debian/) .TP \fB\-U\fR, \fB\-\-upload\fR Non\-dry run: Actually upload packages (default: False) .PP EXPERIMENTAL: Portext a source package including all dependencies. .PP Intended to help porting larger 'projects' (f.e. desktop environments) with a lot of source packages and inter\-package build dependencies. .PP This still has a lot of rough edges. Use with care. .PP This tool uses the apt cache of the system it is run on. This needs to be set up pior to running. For example: .PP 1. Run this in on system you want to PORT TO (f.e..: buster, 'deb' apt lines for buster). 2. Add 'deb\-src' apt lines for the system you want to PORT FROM (f.e.: bullseye, 'deb\-src' apt lines for bullseye). 3. sudo apt\-get update 4. mini\-buildd\-super\-portext \fB\-v\fR http://admin@localhost:8066 http://localhost:3142/debian//pool/main/k/kguiaddons/kguiaddons_5.70.0\-2.dsc buster\-test\-unstable .PP Per default, this will just print a list of DSC URLs it would portext (in this order). Use \fB\-\-upload\fR to actually run 'the portexts'.