r2142: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 20 Jun 2002 14:31:09 +0000 (14:31 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 20 Jun 2002 14:31:09 +0000 (14:31 +0000)
make-upstream.sh
upload.sh

index a42794e32b6a32f17eee0533265bced72865435a..3518c444e650c824330f3c370581f7db8395a3fd 100755 (executable)
@@ -56,7 +56,7 @@ if [ ! -z ${opt_tag} ]; then
 
 fi
 
-if [ -z ${opt_force} -a -f ${PACKAGE_DIR}/${DEBPKG}_${VERSION}.orig.tar.gz ]; then
+if [ -f ${PACKAGE_DIR}/${DEBPKG}_${VERSION}.orig.tar.gz ]; then
   echo "File ${PACKAGE_DIR}/${DEBPKG}_${VERSION}.orig.tar.gz already exists."
   echo -n "Are you sure that you want to create a new upstream archive? (y/N): "
   read answer
@@ -76,8 +76,7 @@ cp -a ${TOPDIR} ${DISTDIR}
 
 echo "Cleaning distribution directory ${DISTDIR}"
 cd ${DISTDIR}
-rm -f upload.sh make-debian.sh make-upstream.sh cvsbp-prepare.sh 
-rm -f test-suite/test.config
+rm -f upload.sh make-debian.sh make-upstream.sh cvsbp-prepare.sh test-suite/test.config
 rm -f `find . -type f -name .cvsignore`
 rm -rf `find . -type d -name CVS`
 rm -f `find . -type f -name '*~' -or -name '.#*'  -or -name '#*#' -or -name ".*~"`
index 9f0fdce816ea6e71d9c977ba46b8fe5ccd9974e2..f3096e72d3d6337946acf4094f66074033a5a070 100755 (executable)
--- a/upload.sh
+++ b/upload.sh
@@ -56,6 +56,7 @@ fi
 scp ${DEBPKG}_${DEBVERSION}.diff.gz ${DEBIAN_DIR}
 scp ${DEBPKG}_${DEBVERSION}.dsc ${DEBIAN_DIR}
 scp ${DEBPKG}_${DEBVERSION}_*.deb ${DEBIAN_DIR}
+scp ${DEBPKG}-*_${DEBVERSION}_*.deb ${DEBIAN_DIR}
 scp ${DEBPKG}_${DEBVERSION}_*.changes ${DEBIAN_DIR} # upload last
 
 popd > /dev/null