r1823: *** empty log message ***
[uffi.git] / make-dist.sh
index 8bb25929b4731fe060a3c969d0f39ccfe9f1a1c2..6494c945273ab291a040566079be10d83e0b1de5 100755 (executable)
@@ -1,5 +1,8 @@
 #!/bin/sh
 
+# Creates debian and system-independent archive files
+# Programmer: Kevin Rosenberg based on script used by onShore Development
+
 set -e
 
 VERSION=`cat VERSION`
@@ -12,8 +15,8 @@ DEBDIR=${DEBPKG}-${VERSION}
 
 TAG=upstream_version_`echo $VERSION | tr . _`
 echo "(re)tagging with release tag '$TAG'"
-#cvs -q rtag -d $TAG $PKG
-#cvs -q tag -F $TAG
+cvs -q rtag -d $TAG $PKG
+cvs -q tag -F $TAG
 
 
 # build the tarball
@@ -57,7 +60,7 @@ cd ..
 rm -rf ${DISTDIR}
 rm -rf ${DEBDIR}
 
-lintian ${PKG}_${VERSION}-*.changes
+lintian ${DEBPKG}_${VERSION}-*.changes
 
 cd ${TOPDIR}
 exit 0