285 | | wget http://archive.ubuntu.com/ubuntu/pool/main/d/debhelper/debhelper_7.3.15ubuntu3.dsc |
286 | | wget http://archive.ubuntu.com/ubuntu/pool/main/d/debhelper/debhelper_7.3.15ubuntu3.tar.gz |
287 | | dpkg-source -x debhelper_7.3.15ubuntu3.dsc |
288 | | cd debhelper-7.3.15ubuntu3 |
289 | | cp debian/changelog debian/changelog.orig |
290 | | ppa="testing" # "testing" or "ppa" (for stable) |
291 | | try="1" |
292 | | |
293 | | for dist in dapper hardy intrepid jaunty karmic; do |
294 | | cp debian/changelog.orig debian/changelog |
295 | | (cd debian && debchange --force-bad-version --preserve --newversion \ |
296 | | "7.3.15ubuntu3~${ppa}${try}~${dist}${try}" \ |
| 285 | wget https://edge.launchpad.net/~ressu/+archive/bcfg2-backport/+files/debhelper_7.0.52.dsc |
| 286 | wget https://edge.launchpad.net/~ressu/+archive/bcfg2-backport/+files/debhelper_7.0.52.tar.gz |
| 287 | dpkg-source -x debhelper_7.0.52.dsc |
| 288 | cd debhelper-7.0.52 |
| 289 | cp debian/changelog debian/changelog.orig |
| 290 | ppa="testing" # "testing" or "ppa" (for stable) |
| 291 | try="1" |
| 292 | |
| 293 | for dist in dapper hardy intrepid jaunty; do |
| 294 | cp debian/changelog.orig debian/changelog |
| 295 | (cd debian && debchange --force-bad-version --preserve --newversion \ |
| 296 | "7.0.52~${ppa}${try}~${dist}${try}" \ |