Changes between Version 25 and Version 26 of BuildingDebianPackages


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingDebianPackages

    v25 v26  
    115115TODO 
    116116 
    117  
    118 == Python SSL Backport Packaging == 
     117== Backport Packaging == 
     118 
     119Bcfg2 uses a lot of newer packages which need to be backported to most debian-based GNU/Linux distributions. In most cases you'll need to have these working before doing the above Bcfg2 packaging. 
     120 
     121=== debhelper === 
     122 
     123Bcfg2 1.0.0rc2 and later require a very recent debhelper, which in turn requires a very recent po4a. 
     124 
     125Versions that work are in: 
     126 * '''debian''': lenny-backports, squeeze, sid 
     127 * '''ubuntu''': karmic 
     128 
     129TODO 
     130 
     131=== python ssl === 
    119132 
    120133As of Bcfg2 1.0, Bcfg2 has switched to the in-tree ssl module included with python 2.6. A backport exists for 2.3, 2.4, and 2.5. With this, M2Crypto is not needed, and tlslite is no longer included with bcfg2 sources. The ssl module can be found [http://pypi.python.org/pypi/ssl here]. See [wiki:Authentication] for details.  
     
    149162}}} 
    150163 
    151  
    152 == SQLAlchemy Backport Packaging == 
     164=== sqlalchemy === 
    153165 
    154166For the standard Bcfg2 1.0 Snapshots reporting feature, you need SQLAlchemy 0.5 or later. 
    155167 
    156 === Trisquel 3.0 / Ubuntu Jaunty === 
     168==== Trisquel 3.0 / Ubuntu Jaunty ==== 
    157169 
    158170(rough notes; will make nicer later...) 
     
    205217dput bcfg2-force-jaunty sqlalchemy_0.5.5-1~ppa2~jaunty2_source.changes 
    206218}}} 
    207  
    208 == debhelper backport packaging == 
    209  
    210 Bcfg2 1.0.0rc2 and later require a very recent debhelper, which in turn requires a very recent po4a. 
    211  
    212 Versions that work are in: 
    213  * '''debian''': lenny-backports, squeeze, sid 
    214  * '''ubuntu''': karmic 
    215  
    216 TODO