r1914: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 4 May 2002 22:22:40 +0000 (22:22 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 4 May 2002 22:22:40 +0000 (22:22 +0000)
make-dist.sh

index 22acd2bf0e21a69ccb59cebc426e942bf7adedda..f50a3a8ec728229633fcd81be0614f6992be010e 100755 (executable)
@@ -17,8 +17,8 @@ DEBDIR=${DEBPKG}-${VERSION}
 DEB_TAG=debian_version_`echo ${DEBVERSION} | tr . _`
 UPSTREAM_TAG=upstream_version_`echo ${VERSION} | tr . _`
 echo "(Re)tagging with debian tag '${DEB_TAG}'"
-cvs -q rtag -d $TAG $PKG > /dev/null
-cvs -q tag -F $TAG > /dev/null
+cvs -q rtag -d ${DEB_TAG} ${PKG} > /dev/null
+cvs -q tag -F ${DEB_TAG} > /dev/null
 
 # Retag with upstream tag if release not 0 or 1
 if [ "`echo ${DEBVERSION} | egrep '\-0$\-1$]'`" != "" ]; then