Changeset 140
- Timestamp:
- 02/28/08 12:49:33 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debbuild
r139 r140 10 10 # Last update by $Author$ 11 11 ### 12 # Copyright 2005-200 7Kris Deugau <kdeugau@deepnet.cx>12 # Copyright 2005-2008 Kris Deugau <kdeugau@deepnet.cx> 13 13 # 14 14 # This program is free software; you can redistribute it and/or modify … … 1688 1688 =head1 NAME 1689 1689 1690 debbuild - Build Debian-compatible packages from RPMspec files1690 debbuild - Build Debian-compatible .deb packages from RPM .spec files 1691 1691 1692 1692 =head1 SYNOPSIS … … 1702 1702 =head1 DESCRIPTION 1703 1703 1704 This scriptattempts to build Debian-friendly semi-native packages from RPM spec files,1704 debbuild attempts to build Debian-friendly semi-native packages from RPM spec files, 1705 1705 RPM-friendly tarballs, and RPM source packages (.src.rpm files). It accepts I<most> of the 1706 1706 options rpmbuild does, and should be able to interpret most spec files usefully. Perl 1707 modules should be handled via CPAN+dh-make-perl instead ; Debian's conventions for such1708 things do not lend themselves to automated conversion.1707 modules should be handled via CPAN+dh-make-perl instead as it's simpler than even tweaking 1708 a .spec template. 1709 1709 1710 1710 As far as possible, the command-line options are identical to those from rpmbuild, although
Note:
See TracChangeset
for help on using the changeset viewer.