Update of /cvsroot/pure-data/scripts/auto-build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9153
Modified Files: pd-extended-auto-builder.sh Log Message: first stab at automated .deb building
Index: pd-extended-auto-builder.sh =================================================================== RCS file: /cvsroot/pure-data/scripts/auto-build/pd-extended-auto-builder.sh,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** pd-extended-auto-builder.sh 26 Nov 2006 04:33:55 -0000 1.16 --- pd-extended-auto-builder.sh 9 Jul 2007 03:08:00 -0000 1.17 *************** *** 78,82 **** case $SYSTEM in linux) ! upload_build linux_make build tar.bz2 ;; darwin) --- 78,86 ---- case $SYSTEM in linux) ! if [ -x /usr/bin/dpkg-deb ]; then ! upload_build linux_make . deb ! else ! upload_build linux_make build tar.bz2 ! fi ;; darwin)