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 | | |
| 193 | Make a ~/.dput.cf file: |
| 211 | |
| 212 | Build and upload newer sphinx, which sqlalchemy depends on: |
| 213 | {{{ |
| 214 | debchange --force-bad-version --preserve --newversion "0.6.2-1~ppa2~jaunty2" \ |
| 215 | Backport 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 |
| 218 | debuild -S -k0xAA95C349 |
| 219 | dput bcfg2-force-jaunty sphinx_0.6.2-1~ppa2~jaunty2_source.changes |
| 220 | }}} |
| 221 | Also install the .deb locally using dpkg, so the next step works. |
| 222 | |
| 223 | Build and upload newer sqlalchemy: |
| 224 | {{{ |
| 225 | debchange --force-bad-version --preserve --newversion "0.5.5-1~ppa2~jaunty2" \ |
| 226 | Backport to jaunty to support new bcfg2 1.0 snapshots reporting feature |
| 227 | |
| 228 | # Replace 0xAA95C349 to your GnuPG Key ID |
| 229 | debuild -S -k0xAA95C349 |
| 230 | dput bcfg2-force-jaunty sqlalchemy_0.5.5-1~ppa2~jaunty2_source.changes |
| 231 | }}} |