1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
This package is MUT so don't bother with "gbp import-orig" command
and redundant "upstream" branch. Obtaining source is the easiest with
"origtargz" command.
## Build instructions
Autobuild for this package is disabled hence source-only upload won't work.
Maintainer needs to build for two architectures and merge changes before
upload:
debsign --re-sign *.changes
mergechanges -f freespace2_*_amd64.changes freespace2_*_i386.changes
debsign freespace2_*_multi.changes
## Upload:
dput ftp-master freespace2_*_multi.changes
|