r2180: Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 27 Jun 2002 14:36:05 +0000 (14:36 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 27 Jun 2002 14:36:05 +0000 (14:36 +0000)
make-upstream.sh

index 6a3ba2f63257847175b1d9c04e098d86c4b8b463..adb660cf9387bbc19c6a5ce00a56080f3d98dd72 100755 (executable)
@@ -44,6 +44,10 @@ PACKAGE_DIR=/usr/local/src/Packages/${DEBPKG}
 DISTDIR=${PKG}-${VERSION}
 DEBDIR=${DEBPKG}-${VERSION}
 
+if [ ! -z ${opt_commit} ]; then
+    cvs commit -m 'Debian build'
+fi
+
 if [ ! -z ${opt_tag} ]; then
     UPSTREAM_TAG=upstream_version_`echo ${VERSION} | tr . _`
     echo "(Re-)tagging with Upstream tag '${UPSTREAM_TAG}'"