- Timestamp:
- 11/30/05 15:49:54 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debbuild
r21 r22 10 10 # Last update by $Author$ 11 11 ### 12 13 =head1 NAME14 15 debbuild - Build Debian-compatible packages from RPM spec files16 17 =head1 SYNOPSIS18 19 debbuild {-ba|-bb|-bp|-bc|-bi|-bl|-bs} [build-options] file.spec20 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 DESCRIPTION26 27 This script attempts to build Debian-friendly semi-native packages28 from RPM spec files, RPM-friendly tarballs, and RPM source packages29 (.src.rpm). It accepts I<most> of the options rpmbuild does, and30 should be able to interpret most spec files usefully. Perl modules31 should be handled via CPAN+dh-make-perl instead; Debian's conventions32 for such things do not lend themselves to automated conversion.33 34 As far as possible, the command-line options are identical to those35 from rpmbuild, although several rpmbuild options are not supported.36 37 =cut38 12 39 13 use strict; … … 780 754 return $macrostring; 781 755 } # end expandmacros() 756 757 758 759 =head1 NAME 760 761 debbuild - 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 773 This script attempts to build Debian-friendly semi-native packages 774 from RPM spec files, RPM-friendly tarballs, and RPM source packages 775 (.src.rpm). It accepts I<most> of the options rpmbuild does, and 776 should be able to interpret most spec files usefully. Perl modules 777 should be handled via CPAN+dh-make-perl instead; Debian's conventions 778 for such things do not lend themselves to automated conversion. 779 780 As far as possible, the command-line options are identical to those 781 from rpmbuild, although several rpmbuild options are not supported. 782 783 =cut
Note:
See TracChangeset
for help on using the changeset viewer.