411 | | debchange --force-bad-version --preserve --newversion "0.6.2-1~ppa2~jaunty2" \ |
412 | | Backport to jaunty to support more recent sqlalchemy required by new bcfg2 1.0 snapshots reporting feature |
413 | | |
| 415 | #!/bin/sh -x |
| 416 | |
| 417 | sudo apt-get build-dep sphinx |
| 418 | |
| 419 | wget http://archive.ubuntu.com/ubuntu/pool/main/s/sphinx/sphinx_0.6.2-1.dsc |
| 420 | wget http://archive.ubuntu.com/ubuntu/pool/main/s/sphinx/sphinx_0.6.2.orig.tar.gz |
| 421 | wget http://archive.ubuntu.com/ubuntu/pool/main/s/sphinx/sphinx_0.6.2-1.diff.gz |
| 422 | dpkg-source -x sphinx_0.6.2-1.dsc |
| 423 | cd sphinx-0.6.2 |
| 424 | cp debian/changelog debian/changelog.orig |
| 425 | ppa="testing" # "testing" or "ppa" (for stable) |
| 426 | try="1" |
| 427 | |
| 428 | for dist in dapper hardy intrepid jaunty karmic; do |
| 429 | cp debian/changelog.orig debian/changelog |
| 430 | (cd debian && debchange --force-bad-version --preserve --newversion \ |
| 431 | "0.6.2-1~${ppa}${try}~${dist}${try}" \ |
| 432 | backport to ppa ${ppa}, dist ${dist}, try ${try}) |
425 | | debchange --force-bad-version --preserve --newversion "0.5.5-1~ppa2~jaunty2" \ |
426 | | Backport to jaunty to support new bcfg2 1.0 snapshots reporting feature |
427 | | |
| 445 | #!/bin/sh -x |
| 446 | |
| 447 | sudo apt-get build-dep sqlalchemy |
| 448 | |
| 449 | wget http://archive.ubuntu.com/ubuntu/pool/universe/s/sqlalchemy/sqlalchemy_0.5.5-1.dsc |
| 450 | wget http://archive.ubuntu.com/ubuntu/pool/universe/s/sqlalchemy/sqlalchemy_0.5.5.orig.tar.gz |
| 451 | wget http://archive.ubuntu.com/ubuntu/pool/universe/s/sqlalchemy/sqlalchemy_0.5.5-1.diff.gz |
| 452 | dpkg-source -x sqlalchemy_0.5.5-1.dsc |
| 453 | cd sqlalchemy-0.5.5 |
| 454 | cp debian/changelog debian/changelog.orig |
| 455 | ppa="testing" # "testing" or "ppa" (for stable) |
| 456 | try="1" |
| 457 | |
| 458 | for dist in dapper hardy intrepid jaunty karmic; do |
| 459 | cp debian/changelog.orig debian/changelog |
| 460 | (cd debian && debchange --force-bad-version --preserve --newversion \ |
| 461 | "0.5.5-1~${ppa}${try}~${dist}${try}" \ |
| 462 | backport to ppa ${ppa}, dist ${dist}, try ${try}) |