Changes between Version 29 and Version 30 of BuildingDebianPackages


Ignore:
Timestamp:
10/29/09 21:08:19 (14 years ago)
Author:
dclark
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingDebianPackages

    v29 v30  
    168168To upload to the PPA you need to be on the active member list of [https://launchpad.net/~bcfg2 Bcfg2 in Launchpad]. 
    169169 
     170==== setup debuild ==== 
     171 
    170172Tell dpkg-buildpackage who you are, for example: 
    171173{{{ 
     
    174176}}} 
    175177 
     178==== setup dput ==== 
     179 
    176180Make a ~/.dput.cf file: 
    177181{{{ 
     
    220224allow_unsigned_uploads = 0 
    221225}}} 
     226 
     227==== upload po4a ==== 
     228 
     229==== upload debhelper ==== 
     230 
     231==== upload sphinx ==== 
    222232 
    223233Build and upload newer sphinx, which sqlalchemy depends on: 
     
    232242Also install the .deb locally using dpkg, so the next step works. 
    233243 
     244==== upload sqlalchemy ==== 
     245 
    234246Build and upload newer sqlalchemy: 
    235247{{{ 
     
    241253dput bcfg2-force-jaunty sqlalchemy_0.5.5-1~ppa2~jaunty2_source.changes 
    242254}}} 
     255 
     256==== upload bcfg2 ====