Binary files /tmp/xI30T6hG2j/kiwi-1.9.26.2+nmu1/.bzr/checkout/dirstate and /tmp/h2FHAP0JPx/kiwi-1.9.26.2+r1604~ppa1~karmic1/.bzr/checkout/dirstate differ diff -Nru kiwi-1.9.26.2+nmu1/debian/changelog kiwi-1.9.26.2+r1604~ppa1~karmic1/debian/changelog --- kiwi-1.9.26.2+nmu1/debian/changelog 2010-07-20 21:53:11.000000000 +0100 +++ kiwi-1.9.26.2+r1604~ppa1~karmic1/debian/changelog 2010-07-21 19:09:35.000000000 +0100 @@ -1,9 +1,8 @@ -kiwi (1.9.26.2+nmu1) karmic; urgency=low +kiwi (1.9.26.2+r1604~ppa1~karmic1) lucid; urgency=low - * Non-maintainer upload. - * Testando ppa + * testing ppa, dist karmic, try 1, bzr revision 1604 - -- Ronaldo Maia Tue, 20 Jul 2010 17:52:25 -0300 + -- Ronaldo Maia Wed, 21 Jul 2010 15:09:35 -0300 kiwi (1.9.26.2) karmic; urgency=low diff -Nru kiwi-1.9.26.2+nmu1/upload.sh kiwi-1.9.26.2+r1604~ppa1~karmic1/upload.sh --- kiwi-1.9.26.2+nmu1/upload.sh 1970-01-01 01:00:00.000000000 +0100 +++ kiwi-1.9.26.2+r1604~ppa1~karmic1/upload.sh 2010-07-21 17:14:22.000000000 +0100 @@ -0,0 +1,26 @@ +#!/bin/sh -x + +#sudo apt-get build-dep debhelper +# +#wget +#https://edge.launchpad.net/~ressu/+archive/bcfg2-backport/+files/debhelper_7.0.52.dsc +#wget +#https://edge.launchpad.net/~ressu/+archive/bcfg2-backport/+files/debhelper_7.0.52.tar.gz +#dpkg-source -x debhelper_7.0.52.dsc +#cd debhelper-7.0.52 +#cp debian/changelog debian/changelog.orig + +ppa="ppa" # "testing" or "ppa" (for stable) +try="1" +VERSION=1.9.26.2 +PACKAGE=kiwi + +for dist in karmic lucid; do + #cp debian/changelog.orig debian/changelog + #(cd debian && debchange --force-bad-version --preserve --newversion \ + # "${VERSION}~${ppa}${try}~${dist}${try}" \ + # testing ppa ${ppa}, dist ${dist}, try ${try}) + + #debuild -S -k990F90AE + dput my-ppa-${dist} ../${PACKAGE}_${VERSION}~${ppa}${try}~${dist}${try}_source.changes +done