Changes between Version 38 and Version 39 of BuildingDebianPackages


Ignore:
Timestamp:
11/05/09 16:34:21 (14 years ago)
Author:
dclark
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingDebianPackages

    v38 v39  
    384384cp debian/changelog.orig debian/changelog 
    385385(cd debian && debchange --force-bad-version --preserve --newversion \ 
    386 "1.0.0pre1-0.1+r${REV}~${ppa}${try}~${dist}${try}" \ 
     386"1.0.0rc4-0.1+r${REV}~${ppa}${try}~${dist}${try}" \ 
    387387backport to ppa ${ppa}, dist ${dist}, try ${try}, svn revision $REV) 
    388388# Replace 0xAA95C349 to your GnuPG Key ID 
    389389debuild -S -k0xAA95C349 
    390 dput bcfg2-testing-force-${dist} ../bcfg2_1.0.0pre1-0.1+r${REV}~${ppa}${try}~${dist}${try}_source.changes 
    391 done 
    392 }}} 
    393  
    394 Or if doing a build from tarball (no local changes): 
    395 {{{ 
    396 #!/bin/sh -x 
    397  
    398 sudo apt-get build-dep bcfg2 bcfg2-server 
    399  
    400 ppa="testing" # "testing" or "ppa" (for stable) 
    401  
    402 for dist in dapper hardy intrepid jaunty karmic; do 
    403 # Replace 0xAA95C349 to your GnuPG Key ID 
    404 debuild -S -k0xAA95C349 
    405 dput bcfg2-testing-force-${dist} ../bcfg2*_source.changes 
    406 done 
    407 }}} 
    408  
    409 And then make sure it's installed locally for the next step. 
     390dput bcfg2-testing-force-${dist} ../bcfg2_1.0.0rc4-0.1+r${REV}~${ppa}${try}~${dist}${try}_source.changes 
     391done 
     392}}}