Changeset 19


Ignore:
Timestamp:
11/14/05 16:29:35 (18 years ago)
Author:
kdeugau
Message:

/trunk

Added some pod

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debbuild

    r18 r19  
    1010# Last update by $Author$
    1111###
     12
     13=head1 NAME
     14
     15debbuild - Build Debian-compatible packages from RPM spec files
     16
     17=head1 SYNOPSIS
     18
     19 debbuild {-ba|-bb|-bp|-bc|-bi|-bl|-bs} [build-options] file.spec
     20
     21 debbuild {-ta|-tb|-tp|-tc|-ti|-tl|-ts} [build-options] file.tar.{gz|bz2}
     22
     23 debbuild --rebuild file.src.{rpm|deb}
     24
     25=head1 DESCRIPTION
     26
     27This script attempts to build Debian-friendly semi-native packages
     28from RPM spec files, RPM-friendly tarballs, and RPM source packages
     29(.src.rpm).  It accepts I<most> of the options rpmbuild does, and
     30should be able to interpret most spec files usefully.  Perl modules
     31should be handled via CPAN+dh-make-perl instead;  Debian's conventions
     32for such things do not lend themselves to automated conversion.
     33
     34As far as possible, the command-line options are identical to those
     35from rpmbuild, although several rpmbuild options are not supported.
     36
     37=cut
    1238
    1339use strict;
Note: See TracChangeset for help on using the changeset viewer.