Changeset 22


Ignore:
Timestamp:
11/30/05 15:49:54 (18 years ago)
Author:
kdeugau
Message:

/trunk

Move POD to bottom

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debbuild

    r21 r22  
    1010# Last update by $Author$
    1111###
    12 
    13 =head1 NAME
    14 
    15 debbuild - 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 
    27 This script attempts to build Debian-friendly semi-native packages
    28 from RPM spec files, RPM-friendly tarballs, and RPM source packages
    29 (.src.rpm).  It accepts I<most> of the options rpmbuild does, and
    30 should be able to interpret most spec files usefully.  Perl modules
    31 should be handled via CPAN+dh-make-perl instead;  Debian's conventions
    32 for such things do not lend themselves to automated conversion.
    33 
    34 As far as possible, the command-line options are identical to those
    35 from rpmbuild, although several rpmbuild options are not supported.
    36 
    37 =cut
    3812
    3913use strict;
     
    780754  return $macrostring;
    781755} # end expandmacros()
     756
     757
     758
     759=head1 NAME
     760
     761debbuild - Build Debian-compatible packages from RPM spec files
     762
     763=head1 SYNOPSIS
     764
     765 debbuild {-ba|-bb|-bp|-bc|-bi|-bl|-bs} [build-options] file.spec
     766
     767 debbuild {-ta|-tb|-tp|-tc|-ti|-tl|-ts} [build-options] file.tar.{gz|bz2}
     768
     769 debbuild --rebuild file.src.{rpm|deb}
     770
     771=head1 DESCRIPTION
     772
     773This script attempts to build Debian-friendly semi-native packages
     774from RPM spec files, RPM-friendly tarballs, and RPM source packages
     775(.src.rpm).  It accepts I<most> of the options rpmbuild does, and
     776should be able to interpret most spec files usefully.  Perl modules
     777should be handled via CPAN+dh-make-perl instead;  Debian's conventions
     778for such things do not lend themselves to automated conversion.
     779
     780As far as possible, the command-line options are identical to those
     781from rpmbuild, although several rpmbuild options are not supported.
     782
     783=cut
Note: See TracChangeset for help on using the changeset viewer.