- Timestamp:
- 11/14/05 16:29:35 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debbuild
r18 r19 10 10 # Last update by $Author$ 11 11 ### 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 12 38 13 39 use strict;
Note:
See TracChangeset
for help on using the changeset viewer.