Changes between Version 29 and Version 30 of BuildingDebianPackages
- Timestamp:
- 10/29/09 21:08:19 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingDebianPackages
v29 v30 168 168 To upload to the PPA you need to be on the active member list of [https://launchpad.net/~bcfg2 Bcfg2 in Launchpad]. 169 169 170 ==== setup debuild ==== 171 170 172 Tell dpkg-buildpackage who you are, for example: 171 173 {{{ … … 174 176 }}} 175 177 178 ==== setup dput ==== 179 176 180 Make a ~/.dput.cf file: 177 181 {{{ … … 220 224 allow_unsigned_uploads = 0 221 225 }}} 226 227 ==== upload po4a ==== 228 229 ==== upload debhelper ==== 230 231 ==== upload sphinx ==== 222 232 223 233 Build and upload newer sphinx, which sqlalchemy depends on: … … 232 242 Also install the .deb locally using dpkg, so the next step works. 233 243 244 ==== upload sqlalchemy ==== 245 234 246 Build and upload newer sqlalchemy: 235 247 {{{ … … 241 253 dput bcfg2-force-jaunty sqlalchemy_0.5.5-1~ppa2~jaunty2_source.changes 242 254 }}} 255 256 ==== upload bcfg2 ====