Changes between Version 25 and Version 26 of BuildingDebianPackages
- Timestamp:
- 10/29/09 20:43:25 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingDebianPackages
v25 v26 115 115 TODO 116 116 117 118 == Python SSL Backport Packaging == 117 == Backport Packaging == 118 119 Bcfg2 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 123 Bcfg2 1.0.0rc2 and later require a very recent debhelper, which in turn requires a very recent po4a. 124 125 Versions that work are in: 126 * '''debian''': lenny-backports, squeeze, sid 127 * '''ubuntu''': karmic 128 129 TODO 130 131 === python ssl === 119 132 120 133 As 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. … … 149 162 }}} 150 163 151 152 == SQLAlchemy Backport Packaging == 164 === sqlalchemy === 153 165 154 166 For the standard Bcfg2 1.0 Snapshots reporting feature, you need SQLAlchemy 0.5 or later. 155 167 156 === Trisquel 3.0 / Ubuntu Jaunty===168 ==== Trisquel 3.0 / Ubuntu Jaunty ==== 157 169 158 170 (rough notes; will make nicer later...) … … 205 217 dput bcfg2-force-jaunty sqlalchemy_0.5.5-1~ppa2~jaunty2_source.changes 206 218 }}} 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, sid214 * '''ubuntu''': karmic215 216 TODO