# HG changeset patch # User jeandet # Date 2011-10-17 06:47:27 # Node ID 1073ad043091085dab93113047ddd528000ef3b4 # Parent 504130e3b0590703a4615159bde198beaa53e02b changed dest folder for debs files diff --git a/makedeb.sh b/makedeb.sh --- a/makedeb.sh +++ b/makedeb.sh @@ -1,39 +1,39 @@ cd $DEBBUILDPATH/deb_lppserial/lppserial-1.0 -mkdir -p $DEBBUILDPATH/deb_lppserial/tmp/debs/lucid/amd64/ -mkdir -p $DEBBUILDPATH/deb_lppserial/tmp/debs/lucid/i386/ -mkdir -p $DEBBUILDPATH/deb_lppserial/tmp/debs/natty/amd64/ -mkdir -p $DEBBUILDPATH/deb_lppserial/tmp/debs/natty/i386/ -mkdir -p $DEBBUILDPATH/deb_lppserial/tmp/debs/maverick/amd64/ -mkdir -p $DEBBUILDPATH/deb_lppserial/tmp/debs/maverick/i386/ +mkdir -p $DEBBUILDPATH/deb_lppserial/tmp/debs/dists/lucid/amd64/ +mkdir -p $DEBBUILDPATH/deb_lppserial/tmp/debs/dists/lucid/i386/ +mkdir -p $DEBBUILDPATH/deb_lppserial/tmp/debs/dists/natty/amd64/ +mkdir -p $DEBBUILDPATH/deb_lppserial/tmp/debs/dists/natty/i386/ +mkdir -p $DEBBUILDPATH/deb_lppserial/tmp/debs/dists/maverick/amd64/ +mkdir -p $DEBBUILDPATH/deb_lppserial/tmp/debs/dists/maverick/i386/ mkdir -p $DEBBUILDPATH/deb_lppserial/tmp/src/ DEBSIGN_KEYID=208F4C8A debuild -S pbuilder-lucid-amd64 update rm /var/cache/pbuilder/result/* pbuilder-lucid-amd64 build ../*.dsc -mv /var/cache/pbuilder/result/*.deb $DEBBUILDPATH/deb_lppserial/tmp/debs/lucid/amd64/ +mv /var/cache/pbuilder/result/*.deb $DEBBUILDPATH/deb_lppserial/tmp/debs/dists/lucid/amd64/ #mv /var/cache/pbuilder/result/*.deb $UBUNTUREPOPATH/debs/lucid/amd64/ #mv /var/cache/pbuilder/result/* $UBUNTUREPOPATH/src/ mv /var/cache/pbuilder/result/* $DEBBUILDPATH/deb_lppserial/tmp/src/ pbuilder-lucid-i386 update pbuilder-lucid-i386 build ../*.dsc #mv /var/cache/pbuilder/result/*.deb $UBUNTUREPOPATH/debs/lucid/i386/ -mv /var/cache/pbuilder/result/*.deb $DEBBUILDPATH/deb_lppserial/tmp/debs/lucid/i386/ +mv /var/cache/pbuilder/result/*.deb $DEBBUILDPATH/deb_lppserial/tmp/debs/dists/lucid/i386/ pbuilder-maverick-i386 update pbuilder-maverick-i386 build ../*.dsc #mv /var/cache/pbuilder/result/*.deb $UBUNTUREPOPATH/debs/maverick/i386/ -mv /var/cache/pbuilder/result/*.deb $DEBBUILDPATH/deb_lppserial/tmp/debs/maverick/i386/ +mv /var/cache/pbuilder/result/*.deb $DEBBUILDPATH/deb_lppserial/tmp/debs/dists/maverick/i386/ pbuilder-maverick-amd64 update pbuilder-maverick-amd64 build ../*.dsc #mv /var/cache/pbuilder/result/*.deb $UBUNTUREPOPATH/debs/maverick/amd64/ -mv /var/cache/pbuilder/result/*.deb $DEBBUILDPATH/deb_lppserial/tmp/debs/maverick/amd64/ +mv /var/cache/pbuilder/result/*.deb $DEBBUILDPATH/deb_lppserial/tmp/debs/dists/maverick/amd64/ pbuilder-natty-i386 update pbuilder-natty-i386 build ../*.dsc mv /var/cache/pbuilder/result/*.deb $UBUNTUREPOPATH/debs/natty/i386/ -mv /var/cache/pbuilder/result/*.deb $DEBBUILDPATH/deb_lppserial/tmp/debs/natty/i386/ +mv /var/cache/pbuilder/result/*.deb $DEBBUILDPATH/deb_lppserial/tmp/debs/dists/natty/i386/ pbuilder-natty-amd64 update pbuilder-natty-amd64 build ../*.dsc #mv /var/cache/pbuilder/result/*.deb $UBUNTUREPOPATH/debs/natty/amd64/ -mv /var/cache/pbuilder/result/*.deb $DEBBUILDPATH/deb_lppserial/tmp/debs/natty/amd64/ +mv /var/cache/pbuilder/result/*.deb $DEBBUILDPATH/deb_lppserial/tmp/debs/dists/natty/amd64/ #cd $UBUNTUREPOPATH #sh update.sh \ No newline at end of file