Changes between Version 22 and Version 23 of BuildingDebianPackages


Ignore:
Timestamp:
10/25/09 17:43:20 (14 years ago)
Author:
dclark
Comment:

launchpad/ppa does the builds; you just need to upload source (-S)

Legend:

Unmodified
Added
Removed
Modified
  • BuildingDebianPackages

    v22 v23  
    191191}}} 
    192192 
    193 Build and upload newer sphinx, which sqlalchemy depends on: 
    194 {{{ 
    195 debchange --force-bad-version --preserve --newversion "0.6.2-1~ppa1~jaunty1" \ 
    196 Backport to jaunty to support more recent sqlalchemy required by new bcfg2 1.0 snapshots reporting feature 
    197  
    198 # Replace 0xAA95C349 to your GnuPG Key ID 
    199 dpkg-buildpackage -k0xAA95C349 
    200 dput bcfg2-force-jaunty sphinx_0.6.2-1~ppa1~jaunty1_i386.changes 
    201 }}} 
    202 Also install the .deb locally using dpkg, so the next step works. 
    203  
    204 Build and upload newer sqlalchemy: 
    205 {{{ 
    206 debchange --force-bad-version --preserve --newversion "0.5.5-1~ppa1~jaunty1" \ 
    207 Backport to jaunty to support new bcfg2 1.0 snapshots reporting feature 
    208  
    209 # Replace 0xAA95C349 to your GnuPG Key ID 
    210 dpkg-buildpackage -k0xAA95C349 
    211 dput bcfg2-force-jaunty sqlalchemy_0.5.5-1~ppa1~jaunty1_i386.changes 
    212 }}} 
    213  
     193Make a ~/.dput.cf file: 
    214194{{{ 
    215195# ~/.dput.cf 
     
    229209allow_unsigned_uploads = 0 
    230210}}} 
     211 
     212Build and upload newer sphinx, which sqlalchemy depends on: 
     213{{{ 
     214debchange --force-bad-version --preserve --newversion "0.6.2-1~ppa2~jaunty2" \ 
     215Backport to jaunty to support more recent sqlalchemy required by new bcfg2 1.0 snapshots reporting feature 
     216 
     217# Replace 0xAA95C349 to your GnuPG Key ID 
     218debuild -S -k0xAA95C349 
     219dput bcfg2-force-jaunty sphinx_0.6.2-1~ppa2~jaunty2_source.changes 
     220}}} 
     221Also install the .deb locally using dpkg, so the next step works. 
     222 
     223Build and upload newer sqlalchemy: 
     224{{{ 
     225debchange --force-bad-version --preserve --newversion "0.5.5-1~ppa2~jaunty2" \ 
     226Backport to jaunty to support new bcfg2 1.0 snapshots reporting feature 
     227 
     228# Replace 0xAA95C349 to your GnuPG Key ID 
     229debuild -S -k0xAA95C349 
     230dput bcfg2-force-jaunty sqlalchemy_0.5.5-1~ppa2~jaunty2_source.changes 
     231}}}